package
2.0.0-pre.3+incompatible
Repository: https://github.com/andrewwebber/clair.git
Documentation: pkg.go.dev
# 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.
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.
RegistrableComponentConfig is a configuration block that can be used to determine which registrable component should be initialized and pass custom configuration to it.
UpdaterConfig is the configuration for the Updater service.