Documentation ¶
Index ¶
- type DB
- func (db *DB) All(opts *driver.ReadOptions) driver.Iterator
- func (db *DB) Batch() driver.Batch
- func (db *DB) Close() error
- func (db *DB) Delete(key []byte, opts *driver.WriteOptions) error
- func (db *DB) Get(key []byte, opts *driver.ReadOptions) ([]byte, error)
- func (db *DB) IsCorrupt(err error) bool
- func (db *DB) IsNotFound(err error) bool
- func (db *DB) Put(key, value []byte, opts *driver.WriteOptions) error
- func (db *DB) Write(writes driver.Batch, opts *driver.WriteOptions) 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.