diff options
| author | Jeff Carr <[email protected]> | 2023-12-31 05:48:29 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-31 05:48:29 -0600 |
| commit | c5ff4637fb1a5eb1c8910d946b4fc97a8bc55c9b (patch) | |
| tree | 97284ed1f0cdc7305539f3d83bf41db7a39b5e0b /digitalocean/structs.go | |
| parent | d2f0691744ff677a3d044cad72c1c35d32f85d92 (diff) | |
droplet create has region
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'digitalocean/structs.go')
| -rw-r--r-- | digitalocean/structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/digitalocean/structs.go b/digitalocean/structs.go index bfb607f..997c810 100644 --- a/digitalocean/structs.go +++ b/digitalocean/structs.go @@ -49,6 +49,7 @@ type windowCreate struct { tag *gadgets.OneLiner name *gadgets.BasicEntry + zone *gadgets.BasicDropdown } type ipButton struct { |
