Versions in this module Expand all Collapse all v0 v0.1.0 Jun 3, 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 NewFilter(f func(string) bool, i EntryIterator) EntryIterator + func NewHeapIterator(is []EntryIterator, direction logproto.Direction) EntryIterator + 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 NewTimeRangedIterator(it EntryIterator, mint, maxt time.Time) EntryIterator