Documentation ¶
Index ¶
- type DO
- func (d DO) CreateVM(name, os, size, region, sshkey string) (string, error)
- func (d DO) DestroyVM(id string) error
- func (d DO) GetAllVMs() (data []provider.VM, err error)
- func (d DO) GetConfig() *config.Config
- func (d DO) GetInstalledSshKeys() (data []provider.SshKey, err error)
- func (d DO) GetProviderName() string
- func (d DO) InstallNewSshKey(name, key string) (string, error)
- func (d DO) Sleep()
- func (d DO) StartVM(id string) error
- func (d DO) UpdateSshKey(id, name, key string) (string, error)
- type Droplet
- type Droplets
- type Image
- type NetworkV4
- type Networks
- type Region
- type SshKey
- type SshKeys
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.