mirror of
https://github.com/mudler/luet.git
synced 2025-09-15 23:00:04 +00:00
Introduce Packages for []Package
This commit is contained in:
@@ -23,12 +23,12 @@ import (
|
||||
)
|
||||
|
||||
type Installer interface {
|
||||
Install([]pkg.Package, *System, bool) error
|
||||
Install(pkg.Packages, *System, bool) error
|
||||
Uninstall(pkg.Package, *System) error
|
||||
Upgrade(s *System) error
|
||||
Repositories([]Repository)
|
||||
SyncRepositories(bool) (Repositories, error)
|
||||
Swap([]pkg.Package, []pkg.Package, *System) error
|
||||
Swap(pkg.Packages, pkg.Packages, *System) error
|
||||
}
|
||||
|
||||
type Client interface {
|
||||
|
Reference in New Issue
Block a user