Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IARGClient ¶
IARGClient is an autogenerated mock type for the IARGClient type
func (*IARGClient) QueryResources ¶
func (_m *IARGClient) QueryResources(query string) ([]interface{}, error)
QueryResources provides a mock function with given fields: query
type IARGDataProvider ¶
IARGDataProvider is an autogenerated mock type for the IARGDataProvider type
func (*IARGDataProvider) GetImageVulnerabilityScanResults ¶
func (_m *IARGDataProvider) GetImageVulnerabilityScanResults(registry string, repository string, digest string) (contracts.ScanStatus, []*contracts.ScanFinding, error)
GetImageVulnerabilityScanResults provides a mock function with given fields: registry, repository, digest
type IARGDataProviderCacheClient ¶
IARGDataProviderCacheClient is an autogenerated mock type for the IARGDataProviderCacheClient type
func (*IARGDataProviderCacheClient) GetResultsFromCache ¶
func (_m *IARGDataProviderCacheClient) GetResultsFromCache(digest string) (contracts.ScanStatus, []*contracts.ScanFinding, error)
GetResultsFromCache provides a mock function with given fields: digest
func (*IARGDataProviderCacheClient) SetScanFindingsInCache ¶
func (_m *IARGDataProviderCacheClient) SetScanFindingsInCache(scanFindings []*contracts.ScanFinding, scanStatus contracts.ScanStatus, digest string) error
SetScanFindingsInCache provides a mock function with given fields: scanFindings, scanStatus, digest
Click to show internal directories.
Click to hide internal directories.