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

2 uses

	google.golang.org/grpc/health/grpc_health_v1 (current package)
		health_grpc.pb.go#L180: 	Watch(*HealthCheckRequest, grpc.ServerStreamingServer[HealthCheckResponse]) error
		health_grpc.pb.go#L260: 	return srv.(HealthServer).Watch(m, &grpc.GenericServerStream[HealthCheckRequest, HealthCheckResponse]{ServerStream: stream})