summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-21 03:22:51 -0600
committerJeff Carr <[email protected]>2024-01-21 03:22:51 -0600
commitb4f1bf383600dd96491b13deb13fbed9e6be4cad (patch)
tree53fbd6f68bec3d616dd1342d7f4ddf78e54c1313 /structs.go
parent2524852611cd70d4f451957fa54a05278157185a (diff)
working on a repostatus window map[]
almost perfect autobuild enable auto run used this app to update all the other guis Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index b5ef5a6..077bba9 100644
--- a/structs.go
+++ b/structs.go
@@ -42,6 +42,8 @@ type repoType struct {
// if checked, will stop trying to os.Exec() things after failure
stopOnErrors *gui.Node
+
+ autoRebuildButton *gui.Node // button to attempt to autorebuild
}
var cmds *gui.Node
@@ -65,9 +67,9 @@ type repo struct {
// 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
+ develVersion *gui.Node // the devel branch version
// userName *gui.Node // the jcarr branch name
- userVersion *gui.Node // the jcarr branch version
+ userVersion *gui.Node // the jcarr branch version
cButton *gui.Node // commit button
pButton *gui.Node // push button