# Functions
GetProvider will return the Provider for the current context.
# Structs
Config contains the common configuration for interacting with an influxdb instance.
Dependency will inject the Provider into the dependency chain.
ErrorProvider provides default implementations for a Provider.
HttpClient is an http client for reading from an influxdb instance.
HttpProvider is an implementation of the Provider that implements the read methods with HTTP calls to an influxdb query endpoint.
NameOrID signifies the name of an organization/bucket or an ID for an organization/bucket.
Predicate defines a predicate to filter storage with.
UnimplementedProvider provides default implementations for a Provider.
# Type aliases
Reference the fields we use from the line protocol v1 library.
Reference the fields we use from the line protocol v1 library.
PredicateSet holds a set of predicates that will filter the results.
Reference the fields we use from the line protocol v1 library.