package
Version:
v0.0.0-...-8222fbe
Opens a new window with list of versions in this module.
Published: Oct 11, 2014
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AssociativeMerge interface {
Merge(key, existing []byte) ([]byte, error)
}
type KVIterator interface {
SeekFirst()
Seek([]byte)
Next()
Current() ([]byte, []byte, bool)
Key() []byte
Value() []byte
Valid() bool
Close()
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.