cloudapi: Add rhsm parameter to repository
This commit is contained in:
parent
9404b0640a
commit
d5938d52b2
5 changed files with 14 additions and 3 deletions
|
|
@ -83,6 +83,7 @@ type ImageStatus struct {
|
|||
// Repository defines model for Repository.
|
||||
type Repository struct {
|
||||
Baseurl string `json:"baseurl"`
|
||||
Rhsm bool `json:"rhsm"`
|
||||
}
|
||||
|
||||
// Subscription defines model for Subscription.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue