summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/common_commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/types/common_commands.go')
-rw-r--r--pkg/gui/types/common_commands.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/gui/types/common_commands.go b/pkg/gui/types/common_commands.go
new file mode 100644
index 000000000..74bfd603b
--- /dev/null
+++ b/pkg/gui/types/common_commands.go
@@ -0,0 +1,7 @@
+package types
+
+type CheckoutRefOptions struct {
+ WaitingStatus string
+ EnvVars []string
+ OnRefNotFound func(ref string) error
+}