Review install phase

This commit is contained in:
Daniele Rondina
2019-12-31 12:48:12 +01:00
committed by Ettore Di Giacinto
parent a71e1a6f1d
commit 01e66ee0b4
6 changed files with 75 additions and 66 deletions

View File

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