Fix marshal of repository and use of cache repos

This commit is contained in:
Daniele Rondina
2019-12-31 16:50:44 +01:00
committed by Ettore Di Giacinto
parent 01e66ee0b4
commit ce888a2f40
4 changed files with 23 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ type Installer interface {
Uninstall(pkg.Package, *System) error
Upgrade(s *System) error
Repositories([]Repository)
SyncRepositories() error
SyncRepositories(bool) (Repositories, error)
}
type Client interface {