()
| 54 | var testBalancerBuilder = newStateRecordingBalancerBuilder() |
| 55 | |
| 56 | func init() { |
| 57 | balancer.Register(testBalancerBuilder) |
| 58 | } |
| 59 | |
| 60 | func parseCfg(r *manual.Resolver, s string) *serviceconfig.ParseResult { |
| 61 | scpr := r.CC().ParseServiceConfig(s) |
nothing calls this directly
no test coverage detected