summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-13 12:54:32 -0600
committerJeff Carr <[email protected]>2024-02-13 12:54:32 -0600
commit6c595d32f7041b941f29968ab9f737538e15dbc1 (patch)
tree093e42720df42ad863aa8e1d4d9e8d8d4d42d883 /structs.go
parent74ce202f73574c122f893e5cd601a39d31168648 (diff)
list the patches
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index c89698a..b1a8d65 100644
--- a/structs.go
+++ b/structs.go
@@ -67,6 +67,11 @@ type autoType struct {
// delete ~/go/src & ~/go/pkg buttons
deleteGoSrcPkgB *gui.Node
+
+ // displays a summary of all the repos
+ // has total dirty, total read-only
+ // total patches, etc
+ summary *develSummary
}
type repo struct {