package
1.3.5
Repository: https://github.com/silenceshell/influxdb.git
Documentation: pkg.go.dev

# Functions

NewConfig returns a new instance of Config with defaults.
NewContinuousQuery returns a ContinuousQuery object with a parsed influxql.CreateContinuousQueryStatement.
NewService returns a new instance of Service.

# Constants

The default value of how often to check whether any CQs need to be run.
NoChunkingSize specifies when not to chunk results.

# Structs

Config represents a configuration for the continuous query service.
ContinuousQuery is a local wrapper / helper around continuous queries.
ResampleOptions controls the resampling intervals and duration of this continuous query.
RunRequest is a request to run one or more CQs.
Service manages continuous query execution.
Statistics maintains the statistics for the continuous query service.

# Interfaces

ContinuousQuerier represents a service that executes continuous queries.