Versions in this module Expand all Collapse all v0 v0.3.6 Oct 21, 2025 v0.3.5 Oct 8, 2025 Changes in this version + const DefaultMaxFileSizeBytes + const Name + func NewDefault() filesystem.Extractor + type Config struct + MaxFileSizeBytes int64 + Stats stats.Collector + func DefaultConfig() Config + type Extractor struct + func New(cfg Config) *Extractor + 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