Versions in this module Expand all Collapse all v1 v1.0.2 Jul 26, 2019 Changes in this version + type EntryIterator interface + Close func() error + Entry func() logproto.Entry + Error func() error + Labels func() string + Next func() bool + func NewEntryIteratorBackward(it EntryIterator) (EntryIterator, error) + func NewNonOverlappingIterator(iterators []EntryIterator, labels string) EntryIterator + func NewQueryClientIterator(client logproto.Querier_QueryClient, direction logproto.Direction) EntryIterator + func NewQueryResponseIterator(resp *logproto.QueryResponse, direction logproto.Direction) EntryIterator + func NewStreamIterator(stream *logproto.Stream) EntryIterator + func NewTimeRangedIterator(it EntryIterator, mint, maxt time.Time) EntryIterator + type HeapIterator interface + Len func() int + Peek func() time.Time + Push func(EntryIterator) + func NewHeapIterator(is []EntryIterator, direction logproto.Direction) HeapIterator