summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index f1e3309..22195bb 100644
--- a/structs.go
+++ b/structs.go
@@ -72,4 +72,7 @@ type RepoStatus struct {
gitConfig *GitConfig
goConfig GoConfig
+
+ switchBranchB *gui.Node
+ targetBranch *gui.Node
}