summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index 9307b0e..e3c170c 100644
--- a/structs.go
+++ b/structs.go
@@ -7,13 +7,15 @@ import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
"go.wit.com/lib/protobuf/forgepb"
+ "go.wit.com/lib/protobuf/zoopb"
)
var me *autoType
// this app's variables
type autoType struct {
- argpp *arg.Parser // go-arg preprocessor
- myGui *gui.Node // the gui handle
- forge *forgepb.Forge // your customized repo preferences and settings
+ argpp *arg.Parser // go-arg preprocessor
+ myGui *gui.Node // the gui handle
+ forge *forgepb.Forge // your customized repo preferences and settings
+ machine *zoopb.Machine // your customized repo preferences and settings
}