| 35 | ) |
| 36 | |
| 37 | type producerBuilder struct{} |
| 38 | |
| 39 | // Build constructs and returns a producer and its cleanup function |
| 40 | func (*producerBuilder) Build(cci any) (balancer.Producer, func()) { |
nothing calls this directly
no outgoing calls
no test coverage detected