Documentation ¶
Index ¶
Constants ¶
View Source
const ( DHCPLeasesFile = "/var/db/dhcpd_leases" CONFIG_PLIST = "/Library/Preferences/SystemConfiguration/com.apple.vmnet" NET_ADDR_KEY = "Shared_Net_Address" )
Variables ¶
This section is empty.
Functions ¶
func GetNetAddr ¶
Types ¶
type MultiError ¶
type MultiError struct {
Errors []error
}
func (*MultiError) Collect ¶
func (m *MultiError) Collect(err error)
func (MultiError) ToError ¶
func (m MultiError) ToError() error
type RetriableError ¶
type RetriableError struct {
Err error
}
func (RetriableError) Error ¶
func (r RetriableError) Error() string
Click to show internal directories.
Click to hide internal directories.