Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { Create(ctx context.Context, scanJob job.ScanJob) error Get(ctx context.Context, scanJobID string) (*job.ScanJob, error) UpdateStatus(ctx context.Context, scanJobID string, newStatus job.ScanJobStatus, error ...string) error UpdateReport(ctx context.Context, scanJobID string, report harbor.ScanReport) error }
Click to show internal directories.
Click to hide internal directories.