Documentation
¶
Overview ¶
Package rpm implements an annotator for language packages that have already been found in RPM OS packages.
Index ¶
Constants ¶
View Source
const (
// Name of the Annotator.
Name = "vex/os-duplicate/rpm"
)
Variables ¶
This section is empty.
Functions ¶
func NewDefault ¶
NewDefault returns the Annotator with the default config settings.
Types ¶
type Annotator ¶
Annotator adds annotations to language packages that have already been found in RPM OS packages.
func New ¶
New returns a new Annotator.
For most use cases, initialize with: ``` a := New(DefaultConfig()) ```
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 RPM OS packages.
func (Annotator) Requirements ¶
func (Annotator) Requirements() *plugin.Capabilities
Requirements of the annotator.
Click to show internal directories.
Click to hide internal directories.