neato
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
package storage
|
||||
|
||||
import "local/rproxy3/storage/packable"
|
||||
import (
|
||||
"errors"
|
||||
"local/rproxy3/storage/packable"
|
||||
)
|
||||
|
||||
var ErrNotFound = errors.New("not found")
|
||||
|
||||
type DB interface {
|
||||
Get(string, string, packable.Packable) error
|
||||
|
||||
Reference in New Issue
Block a user