Documentation
¶
Index ¶
Constants ¶
View Source
const ( JSON = "json" XML = "xml" TEXT = "text" SPDX23TV = Format("text/spdx+text;version=2.3") SPDX23JSON = Format("text/spdx+json;version=2.3") SPDX22TV = Format("text/spdx+text;version=2.2") SPDX22JSON = Format("text/spdx+json;version=2.2") CDX10JSON = Format("application/vnd.cyclonedx+json;version=1.0") CDX11JSON = Format("application/vnd.cyclonedx+json;version=1.1") CDX12JSON = Format("application/vnd.cyclonedx+json;version=1.2") CDX13JSON = Format("application/vnd.cyclonedx+json;version=1.3") CDX14JSON = Format("application/vnd.cyclonedx+json;version=1.4") CDX15JSON = Format("application/vnd.cyclonedx+json;version=1.5") CDXFORMAT = "cyclonedx" SPDXFORMAT = "spdx" )
View Source
const (
EmptyFormat = Format("")
)
Variables ¶
View Source
var ( ListFormats = []Format{CDXFORMAT, SPDXFORMAT} List = []Format{SPDX23TV, SPDX23JSON, SPDX22TV, SPDX22JSON, CDX14JSON, CDX15JSON} )
Functions ¶
This section is empty.
Types ¶
type Format ¶
type Format string
Click to show internal directories.
Click to hide internal directories.