Versions in this module Expand all Collapse all v0 v0.3.2 Aug 19, 2026 Changes in this version + type Decomposer struct + func New() *Decomposer + func (d *Decomposer) DefaultOptions() any + func (d *Decomposer) Extract(opts *api.DecomposerOptions) (*sbom.NodeList, error) + func (d *Decomposer) ExtractFromFS(source fs.FS, opts *api.DecomposerOptions) (*sbom.NodeList, error) + func (d *Decomposer) Requirements(_ *api.DecomposerOptions) []api.Requirement + type Options struct