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 dce9cb4..55b3188 100644
--- a/structs.go
+++ b/structs.go
@@ -1,6 +1,10 @@
package forgepb
+import "go.wit.com/lib/protobuf/gitpb"
+
// maybe an interface someday?
type Forge struct {
- Config *ForgeConfigs
+ goSrc string // the path to go/src
+ Config *ForgeConfigs // config repos for readonly, private, etc
+ Repos *gitpb.Repos
}