fix the indent
This commit is contained in:
@ -6,6 +6,7 @@ message HealthCheckRequest {
|
||||
string host = 1;
|
||||
string service = 2;
|
||||
}
|
||||
|
||||
message HealthCheckResponse {
|
||||
enum ServingStatus {
|
||||
UNKNOWN = 0;
|
||||
@ -14,6 +15,7 @@ message HealthCheckResponse {
|
||||
}
|
||||
ServingStatus status = 1;
|
||||
}
|
||||
|
||||
service HealthCheck{
|
||||
rpc Check(HealthCheckRequest) returns (HealthCheckResponse);
|
||||
}
|
||||
|
Reference in New Issue
Block a user