package
2.9.12+incompatible
Repository: https://github.com/grafana/loki.git
Documentation: pkg.go.dev

# Functions

NewFileClient returns the new instance of FileClient for the given `io.ReadCloser`.

# Variables

No description provided by the author

# Structs

No description provided by the author
Client contains fields necessary to query a Loki instance.
FileClient is a type of LogCLI client that do LogQL on log lines from the given file directly, instead get log lines from Loki servers.

# Interfaces

Client contains all the methods to query a Loki instance, it's an interface to allow multiple implementations.

# Type aliases

Tripperware can wrap a roundtripper.