generated from VLADIMIR/template
Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package crabs.evening_detective;
|
||||
|
||||
import "google/api/annotations.proto";
|
||||
|
||||
option go_package = "pkg/proto";
|
||||
|
||||
service EveningDetective {
|
||||
rpc Ping(PingReq) returns (PingRsp) {
|
||||
option (google.api.http) = {
|
||||
get: "/ping"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
message PingReq {}
|
||||
|
||||
message PingRsp {}
|
||||
Reference in New Issue
Block a user