Documentation ¶
Index ¶
- type Path
- type Registry
- type Store
- func (store *Store) Delete(key []byte) error
- func (store *Store) DeleteSync(key []byte) error
- func (store *Store) Get(key []byte) ([]byte, error)
- func (store *Store) GetKeys(start, end []byte) (keyArrayBytes []byte, err error)
- func (store *Store) GetMany(start, end []byte) (kvArrayBytes []byte, err error)
- func (store *Store) GetPath() string
- func (store *Store) Has(key []byte) (bool, error)
- func (store *Store) Iterator(start, end []byte) (dbm.Iterator, error)
- func (store *Store) Set(key []byte, value []byte) error
- func (store *Store) SetSync(key []byte, value []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
func NewRegistry ¶
func (*Registry) GetOrMakeStore ¶
func (*Registry) RegisterStore ¶
Click to show internal directories.
Click to hide internal directories.