# Functions
NewBatchPoints returns a BatchPoints interface based on the given config.
NewHTTPClient returns a new Client from the provided config.
# Constants
Supported authentication methods.
Supported authentication methods.
# Structs
BatchPointsConfig is the config data needed to create an instance of the BatchPoints struct.
Simple type to create github.com/influxdata/kapacitor/influxdb clients.
Set of credentials depending on the authentication method.
HTTPClient is safe for concurrent use as the fields are all read-only once the HTTPClient is instantiated.
HTTPConfig is the config data needed to create an HTTP Client.
Message represents a user message.
No description provided by the author
Query defines a query to send to the server.
Response represents a list of statement results.
Result represents a resultset returned from a single statement.
# Interfaces
BatchPoints is an interface into a batched grouping of points to write into InfluxDB together.
Client is a HTTPClient interface for writing & querying the database.
# Type aliases
AuthenticationMethod defines the type of authentication used.