Documentation ¶
Index ¶
- type Client
- func (do *Client) CreateDroplet(region string, size string, image string, publicKey ssh.PublicKey, name string, ...) (newDroplet *godo.Droplet, monitorUri string, err error)
- func (do *Client) CreateSSHKey(key string) error
- func (do *Client) GetAvailableRegions() ([]godo.Region, error)
- func (do *Client) GetDroplet(droplet *godo.Droplet) (*godo.Droplet, string, error)
- func (do *Client) GetSSHKey(publicKey ssh.PublicKey) (*godo.Response, error)
- func (do *Client) GetSizesByRegion(region *godo.Region) ([]godo.Size, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CreateDroplet ¶
func (*Client) CreateSSHKey ¶
func (*Client) GetDroplet ¶
Click to show internal directories.
Click to hide internal directories.