Versions in this module Expand all Collapse all v2 v2.4.3 Feb 9, 2022 Changes in this version + type LokiReader interface + Query func(start, end time.Time) ([]time.Time, error) + QueryCountOverTime func(queryRange string) (float64, error) + type Reader struct + func NewReader(writer io.Writer, receivedChan chan time.Time, tls bool, address string, ...) *Reader + func (r *Reader) Query(start, end time.Time) ([]time.Time, error) + func (r *Reader) QueryCountOverTime(queryRange string) (float64, error) + func (r *Reader) Stop() Other modules containing this package github.com/frelon/loki