summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-18 17:56:25 -0600
committerJeff Carr <[email protected]>2024-02-18 17:56:25 -0600
commit5d0c793ae99dacf49520c6b9902130d0d40e3528 (patch)
treec971618e88da47d19d4b2271f03fd335335d6d95 /structs.go
parentdc0040f0805e7a8ab3f47ea0e5ebffb03eda2b62 (diff)
trying to set the target version
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go11
1 files changed, 6 insertions, 5 deletions
diff --git a/structs.go b/structs.go
index 392934d..a2b1413 100644
--- a/structs.go
+++ b/structs.go
@@ -30,7 +30,7 @@ type RepoList struct {
reposgroup *gui.Node
// put things here that can't be seen
- blind *gui.Node
+ blind *gui.Node
}
type Repo struct {
@@ -41,10 +41,11 @@ type Repo struct {
pLabel *gui.Node // path label
- lastTag *gui.Node // last tagged version label
- vLabel *gui.Node // version label
- dirtyLabel *gui.Node // git state (dirty or not?)
- goSumStatus *gui.Node // what is the state of the go.sum file
+ targetV *gui.Node // the target version
+ lastTag *gui.Node // last tagged version label
+ vLabel *gui.Node // version label
+ dirtyLabel *gui.Node // git state (dirty or not?)
+ goState *gui.Node // what is the state of the go.sum file
masterVersion *gui.Node // the master branch version
develVersion *gui.Node // the devel branch version