diff options
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 |
