Versions in this module Expand all Collapse all v2 v2.5.0 Oct 11, 2024 Changes in this version + func WithContentTypeApplicationJSON(r *runtime.ClientOperation) + func WithContentTypeMultipartFormData(r *runtime.ClientOperation) + type Client struct + func (a *Client) CreateApp(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAppOK, error) + func (a *Client) DeleteApp(params *DeleteAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppOK, error) + func (a *Client) GetApps(params *GetAppsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppsOK, error) + func (a *Client) RemoveAppImage(params *RemoveAppImageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RemoveAppImageOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateApplication(params *UpdateApplicationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateApplicationOK, error) + func (a *Client) UploadAppImage(params *UploadAppImageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UploadAppImageOK, error) + type ClientOption func(*runtime.ClientOperation) + func WithContentType(mime string) ClientOption + type ClientService interface + CreateApp func(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAppOK, error) + DeleteApp func(params *DeleteAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppOK, error) + GetApps func(params *GetAppsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppsOK, error) + RemoveAppImage func(params *RemoveAppImageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RemoveAppImageOK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateApplication func(params *UpdateApplicationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateApplicationOK, error) + UploadAppImage func(params *UploadAppImageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UploadAppImageOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService + func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService + type CreateAppBadRequest struct + Payload *models.Error + func NewCreateAppBadRequest() *CreateAppBadRequest + func (o *CreateAppBadRequest) Code() int + func (o *CreateAppBadRequest) Error() string + func (o *CreateAppBadRequest) GetPayload() *models.Error + func (o *CreateAppBadRequest) IsClientError() bool + func (o *CreateAppBadRequest) IsCode(code int) bool + func (o *CreateAppBadRequest) IsRedirect() bool + func (o *CreateAppBadRequest) IsServerError() bool + func (o *CreateAppBadRequest) IsSuccess() bool + func (o *CreateAppBadRequest) String() string + type CreateAppForbidden struct + Payload *models.Error + func NewCreateAppForbidden() *CreateAppForbidden + func (o *CreateAppForbidden) Code() int + func (o *CreateAppForbidden) Error() string + func (o *CreateAppForbidden) GetPayload() *models.Error + func (o *CreateAppForbidden) IsClientError() bool + func (o *CreateAppForbidden) IsCode(code int) bool + func (o *CreateAppForbidden) IsRedirect() bool + func (o *CreateAppForbidden) IsServerError() bool + func (o *CreateAppForbidden) IsSuccess() bool + func (o *CreateAppForbidden) String() string + type CreateAppOK struct + Payload *models.Application + func NewCreateAppOK() *CreateAppOK + func (o *CreateAppOK) Code() int + func (o *CreateAppOK) Error() string + func (o *CreateAppOK) GetPayload() *models.Application + func (o *CreateAppOK) IsClientError() bool + func (o *CreateAppOK) IsCode(code int) bool + func (o *CreateAppOK) IsRedirect() bool + func (o *CreateAppOK) IsServerError() bool + func (o *CreateAppOK) IsSuccess() bool + func (o *CreateAppOK) String() string + type CreateAppParams struct + Body *models.ApplicationParams + Context context.Context + HTTPClient *http.Client + func NewCreateAppParams() *CreateAppParams + func NewCreateAppParamsWithContext(ctx context.Context) *CreateAppParams + func NewCreateAppParamsWithHTTPClient(client *http.Client) *CreateAppParams + func NewCreateAppParamsWithTimeout(timeout time.Duration) *CreateAppParams + func (o *CreateAppParams) SetBody(body *models.ApplicationParams) + func (o *CreateAppParams) SetContext(ctx context.Context) + func (o *CreateAppParams) SetDefaults() + func (o *CreateAppParams) SetHTTPClient(client *http.Client) + func (o *CreateAppParams) SetTimeout(timeout time.Duration) + func (o *CreateAppParams) WithBody(body *models.ApplicationParams) *CreateAppParams + func (o *CreateAppParams) WithContext(ctx context.Context) *CreateAppParams + func (o *CreateAppParams) WithDefaults() *CreateAppParams + func (o *CreateAppParams) WithHTTPClient(client *http.Client) *CreateAppParams + func (o *CreateAppParams) WithTimeout(timeout time.Duration) *CreateAppParams + func (o *CreateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateAppReader struct + func (o *CreateAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateAppUnauthorized struct + Payload *models.Error + func NewCreateAppUnauthorized() *CreateAppUnauthorized + func (o *CreateAppUnauthorized) Code() int + func (o *CreateAppUnauthorized) Error() string + func (o *CreateAppUnauthorized) GetPayload() *models.Error + func (o *CreateAppUnauthorized) IsClientError() bool + func (o *CreateAppUnauthorized) IsCode(code int) bool + func (o *CreateAppUnauthorized) IsRedirect() bool + func (o *CreateAppUnauthorized) IsServerError() bool + func (o *CreateAppUnauthorized) IsSuccess() bool + func (o *CreateAppUnauthorized) String() string + type DeleteAppBadRequest struct + Payload *models.Error + func NewDeleteAppBadRequest() *DeleteAppBadRequest + func (o *DeleteAppBadRequest) Code() int + func (o *DeleteAppBadRequest) Error() string + func (o *DeleteAppBadRequest) GetPayload() *models.Error + func (o *DeleteAppBadRequest) IsClientError() bool + func (o *DeleteAppBadRequest) IsCode(code int) bool + func (o *DeleteAppBadRequest) IsRedirect() bool + func (o *DeleteAppBadRequest) IsServerError() bool + func (o *DeleteAppBadRequest) IsSuccess() bool + func (o *DeleteAppBadRequest) String() string + type DeleteAppForbidden struct + Payload *models.Error + func NewDeleteAppForbidden() *DeleteAppForbidden + func (o *DeleteAppForbidden) Code() int + func (o *DeleteAppForbidden) Error() string + func (o *DeleteAppForbidden) GetPayload() *models.Error + func (o *DeleteAppForbidden) IsClientError() bool + func (o *DeleteAppForbidden) IsCode(code int) bool + func (o *DeleteAppForbidden) IsRedirect() bool + func (o *DeleteAppForbidden) IsServerError() bool + func (o *DeleteAppForbidden) IsSuccess() bool + func (o *DeleteAppForbidden) String() string + type DeleteAppNotFound struct + Payload *models.Error + func NewDeleteAppNotFound() *DeleteAppNotFound + func (o *DeleteAppNotFound) Code() int + func (o *DeleteAppNotFound) Error() string + func (o *DeleteAppNotFound) GetPayload() *models.Error + func (o *DeleteAppNotFound) IsClientError() bool + func (o *DeleteAppNotFound) IsCode(code int) bool + func (o *DeleteAppNotFound) IsRedirect() bool + func (o *DeleteAppNotFound) IsServerError() bool + func (o *DeleteAppNotFound) IsSuccess() bool + func (o *DeleteAppNotFound) String() string + type DeleteAppOK struct + func NewDeleteAppOK() *DeleteAppOK + func (o *DeleteAppOK) Code() int + func (o *DeleteAppOK) Error() string + func (o *DeleteAppOK) IsClientError() bool + func (o *DeleteAppOK) IsCode(code int) bool + func (o *DeleteAppOK) IsRedirect() bool + func (o *DeleteAppOK) IsServerError() bool + func (o *DeleteAppOK) IsSuccess() bool + func (o *DeleteAppOK) String() string + type DeleteAppParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteAppParams() *DeleteAppParams + func NewDeleteAppParamsWithContext(ctx context.Context) *DeleteAppParams + func NewDeleteAppParamsWithHTTPClient(client *http.Client) *DeleteAppParams + func NewDeleteAppParamsWithTimeout(timeout time.Duration) *DeleteAppParams + func (o *DeleteAppParams) SetContext(ctx context.Context) + func (o *DeleteAppParams) SetDefaults() + func (o *DeleteAppParams) SetHTTPClient(client *http.Client) + func (o *DeleteAppParams) SetID(id int64) + func (o *DeleteAppParams) SetTimeout(timeout time.Duration) + func (o *DeleteAppParams) WithContext(ctx context.Context) *DeleteAppParams + func (o *DeleteAppParams) WithDefaults() *DeleteAppParams + func (o *DeleteAppParams) WithHTTPClient(client *http.Client) *DeleteAppParams + func (o *DeleteAppParams) WithID(id int64) *DeleteAppParams + func (o *DeleteAppParams) WithTimeout(timeout time.Duration) *DeleteAppParams + func (o *DeleteAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteAppReader struct + func (o *DeleteAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteAppUnauthorized struct + Payload *models.Error + func NewDeleteAppUnauthorized() *DeleteAppUnauthorized + func (o *DeleteAppUnauthorized) Code() int + func (o *DeleteAppUnauthorized) Error() string + func (o *DeleteAppUnauthorized) GetPayload() *models.Error + func (o *DeleteAppUnauthorized) IsClientError() bool + func (o *DeleteAppUnauthorized) IsCode(code int) bool + func (o *DeleteAppUnauthorized) IsRedirect() bool + func (o *DeleteAppUnauthorized) IsServerError() bool + func (o *DeleteAppUnauthorized) IsSuccess() bool + func (o *DeleteAppUnauthorized) String() string + type GetAppsForbidden struct + Payload *models.Error + func NewGetAppsForbidden() *GetAppsForbidden + func (o *GetAppsForbidden) Code() int + func (o *GetAppsForbidden) Error() string + func (o *GetAppsForbidden) GetPayload() *models.Error + func (o *GetAppsForbidden) IsClientError() bool + func (o *GetAppsForbidden) IsCode(code int) bool + func (o *GetAppsForbidden) IsRedirect() bool + func (o *GetAppsForbidden) IsServerError() bool + func (o *GetAppsForbidden) IsSuccess() bool + func (o *GetAppsForbidden) String() string + type GetAppsOK struct + Payload []*models.Application + func NewGetAppsOK() *GetAppsOK + func (o *GetAppsOK) Code() int + func (o *GetAppsOK) Error() string + func (o *GetAppsOK) GetPayload() []*models.Application + func (o *GetAppsOK) IsClientError() bool + func (o *GetAppsOK) IsCode(code int) bool + func (o *GetAppsOK) IsRedirect() bool + func (o *GetAppsOK) IsServerError() bool + func (o *GetAppsOK) IsSuccess() bool + func (o *GetAppsOK) String() string + type GetAppsParams struct + Context context.Context + HTTPClient *http.Client + func NewGetAppsParams() *GetAppsParams + func NewGetAppsParamsWithContext(ctx context.Context) *GetAppsParams + func NewGetAppsParamsWithHTTPClient(client *http.Client) *GetAppsParams + func NewGetAppsParamsWithTimeout(timeout time.Duration) *GetAppsParams + func (o *GetAppsParams) SetContext(ctx context.Context) + func (o *GetAppsParams) SetDefaults() + func (o *GetAppsParams) SetHTTPClient(client *http.Client) + func (o *GetAppsParams) SetTimeout(timeout time.Duration) + func (o *GetAppsParams) WithContext(ctx context.Context) *GetAppsParams + func (o *GetAppsParams) WithDefaults() *GetAppsParams + func (o *GetAppsParams) WithHTTPClient(client *http.Client) *GetAppsParams + func (o *GetAppsParams) WithTimeout(timeout time.Duration) *GetAppsParams + func (o *GetAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppsReader struct + func (o *GetAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppsUnauthorized struct + Payload *models.Error + func NewGetAppsUnauthorized() *GetAppsUnauthorized + func (o *GetAppsUnauthorized) Code() int + func (o *GetAppsUnauthorized) Error() string + func (o *GetAppsUnauthorized) GetPayload() *models.Error + func (o *GetAppsUnauthorized) IsClientError() bool + func (o *GetAppsUnauthorized) IsCode(code int) bool + func (o *GetAppsUnauthorized) IsRedirect() bool + func (o *GetAppsUnauthorized) IsServerError() bool + func (o *GetAppsUnauthorized) IsSuccess() bool + func (o *GetAppsUnauthorized) String() string + type RemoveAppImageBadRequest struct + Payload *models.Error + func NewRemoveAppImageBadRequest() *RemoveAppImageBadRequest + func (o *RemoveAppImageBadRequest) Code() int + func (o *RemoveAppImageBadRequest) Error() string + func (o *RemoveAppImageBadRequest) GetPayload() *models.Error + func (o *RemoveAppImageBadRequest) IsClientError() bool + func (o *RemoveAppImageBadRequest) IsCode(code int) bool + func (o *RemoveAppImageBadRequest) IsRedirect() bool + func (o *RemoveAppImageBadRequest) IsServerError() bool + func (o *RemoveAppImageBadRequest) IsSuccess() bool + func (o *RemoveAppImageBadRequest) String() string + type RemoveAppImageForbidden struct + Payload *models.Error + func NewRemoveAppImageForbidden() *RemoveAppImageForbidden + func (o *RemoveAppImageForbidden) Code() int + func (o *RemoveAppImageForbidden) Error() string + func (o *RemoveAppImageForbidden) GetPayload() *models.Error + func (o *RemoveAppImageForbidden) IsClientError() bool + func (o *RemoveAppImageForbidden) IsCode(code int) bool + func (o *RemoveAppImageForbidden) IsRedirect() bool + func (o *RemoveAppImageForbidden) IsServerError() bool + func (o *RemoveAppImageForbidden) IsSuccess() bool + func (o *RemoveAppImageForbidden) String() string + type RemoveAppImageInternalServerError struct + Payload *models.Error + func NewRemoveAppImageInternalServerError() *RemoveAppImageInternalServerError + func (o *RemoveAppImageInternalServerError) Code() int + func (o *RemoveAppImageInternalServerError) Error() string + func (o *RemoveAppImageInternalServerError) GetPayload() *models.Error + func (o *RemoveAppImageInternalServerError) IsClientError() bool + func (o *RemoveAppImageInternalServerError) IsCode(code int) bool + func (o *RemoveAppImageInternalServerError) IsRedirect() bool + func (o *RemoveAppImageInternalServerError) IsServerError() bool + func (o *RemoveAppImageInternalServerError) IsSuccess() bool + func (o *RemoveAppImageInternalServerError) String() string + type RemoveAppImageNotFound struct + Payload *models.Error + func NewRemoveAppImageNotFound() *RemoveAppImageNotFound + func (o *RemoveAppImageNotFound) Code() int + func (o *RemoveAppImageNotFound) Error() string + func (o *RemoveAppImageNotFound) GetPayload() *models.Error + func (o *RemoveAppImageNotFound) IsClientError() bool + func (o *RemoveAppImageNotFound) IsCode(code int) bool + func (o *RemoveAppImageNotFound) IsRedirect() bool + func (o *RemoveAppImageNotFound) IsServerError() bool + func (o *RemoveAppImageNotFound) IsSuccess() bool + func (o *RemoveAppImageNotFound) String() string + type RemoveAppImageOK struct + func NewRemoveAppImageOK() *RemoveAppImageOK + func (o *RemoveAppImageOK) Code() int + func (o *RemoveAppImageOK) Error() string + func (o *RemoveAppImageOK) IsClientError() bool + func (o *RemoveAppImageOK) IsCode(code int) bool + func (o *RemoveAppImageOK) IsRedirect() bool + func (o *RemoveAppImageOK) IsServerError() bool + func (o *RemoveAppImageOK) IsSuccess() bool + func (o *RemoveAppImageOK) String() string + type RemoveAppImageParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewRemoveAppImageParams() *RemoveAppImageParams + func NewRemoveAppImageParamsWithContext(ctx context.Context) *RemoveAppImageParams + func NewRemoveAppImageParamsWithHTTPClient(client *http.Client) *RemoveAppImageParams + func NewRemoveAppImageParamsWithTimeout(timeout time.Duration) *RemoveAppImageParams + func (o *RemoveAppImageParams) SetContext(ctx context.Context) + func (o *RemoveAppImageParams) SetDefaults() + func (o *RemoveAppImageParams) SetHTTPClient(client *http.Client) + func (o *RemoveAppImageParams) SetID(id int64) + func (o *RemoveAppImageParams) SetTimeout(timeout time.Duration) + func (o *RemoveAppImageParams) WithContext(ctx context.Context) *RemoveAppImageParams + func (o *RemoveAppImageParams) WithDefaults() *RemoveAppImageParams + func (o *RemoveAppImageParams) WithHTTPClient(client *http.Client) *RemoveAppImageParams + func (o *RemoveAppImageParams) WithID(id int64) *RemoveAppImageParams + func (o *RemoveAppImageParams) WithTimeout(timeout time.Duration) *RemoveAppImageParams + func (o *RemoveAppImageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RemoveAppImageReader struct + func (o *RemoveAppImageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type RemoveAppImageUnauthorized struct + Payload *models.Error + func NewRemoveAppImageUnauthorized() *RemoveAppImageUnauthorized + func (o *RemoveAppImageUnauthorized) Code() int + func (o *RemoveAppImageUnauthorized) Error() string + func (o *RemoveAppImageUnauthorized) GetPayload() *models.Error + func (o *RemoveAppImageUnauthorized) IsClientError() bool + func (o *RemoveAppImageUnauthorized) IsCode(code int) bool + func (o *RemoveAppImageUnauthorized) IsRedirect() bool + func (o *RemoveAppImageUnauthorized) IsServerError() bool + func (o *RemoveAppImageUnauthorized) IsSuccess() bool + func (o *RemoveAppImageUnauthorized) String() string + type UpdateApplicationBadRequest struct + Payload *models.Error + func NewUpdateApplicationBadRequest() *UpdateApplicationBadRequest + func (o *UpdateApplicationBadRequest) Code() int + func (o *UpdateApplicationBadRequest) Error() string + func (o *UpdateApplicationBadRequest) GetPayload() *models.Error + func (o *UpdateApplicationBadRequest) IsClientError() bool + func (o *UpdateApplicationBadRequest) IsCode(code int) bool + func (o *UpdateApplicationBadRequest) IsRedirect() bool + func (o *UpdateApplicationBadRequest) IsServerError() bool + func (o *UpdateApplicationBadRequest) IsSuccess() bool + func (o *UpdateApplicationBadRequest) String() string + type UpdateApplicationForbidden struct + Payload *models.Error + func NewUpdateApplicationForbidden() *UpdateApplicationForbidden + func (o *UpdateApplicationForbidden) Code() int + func (o *UpdateApplicationForbidden) Error() string + func (o *UpdateApplicationForbidden) GetPayload() *models.Error + func (o *UpdateApplicationForbidden) IsClientError() bool + func (o *UpdateApplicationForbidden) IsCode(code int) bool + func (o *UpdateApplicationForbidden) IsRedirect() bool + func (o *UpdateApplicationForbidden) IsServerError() bool + func (o *UpdateApplicationForbidden) IsSuccess() bool + func (o *UpdateApplicationForbidden) String() string + type UpdateApplicationNotFound struct + Payload *models.Error + func NewUpdateApplicationNotFound() *UpdateApplicationNotFound + func (o *UpdateApplicationNotFound) Code() int + func (o *UpdateApplicationNotFound) Error() string + func (o *UpdateApplicationNotFound) GetPayload() *models.Error + func (o *UpdateApplicationNotFound) IsClientError() bool + func (o *UpdateApplicationNotFound) IsCode(code int) bool + func (o *UpdateApplicationNotFound) IsRedirect() bool + func (o *UpdateApplicationNotFound) IsServerError() bool + func (o *UpdateApplicationNotFound) IsSuccess() bool + func (o *UpdateApplicationNotFound) String() string + type UpdateApplicationOK struct + Payload *models.Application + func NewUpdateApplicationOK() *UpdateApplicationOK + func (o *UpdateApplicationOK) Code() int + func (o *UpdateApplicationOK) Error() string + func (o *UpdateApplicationOK) GetPayload() *models.Application + func (o *UpdateApplicationOK) IsClientError() bool + func (o *UpdateApplicationOK) IsCode(code int) bool + func (o *UpdateApplicationOK) IsRedirect() bool + func (o *UpdateApplicationOK) IsServerError() bool + func (o *UpdateApplicationOK) IsSuccess() bool + func (o *UpdateApplicationOK) String() string + type UpdateApplicationParams struct + Body *models.ApplicationParams + Context context.Context + HTTPClient *http.Client + ID int64 + func NewUpdateApplicationParams() *UpdateApplicationParams + func NewUpdateApplicationParamsWithContext(ctx context.Context) *UpdateApplicationParams + func NewUpdateApplicationParamsWithHTTPClient(client *http.Client) *UpdateApplicationParams + func NewUpdateApplicationParamsWithTimeout(timeout time.Duration) *UpdateApplicationParams + func (o *UpdateApplicationParams) SetBody(body *models.ApplicationParams) + func (o *UpdateApplicationParams) SetContext(ctx context.Context) + func (o *UpdateApplicationParams) SetDefaults() + func (o *UpdateApplicationParams) SetHTTPClient(client *http.Client) + func (o *UpdateApplicationParams) SetID(id int64) + func (o *UpdateApplicationParams) SetTimeout(timeout time.Duration) + func (o *UpdateApplicationParams) WithBody(body *models.ApplicationParams) *UpdateApplicationParams + func (o *UpdateApplicationParams) WithContext(ctx context.Context) *UpdateApplicationParams + func (o *UpdateApplicationParams) WithDefaults() *UpdateApplicationParams + func (o *UpdateApplicationParams) WithHTTPClient(client *http.Client) *UpdateApplicationParams + func (o *UpdateApplicationParams) WithID(id int64) *UpdateApplicationParams + func (o *UpdateApplicationParams) WithTimeout(timeout time.Duration) *UpdateApplicationParams + func (o *UpdateApplicationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateApplicationReader struct + func (o *UpdateApplicationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateApplicationUnauthorized struct + Payload *models.Error + func NewUpdateApplicationUnauthorized() *UpdateApplicationUnauthorized + func (o *UpdateApplicationUnauthorized) Code() int + func (o *UpdateApplicationUnauthorized) Error() string + func (o *UpdateApplicationUnauthorized) GetPayload() *models.Error + func (o *UpdateApplicationUnauthorized) IsClientError() bool + func (o *UpdateApplicationUnauthorized) IsCode(code int) bool + func (o *UpdateApplicationUnauthorized) IsRedirect() bool + func (o *UpdateApplicationUnauthorized) IsServerError() bool + func (o *UpdateApplicationUnauthorized) IsSuccess() bool + func (o *UpdateApplicationUnauthorized) String() string + type UploadAppImageBadRequest struct + Payload *models.Error + func NewUploadAppImageBadRequest() *UploadAppImageBadRequest + func (o *UploadAppImageBadRequest) Code() int + func (o *UploadAppImageBadRequest) Error() string + func (o *UploadAppImageBadRequest) GetPayload() *models.Error + func (o *UploadAppImageBadRequest) IsClientError() bool + func (o *UploadAppImageBadRequest) IsCode(code int) bool + func (o *UploadAppImageBadRequest) IsRedirect() bool + func (o *UploadAppImageBadRequest) IsServerError() bool + func (o *UploadAppImageBadRequest) IsSuccess() bool + func (o *UploadAppImageBadRequest) String() string + type UploadAppImageForbidden struct + Payload *models.Error + func NewUploadAppImageForbidden() *UploadAppImageForbidden + func (o *UploadAppImageForbidden) Code() int + func (o *UploadAppImageForbidden) Error() string + func (o *UploadAppImageForbidden) GetPayload() *models.Error + func (o *UploadAppImageForbidden) IsClientError() bool + func (o *UploadAppImageForbidden) IsCode(code int) bool + func (o *UploadAppImageForbidden) IsRedirect() bool + func (o *UploadAppImageForbidden) IsServerError() bool + func (o *UploadAppImageForbidden) IsSuccess() bool + func (o *UploadAppImageForbidden) String() string + type UploadAppImageInternalServerError struct + Payload *models.Error + func NewUploadAppImageInternalServerError() *UploadAppImageInternalServerError + func (o *UploadAppImageInternalServerError) Code() int + func (o *UploadAppImageInternalServerError) Error() string + func (o *UploadAppImageInternalServerError) GetPayload() *models.Error + func (o *UploadAppImageInternalServerError) IsClientError() bool + func (o *UploadAppImageInternalServerError) IsCode(code int) bool + func (o *UploadAppImageInternalServerError) IsRedirect() bool + func (o *UploadAppImageInternalServerError) IsServerError() bool + func (o *UploadAppImageInternalServerError) IsSuccess() bool + func (o *UploadAppImageInternalServerError) String() string + type UploadAppImageNotFound struct + Payload *models.Error + func NewUploadAppImageNotFound() *UploadAppImageNotFound + func (o *UploadAppImageNotFound) Code() int + func (o *UploadAppImageNotFound) Error() string + func (o *UploadAppImageNotFound) GetPayload() *models.Error + func (o *UploadAppImageNotFound) IsClientError() bool + func (o *UploadAppImageNotFound) IsCode(code int) bool + func (o *UploadAppImageNotFound) IsRedirect() bool + func (o *UploadAppImageNotFound) IsServerError() bool + func (o *UploadAppImageNotFound) IsSuccess() bool + func (o *UploadAppImageNotFound) String() string + type UploadAppImageOK struct + Payload *models.Application + func NewUploadAppImageOK() *UploadAppImageOK + func (o *UploadAppImageOK) Code() int + func (o *UploadAppImageOK) Error() string + func (o *UploadAppImageOK) GetPayload() *models.Application + func (o *UploadAppImageOK) IsClientError() bool + func (o *UploadAppImageOK) IsCode(code int) bool + func (o *UploadAppImageOK) IsRedirect() bool + func (o *UploadAppImageOK) IsServerError() bool + func (o *UploadAppImageOK) IsSuccess() bool + func (o *UploadAppImageOK) String() string + type UploadAppImageParams struct + Context context.Context + File runtime.NamedReadCloser + HTTPClient *http.Client + ID int64 + func NewUploadAppImageParams() *UploadAppImageParams + func NewUploadAppImageParamsWithContext(ctx context.Context) *UploadAppImageParams + func NewUploadAppImageParamsWithHTTPClient(client *http.Client) *UploadAppImageParams + func NewUploadAppImageParamsWithTimeout(timeout time.Duration) *UploadAppImageParams + func (o *UploadAppImageParams) SetContext(ctx context.Context) + func (o *UploadAppImageParams) SetDefaults() + func (o *UploadAppImageParams) SetFile(file runtime.NamedReadCloser) + func (o *UploadAppImageParams) SetHTTPClient(client *http.Client) + func (o *UploadAppImageParams) SetID(id int64) + func (o *UploadAppImageParams) SetTimeout(timeout time.Duration) + func (o *UploadAppImageParams) WithContext(ctx context.Context) *UploadAppImageParams + func (o *UploadAppImageParams) WithDefaults() *UploadAppImageParams + func (o *UploadAppImageParams) WithFile(file runtime.NamedReadCloser) *UploadAppImageParams + func (o *UploadAppImageParams) WithHTTPClient(client *http.Client) *UploadAppImageParams + func (o *UploadAppImageParams) WithID(id int64) *UploadAppImageParams + func (o *UploadAppImageParams) WithTimeout(timeout time.Duration) *UploadAppImageParams + func (o *UploadAppImageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UploadAppImageReader struct + func (o *UploadAppImageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UploadAppImageUnauthorized struct + Payload *models.Error + func NewUploadAppImageUnauthorized() *UploadAppImageUnauthorized + func (o *UploadAppImageUnauthorized) Code() int + func (o *UploadAppImageUnauthorized) Error() string + func (o *UploadAppImageUnauthorized) GetPayload() *models.Error + func (o *UploadAppImageUnauthorized) IsClientError() bool + func (o *UploadAppImageUnauthorized) IsCode(code int) bool + func (o *UploadAppImageUnauthorized) IsRedirect() bool + func (o *UploadAppImageUnauthorized) IsServerError() bool + func (o *UploadAppImageUnauthorized) IsSuccess() bool + func (o *UploadAppImageUnauthorized) String() string