diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5,6 +5,8 @@ import ( "go.wit.com/gui" "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/repolist" + "go.wit.com/lib/protobuf/forgepb" + "go.wit.com/lib/protobuf/zoopb" ) var me *autoType @@ -26,6 +28,12 @@ type autoType struct { // our view of the repositories repos *repoWindow + // your customized repo preferences and settings + forge forgepb.Repos + + // use zookeeper to get the list of installed packages + machine zoopb.Machine + // #### autotypist Global Build Options // what to change all the branches to // so, as a developer, you can move all the repos |
