Files
AobaV2/AobaServer/Proto/Metrics.proto
Amatsugu 7427bbb576
All checks were successful
Build and Push Image / build-and-push (push) Successful in 5m24s
refactor proto files + added metrics token
2025-07-06 01:28:52 -04:00

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);
}