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

5 uses

	google.golang.org/grpc/balancer (current package)
		balancer.go#L117: 	GetOrBuildProducer(ProducerBuilder) (p Producer, close func())
		balancer.go#L396: 	Build(grpcClientConnInterface interface{}) (p Producer, close func())
		balancer.go#L403: type Producer interface {

	google.golang.org/grpc
		balancer_conn_wrappers.go#L448: 	producer balancer.Producer
		balancer_conn_wrappers.go#L453: func (acbw *acBalancerWrapper) GetOrBuildProducer(pb balancer.ProducerBuilder) (balancer.Producer, func()) {