mirror of
https://github.com/mudler/luet.git
synced 2025-08-31 14:52:02 +00:00
Introduce Packages for []Package
This commit is contained in:
@@ -9,6 +9,6 @@ type System struct {
|
||||
Target string
|
||||
}
|
||||
|
||||
func (s *System) World() ([]pkg.Package, error) {
|
||||
func (s *System) World() (pkg.Packages, error) {
|
||||
return s.Database.World(), nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user