Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type LevelBatch ¶
type LevelBatch struct {
// contains filtered or unexported fields
}
func (*LevelBatch) SyncWrite ¶
func (lb *LevelBatch) SyncWrite() error
func (*LevelBatch) ValueSize ¶
func (lb *LevelBatch) ValueSize() int
type LevelDatabase ¶
type LevelDatabase struct {
// contains filtered or unexported fields
}
func (*LevelDatabase) Close ¶
func (db *LevelDatabase) Close() error
func (*LevelDatabase) Delete ¶
func (db *LevelDatabase) Delete(key Key) error
func (*LevelDatabase) NewBatch ¶
func (db *LevelDatabase) NewBatch() Batch
Click to show internal directories.
Click to hide internal directories.