Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SBOM ¶
type SBOM struct {
// contains filtered or unexported fields
}
func (*SBOM) SetImplementation ¶
func (s *SBOM) SetImplementation(i impl)
SetImplementation sets the implementation to handle file operations and SPDX.
type SBOMFormat ¶
type SBOMFormat string
const ( FormatJSON SBOMFormat = "json" FormatTagValue SBOMFormat = "tag-value" )
Click to show internal directories.
Click to hide internal directories.