Documentation ¶
Index ¶
- type KV
- type KVDB
- func (_m *KVDB) BatchGet(keys [][]byte) ([][]byte, error)
- func (_m *KVDB) Begin()
- func (_m *KVDB) Commit()
- func (_m *KVDB) Get(key []byte) ([]byte, error)
- func (_m *KVDB) List(prefix []byte, key []byte, count int32, direction int32) ([][]byte, error)
- func (_m *KVDB) PrefixCount(prefix []byte) int64
- func (_m *KVDB) Rollback()
- func (_m *KVDB) Set(key []byte, value []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KV ¶
KV is an autogenerated mock type for the KV type
type KVDB ¶
KVDB is an autogenerated mock type for the KVDB type
func (*KVDB) PrefixCount ¶
PrefixCount provides a mock function with given fields: prefix
Click to show internal directories.
Click to hide internal directories.