list pinned exts

This commit is contained in:
meiji163 2022-03-02 21:06:23 -08:00
parent 44334bbec6
commit bdab7de1d2
5 changed files with 93 additions and 20 deletions

View file

@ -19,9 +19,10 @@ type Extension interface {
Name() string // Extension Name without gh-
Path() string // Path to executable
URL() string
IsLocal() bool
Pin() string // Pinned version
UpdateAvailable() bool
IsBinary() bool
IsLocal() bool
}
//go:generate moq -rm -out manager_mock.go . ExtensionManager