Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreationInfo ¶
type Document ¶
type Document interface { GetVersion() string GetDataLicense() string GetID() string GetName() string GetNamespace() string GetCreationInfo() CreationInfo GetPackages() []Package GetFiles() []File GetRelationships() []Relationship GetDocumentDescribes() []string GetExternalDocumentRefs() []ExternalDocumentRef }
type ExternalDocumentRef ¶
type ExternalRef ¶
type Package ¶
type Package interface { GetID() string GetName() string GetDownloadLocation() string GetCopyrightText() string GetLicenseConcluded() string GetFilesAnalyzed() bool GetLicenseDeclared() string GetVersion() string GetVerificationCode() PackageVerificationCode GetPrimaryPurpose() string GetChecksums() []Checksum GetExternalRefs() []ExternalRef }
type PackageVerificationCode ¶
type PackageVerificationCode interface {
GetValue() string
}
type Relationship ¶
Click to show internal directories.
Click to hide internal directories.