pinning binary exts

This commit is contained in:
meiji163 2022-03-01 15:01:04 -08:00
parent eaa64df801
commit fe5eca1dd5
5 changed files with 90 additions and 40 deletions

View file

@ -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