(ghrepo.Interface, string)
| 32 | type ExtensionManager interface { |
| 33 | List() []Extension |
| 34 | Install(ghrepo.Interface, string) error |
| 35 | InstallLocal(dir string) error |
| 36 | Upgrade(name string, force bool) error |
| 37 | Remove(name string) error |
no outgoing calls