mirror of
https://gitlab.com/mobicoop/v3/service/auth.git
synced 2026-01-10 05:52:40 +00:00
Merge branch 'updateProto' into 'main'
update health proto file See merge request v3/service/auth!47
This commit is contained in:
@@ -2,7 +2,6 @@ syntax = "proto3";
|
||||
|
||||
package health;
|
||||
|
||||
|
||||
service Health {
|
||||
rpc Check(HealthCheckRequest) returns (HealthCheckResponse);
|
||||
}
|
||||
@@ -18,4 +17,5 @@ message HealthCheckResponse {
|
||||
NOT_SERVING = 2;
|
||||
}
|
||||
ServingStatus status = 1;
|
||||
string message = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user