# Functions
MakeValue returns a [timestamp, line] pair.
MakeValues takes a slice of entries and returns a slice of [timestamp,line] values.
NewReceiver creates a Receiver to run Loki in single-process mode.
# Structs
QueryData holds the data for a query.
QueryResponse is the response to a loki query.
Receiver is a service running loki in single-process mode.
StreamValues is a set of log values ["time", "line"] for a log stream.