diff options
| author | Jeff Carr <[email protected]> | 2023-12-30 23:30:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-30 23:30:14 -0600 |
| commit | 44730e1b91d0aa9d412032aebe2fc0c8367ddf13 (patch) | |
| tree | f0b92816ef7a672097183b776a9a78557a485f82 /digitalocean/structs.go | |
| parent | be03e85c2def1501b6b22572d8a1d140663194ab (diff) | |
digitalocean droplet power on & off work
Signed-off-by: Jeff Carr <[email protected]>
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 |
