Documentation ¶
Index ¶
- type LDB
- func (db *LDB) Close()
- func (db *LDB) Delete(key []byte) error
- func (db *LDB) Get(key []byte) ([]byte, error)
- func (db *LDB) GetBatch() *leveldb.Batch
- func (db *LDB) LDB() *leveldb.DB
- func (db *LDB) NewBatch() *ldbBatch
- func (db *LDB) Put(key []byte, value []byte, batch *leveldb.Batch) error
- func (db *LDB) WriteBatch(batch *leveldb.Batch, sync bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.