mirror of
https://github.com/mudler/luet.git
synced 2025-09-08 18:49:39 +00:00
Add SetUri to Repository
This commit is contained in:
@@ -38,6 +38,7 @@ type Repositories []Repository
|
||||
type Repository interface {
|
||||
GetName() string
|
||||
GetUri() string
|
||||
SetUri(string)
|
||||
GetPriority() int
|
||||
GetIndex() compiler.ArtifactIndex
|
||||
GetTree() tree.Builder
|
||||
|
Reference in New Issue
Block a user