Versions in this module Expand all Collapse all v0 v0.5.1 Nov 16, 2015 Changes in this version + type NotLoadable struct + Name string + func (e NotLoadable) Error() string v0.5.0 Nov 3, 2015 Changes in this version + func NewDriver(Name string) drivers.Driver + type Driver struct + Name 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) GetMachineName() string + func (d *Driver) GetSSHHostname() (string, error) + func (d *Driver) GetSSHKeyPath() string + func (d *Driver) GetSSHPort() (int, 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 ErrDriverNotLoadable struct + Name string + func (e ErrDriverNotLoadable) Error() string