mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 23:37:01 +00:00
Use fingerprint as ids in inmemorydb
This commit is contained in:
@@ -23,7 +23,7 @@ type PackageDatabase interface {
|
||||
Get(s string) (string, error)
|
||||
Set(k, v string) error
|
||||
|
||||
Create([]byte) (string, error)
|
||||
Create(string, []byte) (string, error)
|
||||
Retrieve(ID string) ([]byte, error)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user