diff options
| author | Jeff Carr <[email protected]> | 2025-07-21 22:25:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-21 22:25:15 -0500 |
| commit | 8e8d9e9a692e78c0a4b014fab048a2ee86caf855 (patch) | |
| tree | 38811d53125120aac63103da377b68c5175f6547 /structs.go | |
| parent | b6a7af773d3216346d08d23b3d960d5c01048d9b (diff) | |
return a map of the repos & errors
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ type Forge struct { fullscan time.Time // time of the last scan so it can be throttled hostname string // your hostname forgeURL string // URL to use to forge.wit.com - // Machine *zoopb.Machine // things for virtigo to track vm's + rillX int // used for Rill() + rillY int // used for Rill() } func (f *Forge) GetGoSrc() string { |
