list pinned exts
This commit is contained in:
parent
44334bbec6
commit
bdab7de1d2
5 changed files with 93 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue