Versions in this module Expand all Collapse all v0 v0.16.2 Sep 2, 2019 Changes in this version + const B2DPass + const B2DUser + func NewDriver(hostName, storePath string) drivers.Driver + type AuthFlag struct + func (f *AuthFlag) Auth() types.BaseGuestAuthentication + type Driver struct + Boot2DockerURL string + CPU int + CPUS int + CfgParams []string + CloudInit string + Datacenter string + Datastore string + DiskSize int + Folder string + HostSystem string + IP string + ISO string + Memory int + Network string + Networks []string + Password string + Pool string + Port int + SSHPassword string + Username 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 + type FileAttrFlag struct + func (f *FileAttrFlag) Attr() types.BaseGuestFileAttributes + func (f *FileAttrFlag) SetPerms(owner, group, perms int)