Documentation ¶
Index ¶
Constants ¶
View Source
const ( SBOMASM = "sbomasm" SBOMASM_VERSION = "0.1.9" )
Variables ¶
This section is empty.
Functions ¶
func Edit ¶
func Edit(eParams *EditParams) error
func NewCdxEditDoc ¶
func NewSpdxEditDoc ¶
Types ¶
type EditParams ¶
type EditParams struct { Ctx *context.Context Input string Output string Subject string Search string Append bool Missing bool Name string Version string Supplier string Timestamp bool Authors []string Purl string Cpe string Licenses []string Hashes []string Tools []string CopyRight string Lifecycles []string Description string Repository string Type string }
EditParams represents the parameters for the edit command
func NewEditParams ¶
func NewEditParams() *EditParams
type SearchParams ¶
type SearchParams struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.