Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner interface { Packages(target string, detail ftypes.ArtifactDetail, options types.ScanOptions) types.Result Scan(target string, detail ftypes.ArtifactDetail, options types.ScanOptions) (types.Result, bool, error) }
func NewScanner ¶ added in v0.3.0
func NewScanner() Scanner
Click to show internal directories.
Click to hide internal directories.