Serve seconds

This commit is contained in:
Eden Kirin
2023-03-20 23:25:53 +01:00
parent 1876158d9d
commit 3776bdca24
21 changed files with 1373 additions and 44 deletions

View File

@ -1,5 +1,7 @@
syntax = "proto3";
option go_package = "example.com/project/protos/serve_seconds";
service ServeSeconds {
rpc GetSeconds(GetSecondsRequest) returns (GetSecondsResponse);
}