Versions in this module Expand all Collapse all v0 v0.1.0 Apr 25, 2020 Changes in this version + var DefaultDiskUUID = uuid.Nil + var DefaultMACAddress = MustParseMAC("00:00:00:00:00:00") + var DefaultMachineUUID = uuid.Nil + func MachineUUID() (uuid.UUID, error) — linux/amd64 + func MustParseMAC(s string) net.HardwareAddr + func RootDiskUUID() (uuid.UUID, error) — darwin/amd64, linux/amd64 + type Interface struct + IPNetworks []*net.IPNet + func FirstPublicInterface() (*Interface, error) + func Interfaces() ([]*Interface, error)