diff options
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 } |
