summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-28 08:54:30 -0600
committerJeff Carr <[email protected]>2024-11-28 08:54:30 -0600
commitc2b7b3c14d2bb0996411675270ef47f795d68229 (patch)
tree928e04b3aeb2ca9a230b4cb3ec5e95a02c26abf8 /structs.go
parent27d052f513f6ae1f27391bac2769cfc7bf1bd61f (diff)
slogging through moving to protobuf
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 55b3188..8adc488 100644
--- a/structs.go
+++ b/structs.go
@@ -8,3 +8,7 @@ type Forge struct {
Config *ForgeConfigs // config repos for readonly, private, etc
Repos *gitpb.Repos
}
+
+func (f *Forge) GetGoSrc() string {
+ return f.goSrc
+}