Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScanJob ¶
type ScanJob struct { ID string `json:"id"` Status ScanJobStatus `json:"status"` Error string `json:"error"` Report harbor.ScanReport `json:"report"` }
type ScanJobStatus ¶
type ScanJobStatus int
const ( Queued ScanJobStatus = iota Pending Finished Failed )
func (ScanJobStatus) String ¶
func (s ScanJobStatus) String() string
Click to show internal directories.
Click to hide internal directories.