Lines Matching defs:File
8 type File struct { struct
11 FileName string `json:"fileName"`
15 FileSPDXIdentifier common.ElementID `json:"SPDXID"`
19 FileTypes []string `json:"fileTypes,omitempty"`
23 Checksums []common.Checksum `json:"checksums"`
27 LicenseConcluded string `json:"licenseConcluded"`
31 LicenseInfoInFiles []string `json:"licenseInfoInFiles"`
35 LicenseComments string `json:"licenseComments,omitempty"`
39 FileCopyrightText string `json:"copyrightText"`
44 ArtifactOfProjects []*ArtifactOfProject `json:"-"`
48 FileComment string `json:"comment,omitempty"`
52 FileNotice string `json:"noticeText,omitempty"`
56 FileContributors []string `json:"fileContributors,omitempty"`
61 FileDependencies []string `json:"-"`
67 Snippets map[common.ElementID]*Snippet `json:"-"`
69 Annotations []Annotation `json:"annotations,omitempty"`