Versions in this module Expand all Collapse all v0 v0.4.5 Mar 10, 2026 v0.4.4 Feb 23, 2026 Changes in this version + const Name + func New(cfg *cpb.PluginConfig) (filesystem.Extractor, error) + type Extractor struct + func (e Extractor) Extract(ctx context.Context, input *filesystem.ScanInput) (inventory.Inventory, error) + func (e Extractor) FileRequired(api filesystem.FileAPI) bool + func (e Extractor) Name() string + func (e Extractor) Requirements() *plugin.Capabilities + func (e Extractor) Version() int