Versions in this module Expand all Collapse all v0 v0.2.0 Aug 26, 2026 v0.1.0 Apr 3, 2026 Changes in this version + type FS struct + func New(doc *sbom.Document) *FS + func (f *FS) Open(name string) (fs.File, error) + func (f *FS) ReadDir(name string) ([]fs.DirEntry, error) + func (f *FS) ReadFile(name string) ([]byte, error) + func (f *FS) RemoveFile(name string) error + func (f *FS) WriteFile(name string, data []byte) error