summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-22 08:41:37 -0600
committerJeff Carr <[email protected]>2024-11-22 08:41:37 -0600
commit1735ae5826f9c5d52ca09c78cad9d6f22f69d7de (patch)
tree2f464fa0bc141d8bb06d85c8e01ec0f334057d03 /structs.go
parent8e73e6fd7e7af5eccfe6cc9549a6a61996a3da51 (diff)
use forge for IsPrivate() and IsReadOnly()v0.22.19
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index c77c73a..b3c1d79 100644
--- a/structs.go
+++ b/structs.go
@@ -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