mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 23:37:07 +00:00
Use well defined structure for serializing, fixups to make test green
This commit is contained in:
@@ -41,6 +41,7 @@ type Repository interface {
|
||||
GetPriority() int
|
||||
GetIndex() compiler.ArtifactIndex
|
||||
GetTree() tree.Builder
|
||||
SetTree(tree.Builder)
|
||||
Write(path string) error
|
||||
Sync() (Repository, error)
|
||||
GetTreePath() string
|
||||
|
Reference in New Issue
Block a user