diff options
| author | Jeff Carr <[email protected]> | 2024-02-18 17:56:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-18 17:56:25 -0600 |
| commit | 5d0c793ae99dacf49520c6b9902130d0d40e3528 (patch) | |
| tree | c971618e88da47d19d4b2271f03fd335335d6d95 /structs.go | |
| parent | dc0040f0805e7a8ab3f47ea0e5ebffb03eda2b62 (diff) | |
trying to set the target version
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |
