diff options
| author | Jeff Carr <[email protected]> | 2023-12-30 20:47:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-30 20:47:14 -0600 |
| commit | eb007d63d92280b95a6a79c6c83341870312ccd6 (patch) | |
| tree | c2780b17b140e38d033aded99dcb08f54ee5bc65 /digitalocean/structs.go | |
| parent | a117923b327d0d5a74ef64b51082e2ec4bcd9cfd (diff) | |
display droplets
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'digitalocean/structs.go')
| -rw-r--r-- | digitalocean/structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/digitalocean/structs.go b/digitalocean/structs.go index 5cb886d..3ae4f3e 100644 --- a/digitalocean/structs.go +++ b/digitalocean/structs.go @@ -43,7 +43,7 @@ type Droplet struct { hidden bool err error - poll godo.Droplet // store what the digital ocean API returned + poll *godo.Droplet // store what the digital ocean API returned name *gui.Node |
