//
pkg.gl
Category
github.com/syndtr/goleveldb
leveldb
table
package
1.0.0
Repository:
https://github.com/syndtr/goleveldb.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
16
Dependents
20
Files
1.4k SLOC
#
Functions
NewReader
NewReader creates a new initialized table reader for the file.
NewWriter
NewWriter creates a new initialized table writer for the file.
#
Variables
ErrIterReleased
Reader errors.
ErrNotFound
Reader errors.
ErrReaderReleased
Reader errors.
#
Structs
ErrCorrupted
ErrCorrupted describes error due to corruption.
Reader
Reader is a table reader.
Writer
Writer is a table writer.