Versions in this module Expand all Collapse all v0 v0.2.0 Feb 23, 2021 Changes in this version + const LeasesPath — darwin/amd64 + const SharedNetAddrKey — darwin/amd64 + const VMNetDomain — darwin/amd64 + func GetIPAddressByMACAddress(mac string) (string, error) — darwin/amd64 + func GetMACAddressFromUUID(id string) (string, error) — darwin/amd64 + func GetNetAddr() (net.IP, error) — darwin/amd64 + type DHCPEntry struct — darwin/amd64 + HWAddress string + ID string + IPAddress string + Lease string + Name string + type Driver struct — darwin/amd64 + Boot2DockerURL string + BootInitrd string + BootKernel string + CPU int + Cmdline string + DiskSize int + Memory int + NFSFlags string + NFSShares []string + NFSSharesRoot string + UUID string + VSockPorts []string + VpnKitSock string + func NewDriver(machineName, storePath string) *Driver + func (d *Driver) Create() error + func (d *Driver) DriverName() string + func (d *Driver) GetCreateFlags() []mcnflag.Flag + func (d *Driver) GetSSHHostname() (string, error) + func (d *Driver) GetState() (state.State, error) + func (d *Driver) GetURL() (string, error) + func (d *Driver) Kill() error + func (d *Driver) PreCreateCheck() error + func (d *Driver) Remove() error + func (d *Driver) Restart() error + func (d *Driver) SetConfigFromFlags(flags drivers.DriverOptions) error + func (d *Driver) Start() error + func (d *Driver) Stop() error + type ISOBootFiles struct + InitrdPath string + IsoLinuxCfgPath string + KernelPath string + func ISOExtractBootFiles(isoPath, destDirPath string) (ISOBootFiles, error) + type InvalidPortNumberError string — darwin/amd64 + func (port InvalidPortNumberError) Error() string