mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 07:09:13 +00:00
Implement uninstall
Also add RemovePackage in database implementation (boltdb is not tested yet) Add test case for uninstall
This commit is contained in:
@@ -35,6 +35,7 @@ type PackageSet interface {
|
||||
FindPackage(Package) (Package, error)
|
||||
UpdatePackage(p Package) error
|
||||
GetAllPackages(packages chan Package) error
|
||||
RemovePackage(Package) error
|
||||
|
||||
GetPackageFiles(Package) ([]string, error)
|
||||
SetPackageFiles(PackageFile) error
|
||||
|
Reference in New Issue
Block a user