summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorforge <[email protected]>2025-10-06 12:17:14 -0500
committerJeff Carr <[email protected]>2025-10-06 12:18:25 -0500
commit5b277e7686974d2195586d5f5b82838ee9ddb036 (patch)
treedefcb27118f58bec1889a13881f5e8ea7f3bc093 /structs.go
parent3d2fc4fe304ba53d3b576aaa4c8e6953565cdc11 (diff)
working on ping pong
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 22f5b01..556a239 100644
--- a/structs.go
+++ b/structs.go
@@ -7,6 +7,7 @@ import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/lib/gui/prep"
"go.wit.com/lib/protobuf/forgepb"
+ "go.wit.com/lib/protobuf/gitpb"
)
var me *mainType
@@ -18,4 +19,5 @@ type mainType struct {
myGui *prep.GuiPrep // the gui toolkit handle
auto *prep.Auto // more experiments for bash handling
configs *forgepb.ForgeConfigs // for holding the forge protobuf files
+ missing *gitpb.Repos // repos we are missing
}