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 types.ScanTarget, options types.ScanOptions) types.Result Scan(ctx context.Context, target types.ScanTarget, 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.