New address has been discovered by DNS watcher for supplied hostname.
(address string)
| 16 | type DNSNotifications interface { |
| 17 | // New address has been discovered by DNS watcher for supplied hostname. |
| 18 | AddressAdded(address string) |
| 19 | |
| 20 | // Previously-discovered address is no longer resolved for the hostname. |
| 21 | AddressRemoved(address string) |
no outgoing calls