Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScanConfig ¶
type ScanItem ¶
type ScanItem struct {
Content *string
// Unique identifier of the item
ID string
// User-friendly description and/or link to the item
Source string
}
func (ScanItem) GetContent ¶
func (ScanItem) GetGitInfo ¶
type Scanner ¶
type Scanner interface {
Scan(scanItems []ScanItem, scanConfig ScanConfig) (*reporting.Report, error)
ScanDynamic(itemsIn <-chan ScanItem, scanConfig ScanConfig) (*reporting.Report, error)
}
func NewScanner ¶
func NewScanner() Scanner
Click to show internal directories.
Click to hide internal directories.