package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Packages

Package coordinator contains abstractions for writing points, executing statements, and accessing meta data.

# Functions

ErrDatabaseNotFound indicates that a database operation failed on the specified database because the specified database does not exist.
ErrRetentionPolicyNotFound indicates that the named retention policy could not be found in the database.
IsAuthorizationError indicates whether an error is due to an authorization failure.
IsClientError indicates whether an error is a known client error.
LoadNode will load the node information from disk if present.
NewNode will return a new node.

# Variables

ErrFieldTypeConflict is returned when a new field already exists with a different type.

# Structs