package
Version:
v0.0.0-...-b1dd421
Opens a new window with list of versions in this module.
Published: Sep 4, 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 KVBatch interface {
Set(key, val []byte)
Delete(key []byte)
Execute() error
Close() 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.