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:
Achilleas Koutsou 2022-01-14 20:20:29 +01:00 committed by Ondřej Budai
parent db345d75dd
commit b92754b135
2 changed files with 4 additions and 4 deletions

View file

@ -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"`
}