Versions in this module Expand all Collapse all v1 v1.0.1 Sep 14, 2016 v1.0.0 Aug 6, 2016 Changes in this version + type Driver struct + APIBaseURL string + APIKey string + BootTimeout int + DataCenter string + Image string + SSHKey string + SSHKeyID string + ServerID string + Spec string + UsingSharedSSHKey bool + Zone string + func NewDriver(hostName, 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) GetSSHKeyPath() string + 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