package
Version:
v0.0.0-...-5d85a61
Opens a new window with list of versions in this module.
Published: Feb 12, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Batcher interface {
NewBatch() Batch
}
type Compacter interface {
Compact(start []byte, limit []byte) error
}
type Iterator interface {
Next() bool
Error() error
Key() []byte
Value() []byte
Release()
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.