# Functions
DefaultConfig is a configuration that can be used as a fallback value.
Load is a shortcut to open a file, read it, and generate a Config.
# Variables
ErrDatasourceNotLoaded is returned when the datasource variable in the configuration file is not loaded properly.
# Structs
APIConfig is the configuration for the API service.
Config is the global configuration for an instance of Clair.
DatabaseConfig is the configuration used to specify how Clair connects to a database.
File represents a YAML configuration file that namespaces all Clair configuration under the top-level "clair" key.
NotifierConfig is the configuration for the Notifier service and its registered notifiers.
UpdaterConfig is the configuration for the Updater service.