_ lists
This commit is contained in:
@@ -2,6 +2,7 @@ package storage
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"gitea.inhome.blapointe.com/local/rproxy3/storage/packable"
|
||||
)
|
||||
|
||||
@@ -10,5 +11,6 @@ var ErrNotFound = errors.New("not found")
|
||||
type DB interface {
|
||||
Get(string, string, packable.Packable) error
|
||||
Set(string, string, packable.Packable) error
|
||||
Keys(string) []string
|
||||
Close() error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user