# Packages

Package http holds HTTP options.
Package query defined types for representing flux query result.
Package write provides the Point struct.

# Functions

DefaultDialect return flux query Dialect with full annotations (datatype, group, default), header and comma char as a delimiter.
NewAuthorizationsApi creates instance of AuthorizationsApi Deprecated: Use NewAuthorizationsAPI instead.
No description provided by the author
NewBucketsApi creates instance of BucketsApi Deprecated: Use NewBucketsAPI instead.
No description provided by the author
NewDeleteApi creates instance of DeleteApi Deprecated: Use NewDeleteAPI instead.
No description provided by the author
NewLabelsApi creates instance of LabelsApi Deprecated: use NewLabelsAPI instead.
No description provided by the author
NewOrganizationsApi creates instance of OrganizationsApi Deprecated: use NewOrganizationsAPI instead.
No description provided by the author
No description provided by the author
NewUsersApi creates instance of UsersApi Deprecated: use NewUsersAPI instead.
No description provided by the author
No description provided by the author
NewWriteAPIBlocking creates new WriteAPIBlocking instance for org and bucket with underlying client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Paging holds pagination parameters for various Get* functions of InfluxDB 2 API.
QueryTableResult parses streamed flux query response into structures representing flux table parts Walking though the result is done by repeatedly calling Next() until returns false.

# Interfaces

AuthorizationsApi provides methods for organizing Authorization in a InfluxDB server Deprecated: Use AuthorizationsAPI instead.
AuthorizationsAPI provides methods for organizing Authorization in a InfluxDB server.
BucketsApi provides methods for managing Buckets in a InfluxDB server.
BucketsAPI provides methods for managing Buckets in a InfluxDB server.
DeleteApi provides methods for deleting time series data from buckets.
DeleteAPI provides methods for deleting time series data from buckets.
LabelsApi provides methods for managing labels in a InfluxDB server.
LabelsAPI provides methods for managing labels in a InfluxDB server.
OrganizationsApi provides methods for managing Organizations in a InfluxDB server.
OrganizationsAPI provides methods for managing Organizations in a InfluxDB server.
QueryApi provides methods for performing synchronously flux query against InfluxDB server.
QueryAPI provides methods for performing synchronously flux query against InfluxDB server.
UsersApi provides methods for managing users in a InfluxDB server.
UsersAPI provides methods for managing users in a InfluxDB server.
WriteApi is Write client interface with non-blocking methods for writing time series data asynchronously in batches into an InfluxDB server.
WriteAPI is Write client interface with non-blocking methods for writing time series data asynchronously in batches into an InfluxDB server.
WriteApiBlocking offers blocking methods for writing time series data synchronously into an InfluxDB server.
WriteAPIBlocking offers blocking methods for writing time series data synchronously into an InfluxDB server.

# Type aliases

No description provided by the author