| 61 | } |
| 62 | |
| 63 | type testConfigBalancerBuilder struct { |
| 64 | balancer.Builder |
| 65 | } |
| 66 | |
| 67 | func newTestConfigBalancerBuilder() *testConfigBalancerBuilder { |
| 68 | return &testConfigBalancerBuilder{ |
nothing calls this directly
no outgoing calls
no test coverage detected