10
interface/proto/forest/v1/health.proto
Normal file
10
interface/proto/forest/v1/health.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package forest.v1;
|
||||
|
||||
service StatusService {
|
||||
rpc Status(GetStatusRequest) returns (GetStatusResponse) {}
|
||||
}
|
||||
|
||||
message GetStatusRequest {}
|
||||
message GetStatusResponse {}
|
||||
Reference in New Issue
Block a user