stealing
This commit is contained in:
9
storage/db.go
Normal file
9
storage/db.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package storage
|
||||
|
||||
import "local/rproxy3/storage/packable"
|
||||
|
||||
type DB interface {
|
||||
Get(string, string, packable.Packable) error
|
||||
Set(string, string, packable.Packable) error
|
||||
Close() error
|
||||
}
|
||||
Reference in New Issue
Block a user