# Functions
No description provided by the author
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.
# Constants
DefaultBindAddress is the default address for raft, cluster, snapshot, etc..
DefaultHostname is the default hostname used if we are unable to determine the hostname from the system.
# 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.