Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinuteCheckPoint ¶
type MinuteCheckPoint struct {
// contains filtered or unexported fields
}
type QueryIterator ¶
func NewQueryIterator ¶
func (*QueryIterator[OK, ERR]) CanFetchPrev ¶
func (iter *QueryIterator[OK, ERR]) CanFetchPrev() bool
func (*QueryIterator[OK, ERR]) Finished ¶
func (iter *QueryIterator[OK, ERR]) Finished() bool
func (*QueryIterator[OK, ERR]) Next ¶
func (iter *QueryIterator[OK, ERR]) Next() (OK, ERR)
func (*QueryIterator[OK, ERR]) Prev ¶
func (iter *QueryIterator[OK, ERR]) Prev() (OK, ERR)
func (*QueryIterator[OK, ERR]) Ready ¶
func (iter *QueryIterator[OK, ERR]) Ready() bool
Click to show internal directories.
Click to hide internal directories.