# Functions
NewRuntimeConfigManager creates an instance of Manager and starts reload config loop based on config.
# Structs
Manager periodically reloads the configuration from a file, and keeps this configuration available for clients.
ManagerConfig holds the config for an Manager instance.
# Type aliases
Loader loads the configuration from file.