diff options
| author | Jeff Carr <[email protected]> | 2024-10-16 20:43:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-16 20:43:01 -0500 |
| commit | 142d9ab1cb8bf10f9f4177efdca9a690a44cc6b8 (patch) | |
| tree | 252c8178bc1510def83bbb2b59b6428c9714b3c5 /structs.go | |
| parent | 1c77ec7e63355cab48564a9fb49f34f55b5f0b15 (diff) | |
this is such stupid code because I haven't switched to protobuf
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,5 +44,5 @@ type DropletT struct { hname string // the hypervisor it's currently running on h *HyperT // the hypervisor it's currently running on lastpoll time.Time // the last time the droplet was seen running - starts int // how many times a start event has been attempted + starts int // how many times a start event has been attempted } |
