type google.golang.org/grpc/health/grpc_health_v1.HealthListResponse

16 uses

	google.golang.org/grpc/health/grpc_health_v1 (current package)
		health.pb.go#L217: type HealthListResponse struct {
		health.pb.go#L225: func (x *HealthListResponse) Reset() {
		health.pb.go#L226: 	*x = HealthListResponse{}
		health.pb.go#L232: func (x *HealthListResponse) String() string {
		health.pb.go#L236: func (*HealthListResponse) ProtoMessage() {}
		health.pb.go#L238: func (x *HealthListResponse) ProtoReflect() protoreflect.Message {
		health.pb.go#L251: func (*HealthListResponse) Descriptor() ([]byte, []int) {
		health.pb.go#L255: func (x *HealthListResponse) GetStatuses() map[string]*HealthCheckResponse {
		health.pb.go#L307: 	(*HealthListResponse)(nil),             // 4: grpc.health.v1.HealthListResponse
		health_grpc.pb.go#L71: 	List(ctx context.Context, in *HealthListRequest, opts ...grpc.CallOption) (*HealthListResponse, error)
		health_grpc.pb.go#L108: func (c *healthClient) List(ctx context.Context, in *HealthListRequest, opts ...grpc.CallOption) (*HealthListResponse, error) {
		health_grpc.pb.go#L110: 	out := new(HealthListResponse)
		health_grpc.pb.go#L164: 	List(context.Context, *HealthListRequest) (*HealthListResponse, error)
		health_grpc.pb.go#L193: func (UnimplementedHealthServer) List(context.Context, *HealthListRequest) (*HealthListResponse, error) {

	google.golang.org/grpc/health
		server.go#L73: func (s *Server) List(_ context.Context, _ *healthpb.HealthListRequest) (*healthpb.HealthListResponse, error) {
		server.go#L86: 	return &healthpb.HealthListResponse{Statuses: statusMap}, nil