package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Packages

lint:file-ignore U1000 this is generated code.

# Functions

Returns closed encoding format from the specified mime type.
ErrNotImplemented creates a NotImplementedError specifying op is unavailable.

# Constants

ProxyModeHTTP specifies a ProxyQueryService that forwards InfluxQL requests via HTTP to influxqld.
ProxyModeQueue specifies a ProxyQueryService that pushes InfluxQL requests to a queue and influxqld issues a callback request to the initiating service.
RequestModeAll specifies both the HTTP listener and queue dispatcher should be active.
RequestModeHTTP specifies the HTTP listener should be active.
RequestModeQueue specifies the queue dispatcher should be active.

# Structs

NotImplementedError is returned when a specific operation is unavailable.
Statistics is a collection of statistics about the processing of a query.

# Interfaces

ProxyQueryService performs InfluxQL queries and encodes the result into a writer.

# Type aliases

ProxyMode enumerates the possible ProxyQueryService operating modes used by a downstream client.
RequestMode is enumerates the possible influxqld operating modes for receiving InfluxQL requests.