google.golang.org/grpc/health/grpc_health_v1.HealthCheckResponse.Status (field)
7 uses
google.golang.org/grpc/health/grpc_health_v1 (current package)
health.pb.go#L139: Status HealthCheckResponse_ServingStatus `protobuf:"varint,1,opt,name=status,proto3,enum=grpc.health.v1.HealthCheckResponse_ServingStatus" json:"status,omitempty"`
health.pb.go#L176: return x.Status
google.golang.org/grpc/health
client.go#L110: if resp.Status == healthpb.HealthCheckResponse_SERVING {
client.go#L113: setConnectivityState(connectivity.TransientFailure, fmt.Errorf("connection active but health check failed. status=%s", resp.Status))
server.go#L66: Status: servingStatus,
server.go#L83: statusMap[k] = &healthpb.HealthCheckResponse{Status: v}
server.go#L123: err := stream.Send(&healthpb.HealthCheckResponse{Status: servingStatus})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)