package
1.0.0
Repository: https://github.com/syndtr/goleveldb.git
Documentation: pkg.go.dev

# Functions

NewReader returns a new reader.
NewWriter returns a new Writer.

# Structs

ErrCorrupted is the error type that generated by corrupted block or chunk.
Reader reads journals from an underlying io.Reader.
Writer writes journals to an underlying io.Writer.

# Interfaces

Dropper is the interface that wrap simple Drop method.