package
0.13.0
Repository: https://github.com/tencentblueking/influxdb.git
Documentation: pkg.go.dev

# Functions

MarshalJSON will marshal v to JSON.
NewConfig returns a new Config with default settings.
NewHandler returns a new instance of handler with routes.
NewService returns a new instance of Service.

# Constants

DefaultBindAddress is the default address to bind to.
DefaultChunkSize specifies the maximum number of points that will be read before sending results back to the engine.

# Structs

Config represents a configuration for a HTTP service.
Handler represents an HTTP handler for the InfluxDB server.
Response represents a list of statement results.
No description provided by the author
Service manages the listener and handler for an HTTP endpoint.