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