ostree: rename request parameters type
It's in the ostree package, so it doesn't need to have OSTree in the name.
This commit is contained in:
parent
db345d75dd
commit
b92754b135
2 changed files with 4 additions and 4 deletions
|
|
@ -2155,7 +2155,7 @@ func (api *API) composeHandler(writer http.ResponseWriter, request *http.Request
|
|||
BlueprintName string `json:"blueprint_name"`
|
||||
ComposeType string `json:"compose_type"`
|
||||
Size uint64 `json:"size"`
|
||||
OSTree ostree.OSTreeRequest `json:"ostree"`
|
||||
OSTree ostree.RequestParams `json:"ostree"`
|
||||
Branch string `json:"branch"`
|
||||
Upload *uploadRequest `json:"upload"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue