Documentation
¶
Overview ¶
Package cachedir implements an annotator for packages that are in cache directories.
Index ¶
Constants ¶
View Source
const (
// Name of the Annotator.
Name = "vex/cachedir"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Annotator ¶
type Annotator struct{}
Annotator adds annotations to packages that are in cache directories.
func (Annotator) Annotate ¶
func (Annotator) Annotate(ctx context.Context, input *annotator.ScanInput, results *inventory.Inventory) error
Annotate adds annotations to packages that are in cache directories.
func (Annotator) Requirements ¶
func (Annotator) Requirements() *plugin.Capabilities
Requirements of the annotator.
Click to show internal directories.
Click to hide internal directories.