diff options
| author | Jeff Carr <[email protected]> | 2025-02-15 03:45:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-15 07:28:30 -0600 |
| commit | 940d259bbf34dd643ac8a555dc003804fd036c43 (patch) | |
| tree | 2d07966d272774f06d17adcc8c472f961b15ba8c /structs.go | |
| parent | 6b3651edb76c86d10735f2859dc8121a0fb1ac3e (diff) | |
start a gui
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,7 @@ package main import ( "time" + "go.wit.com/gui" "go.wit.com/lib/protobuf/zoopb" ) @@ -19,4 +20,5 @@ type stuff 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 } |
