# Packages
Package configflag provides a utility for registering config related command line options with the stdlib flag package.
Package hostid provides a configuration struct for resolving a host ID from YAML.
# Functions
Dump writes the given configuration to stream dst as YAML.
LoadFile loads a config from a file.
LoadFiles loads a config from list of files.
WarnOnDeprecation emits a warning for every deprecated field.
# Structs
Options is an options set used when parsing config.
WorkerPoolPolicy specifies the policy for the worker pool.