Versions in this module Expand all Collapse all v0 v0.7.0 Jun 7, 2026 Changes in this version + type MinuteCheckPoint struct + type QueryIterator struct + func NewQueryIterator[OK any, ERR any](startTime time.Time, endTime time.Time, ascending bool, ...) QueryIterator[OK, ERR] + func (iter *QueryIterator[OK, ERR]) CanFetchPrev() bool + func (iter *QueryIterator[OK, ERR]) Finished() bool + func (iter *QueryIterator[OK, ERR]) Next() (OK, ERR) + func (iter *QueryIterator[OK, ERR]) Prev() (OK, ERR) + func (iter *QueryIterator[OK, ERR]) Ready() bool