summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/ref.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/types/ref.go')
-rw-r--r--pkg/gui/types/ref.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/gui/types/ref.go b/pkg/gui/types/ref.go
new file mode 100644
index 000000000..49a15b275
--- /dev/null
+++ b/pkg/gui/types/ref.go
@@ -0,0 +1,7 @@
+package types
+
+type Ref interface {
+ RefName() string
+ ParentRefName() string
+ Description() string
+}