mirror of
https://gitlab.com/mobicoop/v3/service/auth.git
synced 2026-01-30 14:20:45 +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;
|
package health;
|
||||||
|
|
||||||
|
|
||||||
service Health {
|
service Health {
|
||||||
rpc Check(HealthCheckRequest) returns (HealthCheckResponse);
|
rpc Check(HealthCheckRequest) returns (HealthCheckResponse);
|
||||||
}
|
}
|
||||||
@@ -18,4 +17,5 @@ message HealthCheckResponse {
|
|||||||
NOT_SERVING = 2;
|
NOT_SERVING = 2;
|
||||||
}
|
}
|
||||||
ServingStatus status = 1;
|
ServingStatus status = 1;
|
||||||
|
string message = 2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user