google.golang.org/grpc/health/grpc_health_v1.HealthListResponse.Statuses (field)

3 uses

	google.golang.org/grpc/health/grpc_health_v1 (current package)
		health.pb.go#L220: 	Statuses      map[string]*HealthCheckResponse `protobuf:"bytes,1,rep,name=statuses,proto3" json:"statuses,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
		health.pb.go#L257: 		return x.Statuses

	google.golang.org/grpc/health
		server.go#L86: 	return &healthpb.HealthListResponse{Statuses: statusMap}, nil