(addrs []resolver.Address)
| 343 | } |
| 344 | |
| 345 | func (acbw *acBalancerWrapper) UpdateAddresses(addrs []resolver.Address) { |
| 346 | acbw.ac.updateAddrs(addrs) |
| 347 | } |
| 348 | |
| 349 | func (acbw *acBalancerWrapper) Connect() { |
| 350 | go acbw.ac.connect() |
nothing calls this directly
no test coverage detected