diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -29,9 +29,12 @@ type repo struct { // tagsDrop *gui.Node // list of all tags dirtyLabel *gui.Node // git state (dirty or not?) + masterName *gui.Node // the master branch name masterVersion *gui.Node // the master branch version + develName *gui.Node // the devel branch name develVersion *gui.Node // the devel branch version - jcarrVersion *gui.Node // the jcarr branch version + userName *gui.Node // the jcarr branch name + userVersion *gui.Node // the jcarr branch version cButton *gui.Node // commit button pButton *gui.Node // push button |
