package
Version:
v0.0.0-...-c304cca
Opens a new window with list of versions in this module.
Published: Jun 6, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ScanQueue = "scans"
ScanStartSubj = "scan.start"
ScanCompleteSubj = "scan.complete"
ScanRetrySubj = "scan.retry"
ScanFailSubj = "scan.fail"
)
type ScanError struct {
Message string `json:"message,omitempty"`
Scan api.Scan `json:"scan"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.