type google.golang.org/grpc/balancer.Producer

6 uses

	google.golang.org/grpc/balancer (current package)
		subconn.go#L72: 	GetOrBuildProducer(ProducerBuilder) (p Producer, close func())
		subconn.go#L104: 	Build(grpcClientConnInterface any) (p Producer, close func())
		subconn.go#L134: type Producer any

	google.golang.org/grpc
		balancer_wrapper.go#L388: 	producer balancer.Producer
		balancer_wrapper.go#L393: func (acbw *acBalancerWrapper) GetOrBuildProducer(pb balancer.ProducerBuilder) (balancer.Producer, func()) {

	google.golang.org/grpc/health
		producer.go#L43: func (*producerBuilder) Build(cci any) (balancer.Producer, func()) {