ipWatcher watches for the name resolution update for an IP address.
| 150 | |
| 151 | // ipWatcher watches for the name resolution update for an IP address. |
| 152 | type ipWatcher struct { |
| 153 | updateChan chan *Update |
| 154 | } |
| 155 | |
| 156 | // Next returns the address resolution Update for the target. For IP address, |
| 157 | // the resolution is itself, thus polling name server is unnecessary. Therefore, |
nothing calls this directly
no outgoing calls
no test coverage detected