summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index d3bd152..2a618a3 100644
--- a/structs.go
+++ b/structs.go
@@ -6,6 +6,7 @@ package main
import (
"time"
+ "go.wit.com/dev/alexflint/arg"
"go.wit.com/lib/protobuf/argvpb"
"go.wit.com/lib/protobuf/zoopb"
)
@@ -14,7 +15,10 @@ var me *zoodStruct
// this app's variables
type zoodStruct struct {
- sh *argvpb.Argv // shell autocomplete
+ 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