refactor proto files + added metrics token
All checks were successful
Build and Push Image / build-and-push (push) Successful in 5m24s
All checks were successful
Build and Push Image / build-and-push (push) Successful in 5m24s
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option csharp_namespace = "Aoba.RPC.Metrics";
|
||||
package aoba.Metrics;
|
||||
package aoba;
|
||||
|
||||
import "Proto/Auth.proto";
|
||||
import "google/protobuf/empty.proto";
|
||||
import "Proto/Types.proto";
|
||||
|
||||
|
||||
service Metrics {
|
||||
rpc GetToken(google.protobuf.Empty) returns (Auth.Jwt);
|
||||
service MetricsRpc {
|
||||
rpc GetToken(google.protobuf.Empty) returns (Jwt);
|
||||
}
|
||||
Reference in New Issue
Block a user