# Functions
New returns a new klogs instance for the given configuration.
# Structs
Aggregation is the structure of the data, which is required to run an aggregation.
AggregationOptions is the structure of the options for an aggregation.
AggregationTimes is the structure, which defines the time interval for the aggregation.
Bucket is the struct which is used to represent the distribution of the returned rows for a logs query for the given time range.
Config is the structure of the configuration for a single klogs instance.
Fields is the struct for cached fields, which can be of type number or string.
Row is the struct which represents a single row in the logs table of ClickHouse.
VisualizationRow is the structure of a single row for a visualization.
# Interfaces
No description provided by the author