summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/ref.go
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2022-05-12 19:16:58 +0900
committerRyooooooga <eial5q265e5@gmail.com>2022-05-13 21:05:51 +0900
commit61970a443913c4a51f060da091402125842a60bc (patch)
treef5de464d0a6b668024af724f81ee206faf39fc93 /pkg/gui/types/ref.go
parent5529088e431638f34acb609dca3b535b2fe771e5 (diff)
fix: fix ambiguous refname
Diffstat (limited to 'pkg/gui/types/ref.go')
-rw-r--r--pkg/gui/types/ref.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/gui/types/ref.go b/pkg/gui/types/ref.go
index 49a15b275..e83d91b65 100644
--- a/pkg/gui/types/ref.go
+++ b/pkg/gui/types/ref.go
@@ -1,6 +1,7 @@
package types
type Ref interface {
+ FullRefName() string
RefName() string
ParentRefName() string
Description() string