# Variables
ErrNoValue indicates no value was set for the config.
ErrShutdown indicates the use of a Config after calling Shutdown.
NoopConfig is a config that does not yield any values.
# Interfaces
Bool provides a boolean typed config.Config.
Bytes provides a bytes typed config.Config.
Config is an interface for getting a configuration value.
Duration provides a time.Duration typed config.Config.
Encrypted provides an encrypted bytes typed config.Config.
Float64 provides a float64 typed config.Config.
Int64 provides an int64 typed config.Config.
String provides a string typed config.Config.
Uint64 provides a uint64 typed config.Config.