google.golang.org/grpc/health/grpc_health_v1.HealthServer.Check (method)

3 uses

	google.golang.org/grpc/health/grpc_health_v1 (current package)
		health_grpc.pb.go#L152: 	Check(context.Context, *HealthCheckRequest) (*HealthCheckResponse, error)
		health_grpc.pb.go#L225: 		return srv.(HealthServer).Check(ctx, in)
		health_grpc.pb.go#L232: 		return srv.(HealthServer).Check(ctx, req.(*HealthCheckRequest))