Documentation ¶
Rendered for windows/amd64
Index ¶
- Variables
- type Driver
- func (d *Driver) Create() error
- func (d *Driver) DriverName() string
- func (d *Driver) GetIP() (string, error)
- func (d *Driver) GetSharedDirs() ([]drivers.SharedDir, error)
- func (d *Driver) GetState() (state.State, error)
- func (d *Driver) Kill() error
- func (d *Driver) PreCreateCheck() error
- func (d *Driver) Remove() error
- func (d *Driver) Start() error
- func (d *Driver) Stop() error
- func (d *Driver) UpdateConfigRaw(rawConfig []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Driver ¶
func (*Driver) DriverName ¶
DriverName returns the name of the driver
func (*Driver) PreCreateCheck ¶
PreCreateCheck checks that the machine creation process can be started safely.
func (*Driver) UpdateConfigRaw ¶
Click to show internal directories.
Click to hide internal directories.