| 397 | var BalanceStrategyRoundRobin = NewBalanceStrategyRoundRobin() |
| 398 | |
| 399 | type roundRobinBalancer struct{} |
| 400 | |
| 401 | func (b *roundRobinBalancer) Name() string { |
| 402 | return RoundRobinBalanceStrategyName |
nothing calls this directly
no outgoing calls
no test coverage detected