Versions in this module Expand all Collapse all v3 v3.0.1 Mar 21, 2022 v3.0.0 Mar 21, 2022 Changes in this version + type LokiReader interface + Query func(start time.Time, 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 time.Time, 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/pao214/loki github.com/pao214/loki/v2