mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 23:37:07 +00:00
installer: Add support for cached repository
This commit is contained in:
@@ -48,7 +48,7 @@ type Repository interface {
|
||||
GetTree() tree.Builder
|
||||
SetTree(tree.Builder)
|
||||
Write(path string, resetRevision bool) error
|
||||
Sync() (Repository, error)
|
||||
Sync(bool) (Repository, error)
|
||||
GetTreePath() string
|
||||
SetTreePath(string)
|
||||
GetType() string
|
||||
|
Reference in New Issue
Block a user