| 47 | } |
| 48 | |
| 49 | type passthroughResolver struct { |
| 50 | target resolver.Target |
| 51 | cc resolver.ClientConn |
| 52 | } |
| 53 | |
| 54 | func (r *passthroughResolver) start() { |
| 55 | r.cc.UpdateState(resolver.State{Addresses: []resolver.Address{{Addr: r.target.Endpoint()}}}) |
nothing calls this directly
no outgoing calls
no test coverage detected