Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner interface { Packages(target types.ScanTarget, options types.ScanOptions) types.Results Scan(target types.ScanTarget, options types.ScanOptions) (types.Results, error) }
func NewScanner ¶
func NewScanner() Scanner
Click to show internal directories.
Click to hide internal directories.