We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c9124 commit 43997f3Copy full SHA for 43997f3
types/artifact.go
@@ -37,6 +37,7 @@ type Package struct {
37
Modularitylabel string `json:",omitempty"` // only for Red Hat based distributions
38
BuildInfo *BuildInfo `json:",omitempty"` // only for Red Hat
39
40
+ Ref string `json:",omitempty"` // identifier which can be used to reference the component elsewhere
41
Indirect bool `json:",omitempty"` // this package is direct dependency of the project or not
42
DependsOn []string `json:",omitempty"` // dependencies of this package
43
0 commit comments