diff options
| author | Jeff Carr <[email protected]> | 2024-10-17 15:54:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-17 15:54:39 -0500 |
| commit | f5fb6736f60947ad493a0eac17b468177aa40139 (patch) | |
| tree | 5d4661357b67b9968f674b94413271f58aca0752 /structs.go | |
| parent | c3a69690eee158e676d7ce7a5aa3088a1dc7fc7a (diff) | |
make STDOUT output easier to read
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
@@ -38,7 +38,7 @@ type HyperT struct { // the stuff that is needed for a hypervisor type DropletT struct { Hostname string // the name of the virtual machine. should be unique (probably enforce this forever) - State string // what the state of the droplet is SUPPOSED TO BE + ConfigState string // what the state of the droplet is SUPPOSED TO BE CurrentState string // what the state of the droplet is ACTUALLY IS hyperPreferred string // the hypervisor to prefer to run the droplet on hname string // the hypervisor it's currently running on |
