Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("not found")
)
Functions ¶
This section is empty.
Types ¶
type ReportOrError ¶
type ReportOrError struct { Error error VulnReport *api.HarborVulnerabilityReport SbomReport *api.HarborSbomReport }
type Store ¶
type Store interface { SetRequest(api.ScanRequestId, *api.ScanRequest) GetRequest(api.ScanRequestId) (*api.ScanRequest, error) SetReportOrError(api.ScanRequestId, *ReportOrError) GetReportOrError(api.ScanRequestId) (*ReportOrError, error) }
Click to show internal directories.
Click to hide internal directories.