Versions in this module Expand all Collapse all v0 v0.0.1 May 15, 2024 Changes in this version + func CachedGenerate(ctx context.Context, inputFilePath string, f io.Reader, distroID string) (*sbom.SBOM, error) + func FromSyftJSON(r io.ReadSeeker) (*sbom.SBOM, error) + func Generate(ctx context.Context, inputFilePath string, f io.Reader, distroID string) (*sbom.SBOM, error) + func ToSyftJSON(s *sbom.SBOM) (io.ReadSeeker, error)