pinning binary exts
This commit is contained in:
parent
eaa64df801
commit
fe5eca1dd5
5 changed files with 90 additions and 40 deletions
|
|
@ -27,7 +27,7 @@ type Extension interface {
|
|||
//go:generate moq -rm -out manager_mock.go . ExtensionManager
|
||||
type ExtensionManager interface {
|
||||
List(includeMetadata bool) []Extension
|
||||
Install(ghrepo.Interface) error
|
||||
Install(ghrepo.Interface, string) error
|
||||
InstallLocal(dir string) error
|
||||
Upgrade(name string, force bool) error
|
||||
Remove(name string) error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue