google.golang.org/grpc/health/grpc_health_v1.HealthCheckRequest.Service (field)

5 uses

	google.golang.org/grpc/health/grpc_health_v1 (current package)
		health.pb.go#L95: 	Service       string                 `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
		health.pb.go#L132: 		return x.Service

	google.golang.org/grpc/health
		client.go#L86: 		if err = s.SendMsg(&healthpb.HealthCheckRequest{Service: service}); err != nil && err != io.EOF {
		server.go#L64: 	if servingStatus, ok := s.statusMap[in.Service]; ok {
		server.go#L91: 	service := in.Service