summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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