# Functions
NewFileClient returns the new instance of FileClient for the given `io.ReadCloser`.
# 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.