(id string)
| 46 | // exitIdler wraps the only method on the BalancerGroup that the picker calls. |
| 47 | type exitIdler interface { |
| 48 | ExitIdleOne(id string) |
| 49 | } |
| 50 | |
| 51 | // rlsPicker selects the subConn to be used for a particular RPC. It does not |
no outgoing calls