Make the debug handler an actual thing that can be set by users
This commit is contained in:
16
server/debug/proto/debug.proto
Normal file
16
server/debug/proto/debug.proto
Normal file
@@ -0,0 +1,16 @@
|
||||
syntax = "proto3";
|
||||
|
||||
// This is commented out due to import cycles.
|
||||
// But its what we expect the RPC service to
|
||||
// return.
|
||||
//
|
||||
// service Debug {
|
||||
// rpc Health(HealthRequest) returns (HealthResponse) {}
|
||||
// }
|
||||
|
||||
message HealthRequest {
|
||||
}
|
||||
|
||||
message HealthResponse {
|
||||
string status = 1;
|
||||
}
|
Reference in New Issue
Block a user