# Functions
FromValues creates a new PointData with given Values.
New creates new Client with given config, where `Host` and `Token` are mandatory.
NewCloudDedicatedClient creates new CloudDedicatedClient with given InfluxDB client.
NewFromConnectionString creates new Client from the specified connection string.
NewFromEnv creates new Client instance from environment variables.
NewPoint is a convenient function for creating a Point with the given measurement name, tags, fields, and timestamp.
NewPointValues returns a new PointValues.
NewPointWithMeasurement creates a new PointData with specified measurement name.
NewPointWithPointValues returns a new Point with given PointValues.
NewServerError returns new with just a message.
NewServerlessClient creates new ServerlessClient with given InfluxDB client.
ReplaceURLProtocolWithPort removes the "http://" or "https://" protocol from the given URL and replaces it with the port number.
WithDatabase is used to override default database in Client.Query and Client.Write methods.
WithDefaultTags is used to override default tags in Client.Write methods.
WithGzipThreshold is used to override default GZIP threshold in Client.Write methods.
WithHeader is used to add or override default header in Client.Query method.
WithPrecision is used to override default precision in Client.Write methods.
WithQueryType is used to override default query type in Client.Query method.
# Variables
DefaultQueryOptions specifies default query options.
DefaultWriteOptions specifies default write options.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
Client implements an InfluxDB client.
ClientConfig holds the parameters for creating a new client.
No description provided by the author
No description provided by the author
No description provided by the author
Point represents InfluxDB time series point, holding tags and fields.
PointValues is representing InfluxDB time series point, holding tags and fields.
QueryIterator is a custom query iterator that encapsulates and simplifies the logic for the flight reader.
QueryOptions holds options for query.
ServerError represents an error returned from an InfluxDB API server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WriteOptions holds options for write.
# Interfaces
No description provided by the author
# Type aliases
Option is a functional option type that can be passed to Client.Query and Client.Write methods.
QueryOption is a functional option type that can be passed to Client.Query.
QueryParameters is a type for query parameters.
QueryType is the type of query to execute.
WriteOption is a functional option type that can be passed to Client.Write methods.