Documentation ¶
Index ¶
- type ScanRepo
- func (repository *ScanRepo) CompleteScan(scanId uint) error
- func (repository *ScanRepo) GetScanResult(scanId uint) (entities.ScanModel, error)
- func (repository *ScanRepo) GetScans() ([]entities.ScanModel, error)
- func (repository *ScanRepo) SaveScanResult(job *entities.JobModel, scan entities.ScanModel) (uint, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScanRepo ¶
type ScanRepo struct {
// contains filtered or unexported fields
}
var ScanRepository *ScanRepo
func NewScanRepository ¶
NewScanRepository creates a new ScanRepository
func (*ScanRepo) CompleteScan ¶
func (*ScanRepo) GetScanResult ¶
Click to show internal directories.
Click to hide internal directories.