summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-12 08:17:23 -0500
committerJeff Carr <[email protected]>2025-03-12 08:17:23 -0500
commit6cf3648b9467a08ea9e664774a319f67fc965528 (patch)
tree0226a6f18123630f1dab064f9273fff37d4f0dd8 /structs.go
parent369c252a68c7a8b68cc314751afd4f71f7d1f30e (diff)
better patch window
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go15
1 files changed, 8 insertions, 7 deletions
diff --git a/structs.go b/structs.go
index 99d1915..100b02e 100644
--- a/structs.go
+++ b/structs.go
@@ -23,13 +23,14 @@ func (b *mainType) Enable() {
// this app's variables
type mainType struct {
- pp *arg.Parser // for parsing the command line args. Yay to alexf lint!
- forge *forgepb.Forge // for holding the forge protobuf files
- myGui *gui.Node // the gui toolkit handle
- found *gitpb.Repos // stores the list of repos to process things on
- foundPaths []string // stores gopaths to act on (when doing go-clone)
- configSave bool // if the config file should be saved after finishing
- urlbase string // base URL
+ pp *arg.Parser // for parsing the command line args. Yay to alexf lint!
+ forge *forgepb.Forge // for holding the forge protobuf files
+ myGui *gui.Node // the gui toolkit handle
+ found *gitpb.Repos // stores the list of repos to process things on
+ psets *forgepb.Patchsets // the locally stored on disk patchsets
+ foundPaths []string // stores gopaths to act on (when doing go-clone)
+ configSave bool // if the config file should be saved after finishing
+ urlbase string // base URL
// our view of the repositories
// patchWin *patchesWindow