summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types/ref.go
blob: e83d91b65f350e797685d1c48bfc6d35e57b328f (plain)
1
2
3
4
5
6
7
8
package types

type Ref interface {
	FullRefName() string
	RefName() string
	ParentRefName() string
	Description() string
}