All checks were successful
Build and Push Image / build-and-push (push) Successful in 5m24s
12 lines
223 B
Protocol Buffer
12 lines
223 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option csharp_namespace = "Aoba.RPC.Metrics";
|
|
package aoba;
|
|
|
|
import "google/protobuf/empty.proto";
|
|
import "Proto/Types.proto";
|
|
|
|
|
|
service MetricsRpc {
|
|
rpc GetToken(google.protobuf.Empty) returns (Jwt);
|
|
} |