osbuild2: OSTreeRemote → OSTreeSourceRemote

Properly name the ostree remote source struct.
This commit is contained in:
Achilleas Koutsou 2021-08-20 11:34:10 +02:00 committed by Tom Gundersen
parent f08fa8c5ca
commit 2a98885953

View file

@ -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