diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 05:41:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 05:41:01 -0500 |
| commit | a29a774aa43ca332cac6ca3da7242eb31a9bfcf0 (patch) | |
| tree | f5b705ad4a8079a124c70f9c593ab9aaa0c215b6 /structs.go | |
| parent | d00e96e35405f168791c4b19f0271a0db5b2b0d2 (diff) | |
something, something, GUI codebasev0.0.68
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,6 +9,7 @@ import ( "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" "go.wit.com/lib/gadgets" + "go.wit.com/lib/gui/prep" "go.wit.com/lib/protobuf/zoopb" ) @@ -26,7 +27,7 @@ type mainType struct { machines *zoopb.Machines // every machine that has reported itself to the zookeeper targets map[string]string // what versions the machines should be running upgrade map[string]bool // use this to trigger builds - myGui *gui.Node // the gui toolkit handle + myGui *prep.GuiPrep // the gui toolkit handle machinesWin *gadgets.GenericWindow // the machines gui window machinesBox *gui.Node // the machines gui parent box widget machinesTB *zoopb.MachinesTable // the machines gui table buffer |
