package
1.5.35
Repository: https://github.com/quay/claircore.git
Documentation: pkg.go.dev

# Packages

Package defaults sets updater defaults.
Package osv is an updater for OSV-formatted advisories.

# Functions

Configure calls the Configure method on all the passed-in UpdaterSetFactories.
New returns an Updater ready to use.
Register registers an UpdaterSetFactory.
Registered returns a new map populated with the registered UpdaterSetFactories.

# Structs

Options contains the needed options for an Updater.
Updater coordinates running Updaters and saving the results.

# Interfaces

Locker is the Context-based locking Updater expects.
Store is the common interface to a data store that Updater expects.