| 41 | func (c *testClientConn) UpdateState(balancer.State) {} |
| 42 | |
| 43 | type testSubConn struct { |
| 44 | balancer.SubConn |
| 45 | updateState func(balancer.SubConnState) |
| 46 | } |
| 47 | |
| 48 | func (sc *testSubConn) UpdateAddresses([]resolver.Address) {} |
| 49 |
nothing calls this directly
no outgoing calls
no test coverage detected