Versions in this module Expand all Collapse all v0 v0.4.1-hypriot Sep 11, 2015 v0.1.0 Feb 26, 2015 Changes in this version + const ApiEndpoint + func GetCreateFlags() []cli.Flag + func NewDriver(machineName string, storePath string, caCert string, privateKey string) (drivers.Driver, error) + type BlockDevice struct + Device string + DiskImage DiskImage + type Client struct + ApiKey string + Endpoint string + User string + func NewClient(user, key, endpoint string) *Client + func (c *Client) SshKey() *sshKey + func (c *Client) VirtualGuest() *virtualGuest + type Datacenter struct + Name string + type DiskImage struct + Capacity int + type Driver struct + CaCertPath string + Client *Client + IPAddress string + Id int + MachineName string + PrivateKeyPath string + SwarmDiscovery string + SwarmHost string + SwarmMaster bool + func (d *Driver) Create() error + func (d *Driver) DriverName() string + func (d *Driver) GetDockerConfigDir() string + func (d *Driver) GetIP() (string, error) + func (d *Driver) GetSSHCommand(args ...string) (*exec.Cmd, 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) StartDocker() error + func (d *Driver) Stop() error + func (d *Driver) StopDocker() error + func (d *Driver) Upgrade() error + type HostSpec struct + BlockDevices []BlockDevice + Cpu int + Datacenter Datacenter + Domain string + Hostname string + HourlyBilling bool + InstallScript string + LocalDisk bool + Memory int + Os string + PrivateNetOnly bool + SshKeys []*SshKey + type SshKey struct + Id int + Key string + Label string v0.1.0-rc5 Feb 22, 2015 v0.1.0-rc4 Feb 16, 2015 v0.1.0-rc3 Feb 10, 2015 v0.1.0-rc2 Jan 28, 2015 v0.1.0-rc1 Jan 21, 2015