func()

in go/grpshuffle_server/lib/health_server.go [20:22]


func (h *HealthServer) Watch(*health.HealthCheckRequest, health.Health_WatchServer) error {
	return status.Error(codes.Unimplemented, "watch is not implemented.")
}