package
0.195.1
Repository: https://github.com/influxcommunity/flux.git
Documentation: pkg.go.dev

# 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.

# Interfaces

Provider is an interface for creating a Reader that will read data from an influxdb instance.
Reader reads tables from an influxdb instance.
Writer is a write on which points can be written in batches.

# 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.