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

# Functions

NewKVStore creates an instance of a KVStore.
NewService creates an instance of a Service.

# Constants

DefaultSourceID it the default source identifier.
DefaultSourceOrganizationID is the default source's organization identifier.
OpPrefix is the op prefix.

# Variables

DefaultSource is the default source.

# Structs

Bucket is a btree that implements kv.Bucket.
ForwardCursor is a kv.ForwardCursor which iterates over an in-memory btree.
KVStore is an in memory btree backed kv.Store.
Service implements various top level services.
Tx is an in memory transaction.