type google.golang.org/grpc/health/grpc_health_v1.HealthServer
8 uses
google.golang.org/grpc/health/grpc_health_v1 (current package)
health_grpc.pb.go#L144: type HealthServer interface {
health_grpc.pb.go#L208: func RegisterHealthServer(s grpc.ServiceRegistrar, srv HealthServer) {
health_grpc.pb.go#L225: return srv.(HealthServer).Check(ctx, in)
health_grpc.pb.go#L232: return srv.(HealthServer).Check(ctx, req.(*HealthCheckRequest))
health_grpc.pb.go#L243: return srv.(HealthServer).List(ctx, in)
health_grpc.pb.go#L250: return srv.(HealthServer).List(ctx, req.(*HealthListRequest))
health_grpc.pb.go#L260: return srv.(HealthServer).Watch(m, &grpc.GenericServerStream[HealthCheckRequest, HealthCheckResponse]{ServerStream: stream})
health_grpc.pb.go#L271: HandlerType: (*HealthServer)(nil),
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)