summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index e9c79bb..22915e8 100644
--- a/structs.go
+++ b/structs.go
@@ -36,6 +36,15 @@ type RepoStatus struct {
develMerge *gui.Node
releaseVersion *gui.Node
+ vgroup *gui.Node
+ minor *gadgets.BasicCombobox
+ major *gadgets.BasicCombobox
+ revision *gadgets.BasicCombobox
+
+ a int
+ b int
+ c int
+
speed *gadgets.OneLiner
speedActual *gadgets.OneLiner
}