Versions in this module Expand all Collapse all v0 v0.17.0 Aug 23, 2023 Changes in this version + const B2DPass — darwin/amd64 + const B2DUser — darwin/amd64 + var ErrMachineExist = errors.New("machine already exists") — darwin/amd64 + var ErrMachineNotExist = errors.New("machine does not exist") — darwin/amd64 + var ErrVMRUNNotFound = errors.New("VMRUN not found") — darwin/amd64 + func NewDriver(hostName, storePath string) drivers.Driver + type Driver struct — darwin/amd64 + Boot2DockerURL string + CPU int + ConfigDriveISO string + ConfigDriveURL string + DiskSize int + ISO string + Memory int + NoShare bool + SSHPassword string + func (d *Driver) Create() error + func (d *Driver) DriverName() string + func (d *Driver) GetCreateFlags() []mcnflag.Flag + func (d *Driver) GetIP() (string, error) + func (d *Driver) GetSSHHostname() (string, error) + func (d *Driver) GetSSHUsername() string + 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 + func (d *Driver) Upgrade() error