Documentation ¶
Index ¶
Constants ¶
View Source
const ( FormatCycloneDXJSON = "cyclonedx-json" FormatCycloneDXXML = "cyclonedx-xml" FormatSPDXJSON = "spdx-json" FormatSPDXXML = "spdx-xml" FormatUnknown = "unknown" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Format ¶
type Format string
func DetectFormat ¶
func DetectFormat(r io.ReadSeeker) (Format, error)
type SBOM ¶
type SBOM struct { OS *types.OS Packages []types.PackageInfo Applications []types.Application CycloneDX *types.CycloneDX }
Click to show internal directories.
Click to hide internal directories.