osbuild2: OSTreeRemote → OSTreeSourceRemote
Properly name the ostree remote source struct.
This commit is contained in:
parent
f08fa8c5ca
commit
2a98885953
1 changed files with 2 additions and 2 deletions
|
|
@ -8,10 +8,10 @@ type OSTreeSource struct {
|
||||||
func (OSTreeSource) isSource() {}
|
func (OSTreeSource) isSource() {}
|
||||||
|
|
||||||
type OSTreeSourceItem struct {
|
type OSTreeSourceItem struct {
|
||||||
Remote OSTreeRemote `json:"remote"`
|
Remote OSTreeSourceRemote `json:"remote"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type OSTreeRemote struct {
|
type OSTreeSourceRemote struct {
|
||||||
// URL of the repository.
|
// URL of the repository.
|
||||||
URL string `json:"url"`
|
URL string `json:"url"`
|
||||||
// GPG keys to verify the commits
|
// GPG keys to verify the commits
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue