Update api and store for parity with lorax
Add parameters to the api responses that while not displayed by cockpit-composer are used in props validation or blueprint updates.
This commit is contained in:
parent
b170ea036c
commit
d23d57bc31
4 changed files with 24 additions and 9 deletions
|
|
@ -32,7 +32,7 @@ type Package struct {
|
|||
|
||||
type PackageSpec struct {
|
||||
Name string `json:"name"`
|
||||
Epoch uint `json:"epoch,omitempty"`
|
||||
Epoch uint `json:"epoch"`
|
||||
Version string `json:"version,omitempty"`
|
||||
Release string `json:"release,omitempty"`
|
||||
Arch string `json:"arch,omitempty"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue