mirror of
https://github.com/mudler/luet.git
synced 2025-09-17 15:52:15 +00:00
Fix marshal of repository and use of cache repos
This commit is contained in:
committed by
Ettore Di Giacinto
parent
01e66ee0b4
commit
ce888a2f40
@@ -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 {
|
||||
|
Reference in New Issue
Block a user