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