Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorNotFound = errors.New("not found")
Functions ¶
This section is empty.
Types ¶
type CursorIterator ¶
type CursorIterator struct {
// Prefix that keys must start with.
Prefix []byte
// Keys that start with this prefix will be skipped.
SkipPrefix []byte
// contains filtered or unexported fields
}
func NewCursorIter ¶
func NewCursorIter(cursor *bbolt.Cursor) *CursorIterator
func (*CursorIterator) At ¶
func (c *CursorIterator) At() KV
func (*CursorIterator) Close ¶
func (c *CursorIterator) Close() error
func (*CursorIterator) Err ¶
func (c *CursorIterator) Err() error
func (*CursorIterator) Next ¶
func (c *CursorIterator) Next() bool
Click to show internal directories.
Click to hide internal directories.