Versions in this module Expand all Collapse all v0 v0.4.0 Nov 18, 2025 Changes in this version + const Name + func New(cfg Config) filesystem.Extractor + func NewDefault() filesystem.Extractor + type Config struct + FollowInclude bool + func DefaultConfig() Config + type Credentials struct + Host string + Password string + Port string + Section string + User string + type Extractor struct + func (e *Extractor) FileRequired(api filesystem.FileAPI) bool + func (e Extractor) Extract(ctx context.Context, input *filesystem.ScanInput) (inventory.Inventory, error) + func (e Extractor) Name() string + func (e Extractor) Requirements() *plugin.Capabilities + func (e Extractor) Version() int