diff options
| author | Jeff Carr <[email protected]> | 2025-10-22 09:20:07 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-22 09:20:07 -0500 |
| commit | 772a878ccc72dc4f6135a35575154ce1a2d33876 (patch) | |
| tree | a07ef77ed930269ae6dbadaf5bc4bde0aa50e9a1 /structs.go | |
| parent | a1792c4e1afb1e8901f05e41e61add8f39038055 (diff) | |
step1v0.0.109
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,6 +7,7 @@ import ( "time" "go.wit.com/dev/alexflint/arg" + "go.wit.com/lib/fhelp" "go.wit.com/lib/protobuf/argvpb" "go.wit.com/lib/protobuf/zoopb" ) @@ -15,10 +16,9 @@ var me *zoodStruct // this app's variables type zoodStruct struct { - argv *argvpb.Argv // more experiments for bash handling - pp *arg.Parser // for parsing the command line args. Yay to alexf lint! - // myGui *fhelp.GuiPrep // for initializing the GUI toolkits - + argv *argvpb.Argv // more experiments for bash handling + pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + myGui *fhelp.GuiPrep // for initializing the GUI toolkits urlbase string // the dns name for the zookeeper hostname string // my hostname pollDelay time.Duration // how often to report our status |
