mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 08:14:46 +00:00
Add boltdb implementation for packageset and db
This commit is contained in:
committed by
Ettore Di Giacinto
parent
da8734ed6a
commit
c3197d70fc
@@ -21,8 +21,7 @@ import (
|
||||
|
||||
// reads a luet tree and generates the package lists
|
||||
type Builder interface {
|
||||
Scan(string) error // compiles a tree
|
||||
Load(string) error // pre-scanned tree
|
||||
|
||||
Generate() (pkg.PackageSet, error) // generates world
|
||||
Save(string) error // A tree might be saved to a folder structure (human editable)
|
||||
Load(string) error // A tree might be loaded from a db (e.g. bolt) and written to folder
|
||||
Tree() pkg.Tree // generates world
|
||||
}
|
||||
|
Reference in New Issue
Block a user