Versions in this module Expand all Collapse all v0 v0.1.5 Nov 26, 2024 v0.1.4 Nov 6, 2024 Changes in this version + type Extractor struct + func (e Extractor) Ecosystem(i *extractor.Inventory) string + func (e Extractor) Extract(ctx context.Context, input *filesystem.ScanInput) ([]*extractor.Inventory, error) + func (e Extractor) FileRequired(path string, fileInfo fs.FileInfo) bool + func (e Extractor) Name() string + func (e Extractor) Requirements() *plugin.Capabilities + func (e Extractor) ToCPEs(i *extractor.Inventory) []string + func (e Extractor) ToPURL(i *extractor.Inventory) *purl.PackageURL + func (e Extractor) Version() int