# Functions
NetworkInterfaceAddressMap is an implementation of a NetworkInterfaceAddressMapper which uses the [net] package as a reference for the list of a system's network interfaces.
New instantiates a Reader with default instance properties.
# Structs
A PhysicalPathReader reads disk mapping information from the OS.
Reader handles the retrieval of instance properties from a compute client instance.
# Interfaces
The DiskMapper interface is a wrapper which allows for ease of testing.
# Type aliases
InterfaceName is the name of a network interface, e.g.
NetworkAddress is a string representation of a network address, e.g.
NetworkInterfaceAddressMapper describes a function which generates the association between interface names and network addresses.