diff options
| author | Jeff Carr <[email protected]> | 2024-11-28 08:35:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-28 08:35:39 -0600 |
| commit | 27d052f513f6ae1f27391bac2769cfc7bf1bd61f (patch) | |
| tree | cc583eb5c1172c11c16022cddb6e60781cfbc92b /structs.go | |
| parent | 0401b949c6f900891f1eefaba41295d2c2a96b07 (diff) | |
attempt to scan ~/go/src
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 } |
