Documentation ¶
Index ¶
Constants ¶
View Source
const NOASSERTION = "NOASSERTION"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreationInfo ¶
type Document ¶
type Document struct { ID string `json:"SPDXID"` Name string `json:"name"` Version string `json:"spdxVersion"` CreationInfo CreationInfo `json:"creationInfo"` DataLicense string `json:"dataLicense"` Namespace string `json:"documentNamespace"` DocumentDescribes []string `json:"documentDescribes"` Packages []Package `json:"packages"` Relationships []Relationship `json:"relationships"` }
type ExternalRef ¶
type Package ¶
type Package struct { ID string `json:"SPDXID"` Name string `json:"name"` Version string `json:"versionInfo"` FilesAnalyzed bool `json:"filesAnalyzed"` LicenseConcluded string `json:"licenseConcluded"` LicenseDeclared string `json:"licenseDeclared"` Description string `json:"description"` DownloadLocation string `json:"downloadLocation"` Originator string `json:"originator"` SourceInfo string `json:"sourceInfo"` CopyrightText string `json:"copyrightText"` Checksums []Checksum `json:"checksums"` ExternalRefs []ExternalRef `json:"externalRefs"` }
type Relationship ¶
Click to show internal directories.
Click to hide internal directories.