We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d19a1 commit e5b6e96Copy full SHA for e5b6e96
common/spec/specfiles.go
@@ -89,10 +89,10 @@ type File struct {
89
Transitive string
90
TargetPathInArchive string
91
include []string
92
- Package string
93
- Version string
94
- Type string
95
- RepoKey string
+ Package string `json:"package,omitempty"`
+ Version string `json:"version,omitempty"`
+ Type string `json:"type,omitempty"`
+ RepoKey string `json:"repo_key,omitempty"`
96
}
97
98
func (f File) GetInclude() []string {
0 commit comments