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 {
// contains filtered or unexported fields
}
func NewCursorIter ¶
func NewCursorIter(prefix []byte, 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.