package
3.4.2
Repository: https://github.com/grafana/loki.git
Documentation: pkg.go.dev

# Functions

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

# Constants

# Variables

# Structs

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.