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#L120: type Producer any

	google.golang.org/grpc
		balancer_wrapper.go#L384: 	producer balancer.Producer
		balancer_wrapper.go#L389: 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()) {