metrics service
fixes to auth info
This commit is contained in:
12
AobaServer/Proto/Metrics.proto
Normal file
12
AobaServer/Proto/Metrics.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option csharp_namespace = "Aoba.RPC.Metrics";
|
||||
package aoba.Metrics;
|
||||
|
||||
import "Proto/Auth.proto";
|
||||
import "google/protobuf/empty.proto";
|
||||
|
||||
|
||||
service Metrics {
|
||||
rpc GetToken(google.protobuf.Empty) returns (Auth.Jwt);
|
||||
}
|
||||
Reference in New Issue
Block a user