update health.proto
This commit is contained in:
@ -48,7 +48,7 @@ func (x HealthCheckResponse_ServingStatus) String() string {
|
||||
}
|
||||
|
||||
type HealthCheckRequest struct {
|
||||
Service string `protobuf:"bytes,2,opt,name=service" json:"service,omitempty"`
|
||||
Service string `protobuf:"bytes,1,opt,name=service" json:"service,omitempty"`
|
||||
}
|
||||
|
||||
func (m *HealthCheckRequest) Reset() { *m = HealthCheckRequest{} }
|
||||
|
@ -3,7 +3,7 @@ syntax = "proto3";
|
||||
package grpc.health.v1alpha;
|
||||
|
||||
message HealthCheckRequest {
|
||||
string service = 2;
|
||||
string service = 1;
|
||||
}
|
||||
|
||||
message HealthCheckResponse {
|
||||
|
Reference in New Issue
Block a user