# Functions
DecodeToken decodes the token string into create_time and UUID.
EncodeToken encodes create_time and UUID into a single string.
MustNewInfluxDB returns an initialized InfluxDB repository.
NewRepository initiates a repository instance.
# Constants
DefaultPageSize is the default pagination page size when page size is not assigned.
MaxPageSize is the maximum pagination page size if the assigned value is over this number.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ConnectionList contains a page of connections.
InfluxDB reads and writes time series data from InfluxDB.
IntegrationList returns a page of integrations.
ListComponentDefinitionsParams allows clients to request a page of component definitions.
ListIntegrationsParams allows clients to request a page of integrations.
ListNamespaceConnectionsParams allows clients to request a page of connections.
ListPipelineIDsByConnectionIDParams allows clients to request a page of pipeline IDs that reference a connection.
PipelinesByConnectionList contains a page of pipeline IDs that reference a given connection.
# Interfaces
Repository interface.