From f5fb6736f60947ad493a0eac17b468177aa40139 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 17 Oct 2024 15:54:39 -0500 Subject: make STDOUT output easier to read Signed-off-by: Jeff Carr --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 00ea397..3128810 100644 --- a/structs.go +++ b/structs.go @@ -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 -- cgit v1.2.3