const google.golang.org/grpc/health/grpc_health_v1.HealthCheckResponse_SERVING
4 uses
google.golang.org/grpc/health/grpc_health_v1 (current package)
health.pb.go#L45: HealthCheckResponse_SERVING HealthCheckResponse_ServingStatus = 1
google.golang.org/grpc/health
client.go#L110: if resp.Status == healthpb.HealthCheckResponse_SERVING {
server.go#L55: statusMap: map[string]healthpb.HealthCheckResponse_ServingStatus{"": healthpb.HealthCheckResponse_SERVING},
server.go#L185: s.setServingStatusLocked(service, healthpb.HealthCheckResponse_SERVING)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)