package
0.9.4
Repository: https://github.com/skia-dev/influxdb.git
Documentation: pkg.go.dev

# Functions

NewCommand return a new instance of Command.
NewConfig returns an instance of Config with reasonable defaults.
NewDemoConfig returns the config that runs when no config is specified.
NewPrintConfigCommand return a new instance of PrintConfigCommand.
NewServer returns a new instance of Server built from a config.

# Structs

BuildInfo represents the build details for the server code.
Command represents the command executed by "influxd run".
Config represents the configuration format for the influxd binary.
Options represents the command line options that can be parsed.
PrintConfigCommand represents the command executed by "influxd config".
Server represents a container for the metadata and storage data and services.

# Interfaces

Service represents a service attached to the server.