package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Jul 26, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LokiReader interface {
Query(start time.Time, end time.Time) ([]time.Time, error)
}
func NewReader(writer io.Writer, receivedChan chan time.Time, tls bool,
address string, user string, pass string, labelName string, labelVal string) *Reader
func (r *Reader) Query(start time.Time, end time.Time) ([]time.Time, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.