Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrFilesystem is returned when a fetcher fails to interact with the local filesystem. ErrFilesystem = errors.New("updater/fetchers: something went wrong when interacting with the fs") )
Functions ¶
This section is empty.
Types ¶
type UbuntuFetcher ¶
type UbuntuFetcher struct {
// contains filtered or unexported fields
}
UbuntuFetcher implements updater.Fetcher and gets vulnerability updates from the Ubuntu CVE Tracker.
func (*UbuntuFetcher) Clean ¶
func (fetcher *UbuntuFetcher) Clean()
Clean deletes any allocated resources.
func (*UbuntuFetcher) FetchUpdate ¶
func (fetcher *UbuntuFetcher) FetchUpdate(datastore database.Datastore) (resp updater.FetcherResponse, err error)
FetchUpdate gets vulnerability updates from the Ubuntu CVE Tracker.
Click to show internal directories.
Click to hide internal directories.