diff options
Diffstat (limited to 'digitalocean/structs.go')
| -rw-r--r-- | digitalocean/structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/digitalocean/structs.go b/digitalocean/structs.go index 6f12994..cfd400d 100644 --- a/digitalocean/structs.go +++ b/digitalocean/structs.go @@ -41,6 +41,8 @@ type ipButton struct { } type Droplet struct { + ID int + ready bool hidden bool err error |
