Skip to content

Commit

Permalink
refactor: remove unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Oct 14, 2023
1 parent c6740d5 commit 80bafe4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/controller/generate/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ type FuzzyGetter interface {
Get(ctx context.Context, logE *logrus.Entry, pkg *fuzzyfinder.Package, useFinder bool) string
}

type VersionSelector interface {
Find(versions []*fuzzyfinder.Item, hasPreview bool) (int, error)
}

type FuzzyFinder interface {
Find(items []*fuzzyfinder.Item, hasPreview bool) (int, error)
FindMulti(items []*fuzzyfinder.Item, hasPreview bool) ([]int, error)
Expand Down

0 comments on commit 80bafe4

Please sign in to comment.