store

package
v1.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2025 License: AGPL-3.0 Imports: 3 Imported by: 0

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

type KV

type KV struct {
	Key   []byte
	Value []byte
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL