Versions in this module Expand all Collapse all v0 v0.0.1 Mar 21, 2017 Changes in this version + type Driver struct + AmazonEC2Driver *amazonec2.Driver + AvailableFlavors map[string]Flavor + DigitalOceanDriver *digitalocean.Driver + Driver drivers.Driver + PacketDriver *packet.Driver + ProviderDriverOptions map[string]interface{} + 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) GetIP() (string, error) + func (d *Driver) GetSSHHostname() (string, error) + 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 + type Flavor struct + DriverOptions map[string]interface{} + Provider string