Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrefixCursor ¶ added in v1.1.0
PrefixCursor that can be reversed
func (*PrefixCursor) Continue ¶ added in v1.1.0
func (c *PrefixCursor) Continue(val []byte) bool
Continue tells if the loop needs to continue
func (*PrefixCursor) First ¶ added in v1.1.0
func (c *PrefixCursor) First() ([]byte, []byte)
First element
func (*PrefixCursor) Next ¶ added in v1.1.0
func (c *PrefixCursor) Next() ([]byte, []byte)
Next element
Click to show internal directories.
Click to hide internal directories.