Documentation ¶ Index ¶ Variables type Droplet Constants ¶ This section is empty. Variables ¶ View Source var VERSION = "dev" Functions ¶ This section is empty. Types ¶ type Droplet ¶ type Droplet struct { ID int `json:"id"` Name string `json:"name"` IPv4 string `json:"ipv4"` Region string `json:"region"` Size string `json:"size"` CreatedAt string `json:"created_at"` } Droplet represents a DigitalOcean droplet managed by labctl. Source Files ¶ View all Source files droplet.go Click to show internal directories. Click to hide internal directories.