GetExternalAddress returns the external address of the gateway device.
()
| 28 | |
| 29 | // GetExternalAddress returns the external address of the gateway device. |
| 30 | GetExternalAddress() (addr net.IP, err error) |
| 31 | |
| 32 | // GetInternalAddress returns the address of the local host. |
| 33 | getInternalAddress() (addr net.IP, err error) |
no outgoing calls
no test coverage detected