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

3 uses

	google.golang.org/grpc/health/grpc_health_v1 (current package)
		health_grpc.pb.go#L164: 	List(context.Context, *HealthListRequest) (*HealthListResponse, error)
		health_grpc.pb.go#L243: 		return srv.(HealthServer).List(ctx, in)
		health_grpc.pb.go#L250: 		return srv.(HealthServer).List(ctx, req.(*HealthListRequest))