Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteInstance ¶
func LaunchInstance ¶
func LaunchInstance(config InstanceConfig, cloudinit string) error
Types ¶
type Instance ¶
type Instance struct { Name string `json:"name"` State string `json:"state"` Ipv4 []string `json:"ipv4"` Release string `json:"release"` }
func GetInstance ¶
type InstanceConfig ¶
Click to show internal directories.
Click to hide internal directories.