app_manager

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminPassAppVersionOK added in v0.4.2

type AdminPassAppVersionOK struct {
	Payload *models.OpenpitrixPassAppVersionResponse
}

AdminPassAppVersionOK handles this case with default header values.

A successful response.

func NewAdminPassAppVersionOK added in v0.4.2

func NewAdminPassAppVersionOK() *AdminPassAppVersionOK

NewAdminPassAppVersionOK creates a AdminPassAppVersionOK with default headers values

func (*AdminPassAppVersionOK) Error added in v0.4.2

func (o *AdminPassAppVersionOK) Error() string

type AdminPassAppVersionParams added in v0.4.2

type AdminPassAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixPassAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AdminPassAppVersionParams contains all the parameters to send to the API endpoint for the admin pass app version operation typically these are written to a http.Request

func NewAdminPassAppVersionParams added in v0.4.2

func NewAdminPassAppVersionParams() *AdminPassAppVersionParams

NewAdminPassAppVersionParams creates a new AdminPassAppVersionParams object with the default values initialized.

func NewAdminPassAppVersionParamsWithContext added in v0.4.2

func NewAdminPassAppVersionParamsWithContext(ctx context.Context) *AdminPassAppVersionParams

NewAdminPassAppVersionParamsWithContext creates a new AdminPassAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewAdminPassAppVersionParamsWithHTTPClient added in v0.4.2

func NewAdminPassAppVersionParamsWithHTTPClient(client *http.Client) *AdminPassAppVersionParams

NewAdminPassAppVersionParamsWithHTTPClient creates a new AdminPassAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminPassAppVersionParamsWithTimeout added in v0.4.2

func NewAdminPassAppVersionParamsWithTimeout(timeout time.Duration) *AdminPassAppVersionParams

NewAdminPassAppVersionParamsWithTimeout creates a new AdminPassAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminPassAppVersionParams) SetBody added in v0.4.2

SetBody adds the body to the admin pass app version params

func (*AdminPassAppVersionParams) SetContext added in v0.4.2

func (o *AdminPassAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the admin pass app version params

func (*AdminPassAppVersionParams) SetHTTPClient added in v0.4.2

func (o *AdminPassAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin pass app version params

func (*AdminPassAppVersionParams) SetTimeout added in v0.4.2

func (o *AdminPassAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin pass app version params

func (*AdminPassAppVersionParams) WithBody added in v0.4.2

WithBody adds the body to the admin pass app version params

func (*AdminPassAppVersionParams) WithContext added in v0.4.2

WithContext adds the context to the admin pass app version params

func (*AdminPassAppVersionParams) WithHTTPClient added in v0.4.2

func (o *AdminPassAppVersionParams) WithHTTPClient(client *http.Client) *AdminPassAppVersionParams

WithHTTPClient adds the HTTPClient to the admin pass app version params

func (*AdminPassAppVersionParams) WithTimeout added in v0.4.2

WithTimeout adds the timeout to the admin pass app version params

func (*AdminPassAppVersionParams) WriteToRequest added in v0.4.2

WriteToRequest writes these params to a swagger request

type AdminPassAppVersionReader added in v0.4.2

type AdminPassAppVersionReader struct {
	// contains filtered or unexported fields
}

AdminPassAppVersionReader is a Reader for the AdminPassAppVersion structure.

func (*AdminPassAppVersionReader) ReadResponse added in v0.4.2

func (o *AdminPassAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminRejectAppVersionOK added in v0.4.2

type AdminRejectAppVersionOK struct {
	Payload *models.OpenpitrixRejectAppVersionResponse
}

AdminRejectAppVersionOK handles this case with default header values.

A successful response.

func NewAdminRejectAppVersionOK added in v0.4.2

func NewAdminRejectAppVersionOK() *AdminRejectAppVersionOK

NewAdminRejectAppVersionOK creates a AdminRejectAppVersionOK with default headers values

func (*AdminRejectAppVersionOK) Error added in v0.4.2

func (o *AdminRejectAppVersionOK) Error() string

type AdminRejectAppVersionParams added in v0.4.2

type AdminRejectAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixRejectAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AdminRejectAppVersionParams contains all the parameters to send to the API endpoint for the admin reject app version operation typically these are written to a http.Request

func NewAdminRejectAppVersionParams added in v0.4.2

func NewAdminRejectAppVersionParams() *AdminRejectAppVersionParams

NewAdminRejectAppVersionParams creates a new AdminRejectAppVersionParams object with the default values initialized.

func NewAdminRejectAppVersionParamsWithContext added in v0.4.2

func NewAdminRejectAppVersionParamsWithContext(ctx context.Context) *AdminRejectAppVersionParams

NewAdminRejectAppVersionParamsWithContext creates a new AdminRejectAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewAdminRejectAppVersionParamsWithHTTPClient added in v0.4.2

func NewAdminRejectAppVersionParamsWithHTTPClient(client *http.Client) *AdminRejectAppVersionParams

NewAdminRejectAppVersionParamsWithHTTPClient creates a new AdminRejectAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminRejectAppVersionParamsWithTimeout added in v0.4.2

func NewAdminRejectAppVersionParamsWithTimeout(timeout time.Duration) *AdminRejectAppVersionParams

NewAdminRejectAppVersionParamsWithTimeout creates a new AdminRejectAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminRejectAppVersionParams) SetBody added in v0.4.2

SetBody adds the body to the admin reject app version params

func (*AdminRejectAppVersionParams) SetContext added in v0.4.2

func (o *AdminRejectAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the admin reject app version params

func (*AdminRejectAppVersionParams) SetHTTPClient added in v0.4.2

func (o *AdminRejectAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin reject app version params

func (*AdminRejectAppVersionParams) SetTimeout added in v0.4.2

func (o *AdminRejectAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin reject app version params

func (*AdminRejectAppVersionParams) WithBody added in v0.4.2

WithBody adds the body to the admin reject app version params

func (*AdminRejectAppVersionParams) WithContext added in v0.4.2

WithContext adds the context to the admin reject app version params

func (*AdminRejectAppVersionParams) WithHTTPClient added in v0.4.2

WithHTTPClient adds the HTTPClient to the admin reject app version params

func (*AdminRejectAppVersionParams) WithTimeout added in v0.4.2

WithTimeout adds the timeout to the admin reject app version params

func (*AdminRejectAppVersionParams) WriteToRequest added in v0.4.2

WriteToRequest writes these params to a swagger request

type AdminRejectAppVersionReader added in v0.4.2

type AdminRejectAppVersionReader struct {
	// contains filtered or unexported fields
}

AdminRejectAppVersionReader is a Reader for the AdminRejectAppVersion structure.

func (*AdminRejectAppVersionReader) ReadResponse added in v0.4.2

func (o *AdminRejectAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BusinessPassAppVersionOK added in v0.4.0

type BusinessPassAppVersionOK struct {
	Payload *models.OpenpitrixPassAppVersionResponse
}

BusinessPassAppVersionOK handles this case with default header values.

A successful response.

func NewBusinessPassAppVersionOK added in v0.4.0

func NewBusinessPassAppVersionOK() *BusinessPassAppVersionOK

NewBusinessPassAppVersionOK creates a BusinessPassAppVersionOK with default headers values

func (*BusinessPassAppVersionOK) Error added in v0.4.0

func (o *BusinessPassAppVersionOK) Error() string

type BusinessPassAppVersionParams added in v0.4.0

type BusinessPassAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixPassAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BusinessPassAppVersionParams contains all the parameters to send to the API endpoint for the business pass app version operation typically these are written to a http.Request

func NewBusinessPassAppVersionParams added in v0.4.0

func NewBusinessPassAppVersionParams() *BusinessPassAppVersionParams

NewBusinessPassAppVersionParams creates a new BusinessPassAppVersionParams object with the default values initialized.

func NewBusinessPassAppVersionParamsWithContext added in v0.4.0

func NewBusinessPassAppVersionParamsWithContext(ctx context.Context) *BusinessPassAppVersionParams

NewBusinessPassAppVersionParamsWithContext creates a new BusinessPassAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewBusinessPassAppVersionParamsWithHTTPClient added in v0.4.0

func NewBusinessPassAppVersionParamsWithHTTPClient(client *http.Client) *BusinessPassAppVersionParams

NewBusinessPassAppVersionParamsWithHTTPClient creates a new BusinessPassAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBusinessPassAppVersionParamsWithTimeout added in v0.4.0

func NewBusinessPassAppVersionParamsWithTimeout(timeout time.Duration) *BusinessPassAppVersionParams

NewBusinessPassAppVersionParamsWithTimeout creates a new BusinessPassAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*BusinessPassAppVersionParams) SetBody added in v0.4.0

SetBody adds the body to the business pass app version params

func (*BusinessPassAppVersionParams) SetContext added in v0.4.0

func (o *BusinessPassAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the business pass app version params

func (*BusinessPassAppVersionParams) SetHTTPClient added in v0.4.0

func (o *BusinessPassAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the business pass app version params

func (*BusinessPassAppVersionParams) SetTimeout added in v0.4.0

func (o *BusinessPassAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the business pass app version params

func (*BusinessPassAppVersionParams) WithBody added in v0.4.0

WithBody adds the body to the business pass app version params

func (*BusinessPassAppVersionParams) WithContext added in v0.4.0

WithContext adds the context to the business pass app version params

func (*BusinessPassAppVersionParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the business pass app version params

func (*BusinessPassAppVersionParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the business pass app version params

func (*BusinessPassAppVersionParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type BusinessPassAppVersionReader added in v0.4.0

type BusinessPassAppVersionReader struct {
	// contains filtered or unexported fields
}

BusinessPassAppVersionReader is a Reader for the BusinessPassAppVersion structure.

func (*BusinessPassAppVersionReader) ReadResponse added in v0.4.0

func (o *BusinessPassAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BusinessRejectAppVersionOK added in v0.4.0

type BusinessRejectAppVersionOK struct {
	Payload *models.OpenpitrixRejectAppVersionResponse
}

BusinessRejectAppVersionOK handles this case with default header values.

A successful response.

func NewBusinessRejectAppVersionOK added in v0.4.0

func NewBusinessRejectAppVersionOK() *BusinessRejectAppVersionOK

NewBusinessRejectAppVersionOK creates a BusinessRejectAppVersionOK with default headers values

func (*BusinessRejectAppVersionOK) Error added in v0.4.0

type BusinessRejectAppVersionParams added in v0.4.0

type BusinessRejectAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixRejectAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BusinessRejectAppVersionParams contains all the parameters to send to the API endpoint for the business reject app version operation typically these are written to a http.Request

func NewBusinessRejectAppVersionParams added in v0.4.0

func NewBusinessRejectAppVersionParams() *BusinessRejectAppVersionParams

NewBusinessRejectAppVersionParams creates a new BusinessRejectAppVersionParams object with the default values initialized.

func NewBusinessRejectAppVersionParamsWithContext added in v0.4.0

func NewBusinessRejectAppVersionParamsWithContext(ctx context.Context) *BusinessRejectAppVersionParams

NewBusinessRejectAppVersionParamsWithContext creates a new BusinessRejectAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewBusinessRejectAppVersionParamsWithHTTPClient added in v0.4.0

func NewBusinessRejectAppVersionParamsWithHTTPClient(client *http.Client) *BusinessRejectAppVersionParams

NewBusinessRejectAppVersionParamsWithHTTPClient creates a new BusinessRejectAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBusinessRejectAppVersionParamsWithTimeout added in v0.4.0

func NewBusinessRejectAppVersionParamsWithTimeout(timeout time.Duration) *BusinessRejectAppVersionParams

NewBusinessRejectAppVersionParamsWithTimeout creates a new BusinessRejectAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*BusinessRejectAppVersionParams) SetBody added in v0.4.0

SetBody adds the body to the business reject app version params

func (*BusinessRejectAppVersionParams) SetContext added in v0.4.0

func (o *BusinessRejectAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the business reject app version params

func (*BusinessRejectAppVersionParams) SetHTTPClient added in v0.4.0

func (o *BusinessRejectAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the business reject app version params

func (*BusinessRejectAppVersionParams) SetTimeout added in v0.4.0

func (o *BusinessRejectAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the business reject app version params

func (*BusinessRejectAppVersionParams) WithBody added in v0.4.0

WithBody adds the body to the business reject app version params

func (*BusinessRejectAppVersionParams) WithContext added in v0.4.0

WithContext adds the context to the business reject app version params

func (*BusinessRejectAppVersionParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the business reject app version params

func (*BusinessRejectAppVersionParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the business reject app version params

func (*BusinessRejectAppVersionParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type BusinessRejectAppVersionReader added in v0.4.0

type BusinessRejectAppVersionReader struct {
	// contains filtered or unexported fields
}

BusinessRejectAppVersionReader is a Reader for the BusinessRejectAppVersion structure.

func (*BusinessRejectAppVersionReader) ReadResponse added in v0.4.0

func (o *BusinessRejectAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BusinessReviewAppVersionOK added in v0.4.0

type BusinessReviewAppVersionOK struct {
	Payload *models.OpenpitrixReviewAppVersionResponse
}

BusinessReviewAppVersionOK handles this case with default header values.

A successful response.

func NewBusinessReviewAppVersionOK added in v0.4.0

func NewBusinessReviewAppVersionOK() *BusinessReviewAppVersionOK

NewBusinessReviewAppVersionOK creates a BusinessReviewAppVersionOK with default headers values

func (*BusinessReviewAppVersionOK) Error added in v0.4.0

type BusinessReviewAppVersionParams added in v0.4.0

type BusinessReviewAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixReviewAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BusinessReviewAppVersionParams contains all the parameters to send to the API endpoint for the business review app version operation typically these are written to a http.Request

func NewBusinessReviewAppVersionParams added in v0.4.0

func NewBusinessReviewAppVersionParams() *BusinessReviewAppVersionParams

NewBusinessReviewAppVersionParams creates a new BusinessReviewAppVersionParams object with the default values initialized.

func NewBusinessReviewAppVersionParamsWithContext added in v0.4.0

func NewBusinessReviewAppVersionParamsWithContext(ctx context.Context) *BusinessReviewAppVersionParams

NewBusinessReviewAppVersionParamsWithContext creates a new BusinessReviewAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewBusinessReviewAppVersionParamsWithHTTPClient added in v0.4.0

func NewBusinessReviewAppVersionParamsWithHTTPClient(client *http.Client) *BusinessReviewAppVersionParams

NewBusinessReviewAppVersionParamsWithHTTPClient creates a new BusinessReviewAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBusinessReviewAppVersionParamsWithTimeout added in v0.4.0

func NewBusinessReviewAppVersionParamsWithTimeout(timeout time.Duration) *BusinessReviewAppVersionParams

NewBusinessReviewAppVersionParamsWithTimeout creates a new BusinessReviewAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*BusinessReviewAppVersionParams) SetBody added in v0.4.0

SetBody adds the body to the business review app version params

func (*BusinessReviewAppVersionParams) SetContext added in v0.4.0

func (o *BusinessReviewAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the business review app version params

func (*BusinessReviewAppVersionParams) SetHTTPClient added in v0.4.0

func (o *BusinessReviewAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the business review app version params

func (*BusinessReviewAppVersionParams) SetTimeout added in v0.4.0

func (o *BusinessReviewAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the business review app version params

func (*BusinessReviewAppVersionParams) WithBody added in v0.4.0

WithBody adds the body to the business review app version params

func (*BusinessReviewAppVersionParams) WithContext added in v0.4.0

WithContext adds the context to the business review app version params

func (*BusinessReviewAppVersionParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the business review app version params

func (*BusinessReviewAppVersionParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the business review app version params

func (*BusinessReviewAppVersionParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type BusinessReviewAppVersionReader added in v0.4.0

type BusinessReviewAppVersionReader struct {
	// contains filtered or unexported fields
}

BusinessReviewAppVersionReader is a Reader for the BusinessReviewAppVersion structure.

func (*BusinessReviewAppVersionReader) ReadResponse added in v0.4.0

func (o *BusinessReviewAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CancelAppVersionOK added in v0.2.1

type CancelAppVersionOK struct {
	Payload *models.OpenpitrixCancelAppVersionResponse
}

CancelAppVersionOK handles this case with default header values.

A successful response.

func NewCancelAppVersionOK added in v0.2.1

func NewCancelAppVersionOK() *CancelAppVersionOK

NewCancelAppVersionOK creates a CancelAppVersionOK with default headers values

func (*CancelAppVersionOK) Error added in v0.2.1

func (o *CancelAppVersionOK) Error() string

type CancelAppVersionParams added in v0.2.1

type CancelAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixCancelAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CancelAppVersionParams contains all the parameters to send to the API endpoint for the cancel app version operation typically these are written to a http.Request

func NewCancelAppVersionParams added in v0.2.1

func NewCancelAppVersionParams() *CancelAppVersionParams

NewCancelAppVersionParams creates a new CancelAppVersionParams object with the default values initialized.

func NewCancelAppVersionParamsWithContext added in v0.2.1

func NewCancelAppVersionParamsWithContext(ctx context.Context) *CancelAppVersionParams

NewCancelAppVersionParamsWithContext creates a new CancelAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewCancelAppVersionParamsWithHTTPClient added in v0.2.1

func NewCancelAppVersionParamsWithHTTPClient(client *http.Client) *CancelAppVersionParams

NewCancelAppVersionParamsWithHTTPClient creates a new CancelAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCancelAppVersionParamsWithTimeout added in v0.2.1

func NewCancelAppVersionParamsWithTimeout(timeout time.Duration) *CancelAppVersionParams

NewCancelAppVersionParamsWithTimeout creates a new CancelAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*CancelAppVersionParams) SetBody added in v0.2.1

SetBody adds the body to the cancel app version params

func (*CancelAppVersionParams) SetContext added in v0.2.1

func (o *CancelAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the cancel app version params

func (*CancelAppVersionParams) SetHTTPClient added in v0.2.1

func (o *CancelAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the cancel app version params

func (*CancelAppVersionParams) SetTimeout added in v0.2.1

func (o *CancelAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the cancel app version params

func (*CancelAppVersionParams) WithBody added in v0.2.1

WithBody adds the body to the cancel app version params

func (*CancelAppVersionParams) WithContext added in v0.2.1

WithContext adds the context to the cancel app version params

func (*CancelAppVersionParams) WithHTTPClient added in v0.2.1

func (o *CancelAppVersionParams) WithHTTPClient(client *http.Client) *CancelAppVersionParams

WithHTTPClient adds the HTTPClient to the cancel app version params

func (*CancelAppVersionParams) WithTimeout added in v0.2.1

WithTimeout adds the timeout to the cancel app version params

func (*CancelAppVersionParams) WriteToRequest added in v0.2.1

WriteToRequest writes these params to a swagger request

type CancelAppVersionReader added in v0.2.1

type CancelAppVersionReader struct {
	// contains filtered or unexported fields
}

CancelAppVersionReader is a Reader for the CancelAppVersion structure.

func (*CancelAppVersionReader) ReadResponse added in v0.2.1

func (o *CancelAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for app manager API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new app manager API client.

func (*Client) AdminPassAppVersion added in v0.4.2

func (a *Client) AdminPassAppVersion(params *AdminPassAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminPassAppVersionOK, error)

AdminPassAppVersion operators of admin pass version of the app

func (*Client) AdminRejectAppVersion added in v0.4.2

func (a *Client) AdminRejectAppVersion(params *AdminRejectAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminRejectAppVersionOK, error)

AdminRejectAppVersion operators of admin reject version of the app

func (*Client) BusinessPassAppVersion added in v0.4.0

func (a *Client) BusinessPassAppVersion(params *BusinessPassAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*BusinessPassAppVersionOK, error)

BusinessPassAppVersion operators of business pass version of the app

func (*Client) BusinessRejectAppVersion added in v0.4.0

func (a *Client) BusinessRejectAppVersion(params *BusinessRejectAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*BusinessRejectAppVersionOK, error)

BusinessRejectAppVersion operators of business reject version of the app

func (*Client) BusinessReviewAppVersion added in v0.4.0

func (a *Client) BusinessReviewAppVersion(params *BusinessReviewAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*BusinessReviewAppVersionOK, error)

BusinessReviewAppVersion operators of business review version of the app

func (*Client) CancelAppVersion added in v0.2.1

func (a *Client) CancelAppVersion(params *CancelAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*CancelAppVersionOK, error)

CancelAppVersion cancels version of the app

func (*Client) CreateApp

func (a *Client) CreateApp(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter) (*CreateAppOK, error)

CreateApp creates app user of isv can create app on the platform

func (*Client) CreateAppVersion

func (a *Client) CreateAppVersion(params *CreateAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*CreateAppVersionOK, error)

CreateAppVersion creates app of specific version

func (*Client) DeleteAppVersion added in v0.2.1

func (a *Client) DeleteAppVersion(params *DeleteAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteAppVersionOK, error)

DeleteAppVersion deletes version of the app

func (*Client) DeleteApps

func (a *Client) DeleteApps(params *DeleteAppsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteAppsOK, error)

DeleteApps batches delete apps

func (*Client) DescribeActiveAppVersions added in v0.4.0

func (a *Client) DescribeActiveAppVersions(params *DescribeActiveAppVersionsParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeActiveAppVersionsOK, error)

DescribeActiveAppVersions gets active versions of app can filter with these fields version id app id name owner description package name status type default return all active app versions

func (*Client) DescribeActiveApps added in v0.4.0

func (a *Client) DescribeActiveApps(params *DescribeActiveAppsParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeActiveAppsOK, error)

DescribeActiveApps gets active apps can filter with these fields app id name repo id description status home icon screenshots maintainers sources readme owner chart name default return all apps

func (*Client) DescribeAppVersionAudits added in v0.4.0

func (a *Client) DescribeAppVersionAudits(params *DescribeAppVersionAuditsParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeAppVersionAuditsOK, error)

DescribeAppVersionAudits gets audits information of version specific app can filter with these fields version id app id status operator role default return all app version audits

func (*Client) DescribeAppVersionReviews added in v0.4.0

func (a *Client) DescribeAppVersionReviews(params *DescribeAppVersionReviewsParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeAppVersionReviewsOK, error)

DescribeAppVersionReviews gets reviews of version specific app can filter with these fields review id version id app id status reviewer

func (*Client) DescribeAppVersions

func (a *Client) DescribeAppVersions(params *DescribeAppVersionsParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeAppVersionsOK, error)

DescribeAppVersions gets versions of app can filter with these fields version id app id name owner description package name status type default return all app versions

func (*Client) DescribeApps

func (a *Client) DescribeApps(params *DescribeAppsParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeAppsOK, error)

DescribeApps gets apps can filter with these fields app id name repo id description status home icon screenshots maintainers sources readme owner chart name default return all apps

func (*Client) GetAppStatistics added in v0.1.5

func (a *Client) GetAppStatistics(params *GetAppStatisticsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAppStatisticsOK, error)

GetAppStatistics gets statistics info of apps

func (*Client) GetAppVersionPackage

func (a *Client) GetAppVersionPackage(params *GetAppVersionPackageParams, authInfo runtime.ClientAuthInfoWriter) (*GetAppVersionPackageOK, error)

GetAppVersionPackage gets packages of version specific app

func (*Client) GetAppVersionPackageFiles

func (a *Client) GetAppVersionPackageFiles(params *GetAppVersionPackageFilesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAppVersionPackageFilesOK, error)

GetAppVersionPackageFiles gets app package files

func (*Client) IsvPassAppVersion added in v0.4.0

func (a *Client) IsvPassAppVersion(params *IsvPassAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*IsvPassAppVersionOK, error)

IsvPassAppVersion operators of isv pass version of the app

func (*Client) IsvRejectAppVersion added in v0.4.0

func (a *Client) IsvRejectAppVersion(params *IsvRejectAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*IsvRejectAppVersionOK, error)

IsvRejectAppVersion operators of isv reject version of the app

func (*Client) IsvReviewAppVersion added in v0.4.0

func (a *Client) IsvReviewAppVersion(params *IsvReviewAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*IsvReviewAppVersionOK, error)

IsvReviewAppVersion operators of isv review version of the app

func (*Client) ModifyApp

func (a *Client) ModifyApp(params *ModifyAppParams, authInfo runtime.ClientAuthInfoWriter) (*ModifyAppOK, error)

ModifyApp modifies app info

func (*Client) ModifyAppVersion

func (a *Client) ModifyAppVersion(params *ModifyAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ModifyAppVersionOK, error)

ModifyAppVersion modifies version info of the app

func (*Client) RecoverAppVersion added in v0.2.1

func (a *Client) RecoverAppVersion(params *RecoverAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*RecoverAppVersionOK, error)

RecoverAppVersion recovers version of app

func (*Client) ReleaseAppVersion added in v0.2.1

func (a *Client) ReleaseAppVersion(params *ReleaseAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReleaseAppVersionOK, error)

ReleaseAppVersion releases version of the app

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) SubmitAppVersion added in v0.2.1

func (a *Client) SubmitAppVersion(params *SubmitAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*SubmitAppVersionOK, error)

SubmitAppVersion submits version of the app

func (*Client) SuspendAppVersion added in v0.2.1

func (a *Client) SuspendAppVersion(params *SuspendAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*SuspendAppVersionOK, error)

SuspendAppVersion suspends app version

func (*Client) TechnicalPassAppVersion added in v0.4.0

func (a *Client) TechnicalPassAppVersion(params *TechnicalPassAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*TechnicalPassAppVersionOK, error)

TechnicalPassAppVersion operators of technical pass version of the app

func (*Client) TechnicalRejectAppVersion added in v0.4.0

func (a *Client) TechnicalRejectAppVersion(params *TechnicalRejectAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*TechnicalRejectAppVersionOK, error)

TechnicalRejectAppVersion operators of technical reject version of the app

func (*Client) TechnicalReviewAppVersion added in v0.4.0

func (a *Client) TechnicalReviewAppVersion(params *TechnicalReviewAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*TechnicalReviewAppVersionOK, error)

TechnicalReviewAppVersion operators of technical review version of the app

func (*Client) UploadAppAttachment added in v0.4.0

func (a *Client) UploadAppAttachment(params *UploadAppAttachmentParams, authInfo runtime.ClientAuthInfoWriter) (*UploadAppAttachmentOK, error)

UploadAppAttachment uploads app attachment

func (*Client) ValidatePackage added in v0.4.0

func (a *Client) ValidatePackage(params *ValidatePackageParams, authInfo runtime.ClientAuthInfoWriter) (*ValidatePackageOK, error)

ValidatePackage validates format of package pack by op tool

type CreateAppOK

type CreateAppOK struct {
	Payload *models.OpenpitrixCreateAppResponse
}

CreateAppOK handles this case with default header values.

A successful response.

func NewCreateAppOK

func NewCreateAppOK() *CreateAppOK

NewCreateAppOK creates a CreateAppOK with default headers values

func (*CreateAppOK) Error

func (o *CreateAppOK) Error() string

type CreateAppParams

type CreateAppParams struct {

	/*Body*/
	Body *models.OpenpitrixCreateAppRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateAppParams contains all the parameters to send to the API endpoint for the create app operation typically these are written to a http.Request

func NewCreateAppParams

func NewCreateAppParams() *CreateAppParams

NewCreateAppParams creates a new CreateAppParams object with the default values initialized.

func NewCreateAppParamsWithContext

func NewCreateAppParamsWithContext(ctx context.Context) *CreateAppParams

NewCreateAppParamsWithContext creates a new CreateAppParams object with the default values initialized, and the ability to set a context for a request

func NewCreateAppParamsWithHTTPClient

func NewCreateAppParamsWithHTTPClient(client *http.Client) *CreateAppParams

NewCreateAppParamsWithHTTPClient creates a new CreateAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateAppParamsWithTimeout

func NewCreateAppParamsWithTimeout(timeout time.Duration) *CreateAppParams

NewCreateAppParamsWithTimeout creates a new CreateAppParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateAppParams) SetBody

SetBody adds the body to the create app params

func (*CreateAppParams) SetContext

func (o *CreateAppParams) SetContext(ctx context.Context)

SetContext adds the context to the create app params

func (*CreateAppParams) SetHTTPClient

func (o *CreateAppParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create app params

func (*CreateAppParams) SetTimeout

func (o *CreateAppParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create app params

func (*CreateAppParams) WithBody

WithBody adds the body to the create app params

func (*CreateAppParams) WithContext

func (o *CreateAppParams) WithContext(ctx context.Context) *CreateAppParams

WithContext adds the context to the create app params

func (*CreateAppParams) WithHTTPClient

func (o *CreateAppParams) WithHTTPClient(client *http.Client) *CreateAppParams

WithHTTPClient adds the HTTPClient to the create app params

func (*CreateAppParams) WithTimeout

func (o *CreateAppParams) WithTimeout(timeout time.Duration) *CreateAppParams

WithTimeout adds the timeout to the create app params

func (*CreateAppParams) WriteToRequest

func (o *CreateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateAppReader

type CreateAppReader struct {
	// contains filtered or unexported fields
}

CreateAppReader is a Reader for the CreateApp structure.

func (*CreateAppReader) ReadResponse

func (o *CreateAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateAppVersionOK

type CreateAppVersionOK struct {
	Payload *models.OpenpitrixCreateAppVersionResponse
}

CreateAppVersionOK handles this case with default header values.

A successful response.

func NewCreateAppVersionOK

func NewCreateAppVersionOK() *CreateAppVersionOK

NewCreateAppVersionOK creates a CreateAppVersionOK with default headers values

func (*CreateAppVersionOK) Error

func (o *CreateAppVersionOK) Error() string

type CreateAppVersionParams

type CreateAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixCreateAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateAppVersionParams contains all the parameters to send to the API endpoint for the create app version operation typically these are written to a http.Request

func NewCreateAppVersionParams

func NewCreateAppVersionParams() *CreateAppVersionParams

NewCreateAppVersionParams creates a new CreateAppVersionParams object with the default values initialized.

func NewCreateAppVersionParamsWithContext

func NewCreateAppVersionParamsWithContext(ctx context.Context) *CreateAppVersionParams

NewCreateAppVersionParamsWithContext creates a new CreateAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewCreateAppVersionParamsWithHTTPClient

func NewCreateAppVersionParamsWithHTTPClient(client *http.Client) *CreateAppVersionParams

NewCreateAppVersionParamsWithHTTPClient creates a new CreateAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateAppVersionParamsWithTimeout

func NewCreateAppVersionParamsWithTimeout(timeout time.Duration) *CreateAppVersionParams

NewCreateAppVersionParamsWithTimeout creates a new CreateAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateAppVersionParams) SetBody

SetBody adds the body to the create app version params

func (*CreateAppVersionParams) SetContext

func (o *CreateAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the create app version params

func (*CreateAppVersionParams) SetHTTPClient

func (o *CreateAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create app version params

func (*CreateAppVersionParams) SetTimeout

func (o *CreateAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create app version params

func (*CreateAppVersionParams) WithBody

WithBody adds the body to the create app version params

func (*CreateAppVersionParams) WithContext

WithContext adds the context to the create app version params

func (*CreateAppVersionParams) WithHTTPClient

func (o *CreateAppVersionParams) WithHTTPClient(client *http.Client) *CreateAppVersionParams

WithHTTPClient adds the HTTPClient to the create app version params

func (*CreateAppVersionParams) WithTimeout

WithTimeout adds the timeout to the create app version params

func (*CreateAppVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAppVersionReader

type CreateAppVersionReader struct {
	// contains filtered or unexported fields
}

CreateAppVersionReader is a Reader for the CreateAppVersion structure.

func (*CreateAppVersionReader) ReadResponse

func (o *CreateAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteAppVersionOK added in v0.2.1

type DeleteAppVersionOK struct {
	Payload *models.OpenpitrixDeleteAppVersionResponse
}

DeleteAppVersionOK handles this case with default header values.

A successful response.

func NewDeleteAppVersionOK added in v0.2.1

func NewDeleteAppVersionOK() *DeleteAppVersionOK

NewDeleteAppVersionOK creates a DeleteAppVersionOK with default headers values

func (*DeleteAppVersionOK) Error added in v0.2.1

func (o *DeleteAppVersionOK) Error() string

type DeleteAppVersionParams added in v0.2.1

type DeleteAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixDeleteAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteAppVersionParams contains all the parameters to send to the API endpoint for the delete app version operation typically these are written to a http.Request

func NewDeleteAppVersionParams added in v0.2.1

func NewDeleteAppVersionParams() *DeleteAppVersionParams

NewDeleteAppVersionParams creates a new DeleteAppVersionParams object with the default values initialized.

func NewDeleteAppVersionParamsWithContext added in v0.2.1

func NewDeleteAppVersionParamsWithContext(ctx context.Context) *DeleteAppVersionParams

NewDeleteAppVersionParamsWithContext creates a new DeleteAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteAppVersionParamsWithHTTPClient added in v0.2.1

func NewDeleteAppVersionParamsWithHTTPClient(client *http.Client) *DeleteAppVersionParams

NewDeleteAppVersionParamsWithHTTPClient creates a new DeleteAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteAppVersionParamsWithTimeout added in v0.2.1

func NewDeleteAppVersionParamsWithTimeout(timeout time.Duration) *DeleteAppVersionParams

NewDeleteAppVersionParamsWithTimeout creates a new DeleteAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteAppVersionParams) SetBody added in v0.2.1

SetBody adds the body to the delete app version params

func (*DeleteAppVersionParams) SetContext added in v0.2.1

func (o *DeleteAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the delete app version params

func (*DeleteAppVersionParams) SetHTTPClient added in v0.2.1

func (o *DeleteAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete app version params

func (*DeleteAppVersionParams) SetTimeout added in v0.2.1

func (o *DeleteAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete app version params

func (*DeleteAppVersionParams) WithBody added in v0.2.1

WithBody adds the body to the delete app version params

func (*DeleteAppVersionParams) WithContext added in v0.2.1

WithContext adds the context to the delete app version params

func (*DeleteAppVersionParams) WithHTTPClient added in v0.2.1

func (o *DeleteAppVersionParams) WithHTTPClient(client *http.Client) *DeleteAppVersionParams

WithHTTPClient adds the HTTPClient to the delete app version params

func (*DeleteAppVersionParams) WithTimeout added in v0.2.1

WithTimeout adds the timeout to the delete app version params

func (*DeleteAppVersionParams) WriteToRequest added in v0.2.1

WriteToRequest writes these params to a swagger request

type DeleteAppVersionReader added in v0.2.1

type DeleteAppVersionReader struct {
	// contains filtered or unexported fields
}

DeleteAppVersionReader is a Reader for the DeleteAppVersion structure.

func (*DeleteAppVersionReader) ReadResponse added in v0.2.1

func (o *DeleteAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteAppsOK

type DeleteAppsOK struct {
	Payload *models.OpenpitrixDeleteAppsResponse
}

DeleteAppsOK handles this case with default header values.

A successful response.

func NewDeleteAppsOK

func NewDeleteAppsOK() *DeleteAppsOK

NewDeleteAppsOK creates a DeleteAppsOK with default headers values

func (*DeleteAppsOK) Error

func (o *DeleteAppsOK) Error() string

type DeleteAppsParams

type DeleteAppsParams struct {

	/*Body*/
	Body *models.OpenpitrixDeleteAppsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteAppsParams contains all the parameters to send to the API endpoint for the delete apps operation typically these are written to a http.Request

func NewDeleteAppsParams

func NewDeleteAppsParams() *DeleteAppsParams

NewDeleteAppsParams creates a new DeleteAppsParams object with the default values initialized.

func NewDeleteAppsParamsWithContext

func NewDeleteAppsParamsWithContext(ctx context.Context) *DeleteAppsParams

NewDeleteAppsParamsWithContext creates a new DeleteAppsParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteAppsParamsWithHTTPClient

func NewDeleteAppsParamsWithHTTPClient(client *http.Client) *DeleteAppsParams

NewDeleteAppsParamsWithHTTPClient creates a new DeleteAppsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteAppsParamsWithTimeout

func NewDeleteAppsParamsWithTimeout(timeout time.Duration) *DeleteAppsParams

NewDeleteAppsParamsWithTimeout creates a new DeleteAppsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteAppsParams) SetBody

SetBody adds the body to the delete apps params

func (*DeleteAppsParams) SetContext

func (o *DeleteAppsParams) SetContext(ctx context.Context)

SetContext adds the context to the delete apps params

func (*DeleteAppsParams) SetHTTPClient

func (o *DeleteAppsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete apps params

func (*DeleteAppsParams) SetTimeout

func (o *DeleteAppsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete apps params

func (*DeleteAppsParams) WithBody

WithBody adds the body to the delete apps params

func (*DeleteAppsParams) WithContext

func (o *DeleteAppsParams) WithContext(ctx context.Context) *DeleteAppsParams

WithContext adds the context to the delete apps params

func (*DeleteAppsParams) WithHTTPClient

func (o *DeleteAppsParams) WithHTTPClient(client *http.Client) *DeleteAppsParams

WithHTTPClient adds the HTTPClient to the delete apps params

func (*DeleteAppsParams) WithTimeout

func (o *DeleteAppsParams) WithTimeout(timeout time.Duration) *DeleteAppsParams

WithTimeout adds the timeout to the delete apps params

func (*DeleteAppsParams) WriteToRequest

func (o *DeleteAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteAppsReader

type DeleteAppsReader struct {
	// contains filtered or unexported fields
}

DeleteAppsReader is a Reader for the DeleteApps structure.

func (*DeleteAppsReader) ReadResponse

func (o *DeleteAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeActiveAppVersionsOK added in v0.4.0

type DescribeActiveAppVersionsOK struct {
	Payload *models.OpenpitrixDescribeAppVersionsResponse
}

DescribeActiveAppVersionsOK handles this case with default header values.

A successful response.

func NewDescribeActiveAppVersionsOK added in v0.4.0

func NewDescribeActiveAppVersionsOK() *DescribeActiveAppVersionsOK

NewDescribeActiveAppVersionsOK creates a DescribeActiveAppVersionsOK with default headers values

func (*DescribeActiveAppVersionsOK) Error added in v0.4.0

type DescribeActiveAppVersionsParams added in v0.4.0

type DescribeActiveAppVersionsParams struct {

	/*AppID
	  app ids.

	*/
	AppID []string
	/*Description
	  description.

	*/
	Description []string
	/*DisplayColumns
	  select columns to display.

	*/
	DisplayColumns []string
	/*Limit
	  data limit per page, default value 20, max value 200.

	*/
	Limit *int64
	/*Name
	  app version name.

	*/
	Name []string
	/*Offset
	  data offset, default 0.

	*/
	Offset *int64
	/*Owner
	  owner.

	*/
	Owner []string
	/*PackageName
	  app version package name.

	*/
	PackageName []string
	/*Reverse
	  value = 0 sort ASC, value = 1 sort DESC.

	*/
	Reverse *bool
	/*SearchWord
	  query key, support these fields(version_id, app_id, name, owner, description, package_name, status, type).

	*/
	SearchWord *string
	/*SortKey
	  sort key, order by sort_key, default create_time.

	*/
	SortKey *string
	/*Status
	  app version status eg.[draft|submitted|passed|rejected|active|in-review|deleted|suspended].

	*/
	Status []string
	/*Type
	  app version type.

	*/
	Type []string
	/*VersionID
	  app version ids.

	*/
	VersionID []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeActiveAppVersionsParams contains all the parameters to send to the API endpoint for the describe active app versions operation typically these are written to a http.Request

func NewDescribeActiveAppVersionsParams added in v0.4.0

func NewDescribeActiveAppVersionsParams() *DescribeActiveAppVersionsParams

NewDescribeActiveAppVersionsParams creates a new DescribeActiveAppVersionsParams object with the default values initialized.

func NewDescribeActiveAppVersionsParamsWithContext added in v0.4.0

func NewDescribeActiveAppVersionsParamsWithContext(ctx context.Context) *DescribeActiveAppVersionsParams

NewDescribeActiveAppVersionsParamsWithContext creates a new DescribeActiveAppVersionsParams object with the default values initialized, and the ability to set a context for a request

func NewDescribeActiveAppVersionsParamsWithHTTPClient added in v0.4.0

func NewDescribeActiveAppVersionsParamsWithHTTPClient(client *http.Client) *DescribeActiveAppVersionsParams

NewDescribeActiveAppVersionsParamsWithHTTPClient creates a new DescribeActiveAppVersionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDescribeActiveAppVersionsParamsWithTimeout added in v0.4.0

func NewDescribeActiveAppVersionsParamsWithTimeout(timeout time.Duration) *DescribeActiveAppVersionsParams

NewDescribeActiveAppVersionsParamsWithTimeout creates a new DescribeActiveAppVersionsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DescribeActiveAppVersionsParams) SetAppID added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetAppID(appID []string)

SetAppID adds the appId to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetContext added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetContext(ctx context.Context)

SetContext adds the context to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetDescription added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetDescription(description []string)

SetDescription adds the description to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetDisplayColumns added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetDisplayColumns(displayColumns []string)

SetDisplayColumns adds the displayColumns to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetHTTPClient added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetLimit added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetName added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetName(name []string)

SetName adds the name to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetOffset added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetOwner added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetOwner(owner []string)

SetOwner adds the owner to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetPackageName added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetPackageName(packageName []string)

SetPackageName adds the packageName to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetReverse added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetReverse(reverse *bool)

SetReverse adds the reverse to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetSearchWord added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetSearchWord(searchWord *string)

SetSearchWord adds the searchWord to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetSortKey added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetSortKey(sortKey *string)

SetSortKey adds the sortKey to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetStatus added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetStatus(status []string)

SetStatus adds the status to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetTimeout added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetType added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetType(typeVar []string)

SetType adds the type to the describe active app versions params

func (*DescribeActiveAppVersionsParams) SetVersionID added in v0.4.0

func (o *DescribeActiveAppVersionsParams) SetVersionID(versionID []string)

SetVersionID adds the versionId to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithAppID added in v0.4.0

WithAppID adds the appID to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithContext added in v0.4.0

WithContext adds the context to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithDescription added in v0.4.0

func (o *DescribeActiveAppVersionsParams) WithDescription(description []string) *DescribeActiveAppVersionsParams

WithDescription adds the description to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithDisplayColumns added in v0.4.0

func (o *DescribeActiveAppVersionsParams) WithDisplayColumns(displayColumns []string) *DescribeActiveAppVersionsParams

WithDisplayColumns adds the displayColumns to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithLimit added in v0.4.0

WithLimit adds the limit to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithName added in v0.4.0

WithName adds the name to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithOffset added in v0.4.0

WithOffset adds the offset to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithOwner added in v0.4.0

WithOwner adds the owner to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithPackageName added in v0.4.0

func (o *DescribeActiveAppVersionsParams) WithPackageName(packageName []string) *DescribeActiveAppVersionsParams

WithPackageName adds the packageName to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithReverse added in v0.4.0

WithReverse adds the reverse to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithSearchWord added in v0.4.0

WithSearchWord adds the searchWord to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithSortKey added in v0.4.0

WithSortKey adds the sortKey to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithStatus added in v0.4.0

WithStatus adds the status to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithType added in v0.4.0

WithType adds the typeVar to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WithVersionID added in v0.4.0

WithVersionID adds the versionID to the describe active app versions params

func (*DescribeActiveAppVersionsParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DescribeActiveAppVersionsReader added in v0.4.0

type DescribeActiveAppVersionsReader struct {
	// contains filtered or unexported fields
}

DescribeActiveAppVersionsReader is a Reader for the DescribeActiveAppVersions structure.

func (*DescribeActiveAppVersionsReader) ReadResponse added in v0.4.0

func (o *DescribeActiveAppVersionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeActiveAppsOK added in v0.4.0

type DescribeActiveAppsOK struct {
	Payload *models.OpenpitrixDescribeAppsResponse
}

DescribeActiveAppsOK handles this case with default header values.

A successful response.

func NewDescribeActiveAppsOK added in v0.4.0

func NewDescribeActiveAppsOK() *DescribeActiveAppsOK

NewDescribeActiveAppsOK creates a DescribeActiveAppsOK with default headers values

func (*DescribeActiveAppsOK) Error added in v0.4.0

func (o *DescribeActiveAppsOK) Error() string

type DescribeActiveAppsParams added in v0.4.0

type DescribeActiveAppsParams struct {

	/*AppID
	  app ids.

	*/
	AppID []string
	/*CategoryID
	  app category ids.

	*/
	CategoryID []string
	/*ChartName
	  app chart name.

	*/
	ChartName []string
	/*DisplayColumns
	  select column to display.

	*/
	DisplayColumns []string
	/*Isv
	  isv.

	*/
	Isv []string
	/*Limit
	  data limit per page, default is 20, max value is 200.

	*/
	Limit *int64
	/*Name
	  app name.

	*/
	Name []string
	/*Offset
	  data offset, default is 0.

	*/
	Offset *int64
	/*Owner
	  app owner.

	*/
	Owner []string
	/*RepoID
	  app repository ids.

	*/
	RepoID []string
	/*Reverse
	  value = 0 sort ASC, value = 1 sort DESC.

	*/
	Reverse *bool
	/*SearchWord
	  query key, support these fields(app_id, name, repo_id, description, status, home, icon, screenshots, maintainers, sources, readme, owner, chart_name).

	*/
	SearchWord *string
	/*SortKey
	  sort key, order by sort_key, default create_time.

	*/
	SortKey *string
	/*Status
	  app status eg.[modify|submit|review|cancel|release|delete|pass|reject|suspend|recover].

	*/
	Status []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeActiveAppsParams contains all the parameters to send to the API endpoint for the describe active apps operation typically these are written to a http.Request

func NewDescribeActiveAppsParams added in v0.4.0

func NewDescribeActiveAppsParams() *DescribeActiveAppsParams

NewDescribeActiveAppsParams creates a new DescribeActiveAppsParams object with the default values initialized.

func NewDescribeActiveAppsParamsWithContext added in v0.4.0

func NewDescribeActiveAppsParamsWithContext(ctx context.Context) *DescribeActiveAppsParams

NewDescribeActiveAppsParamsWithContext creates a new DescribeActiveAppsParams object with the default values initialized, and the ability to set a context for a request

func NewDescribeActiveAppsParamsWithHTTPClient added in v0.4.0

func NewDescribeActiveAppsParamsWithHTTPClient(client *http.Client) *DescribeActiveAppsParams

NewDescribeActiveAppsParamsWithHTTPClient creates a new DescribeActiveAppsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDescribeActiveAppsParamsWithTimeout added in v0.4.0

func NewDescribeActiveAppsParamsWithTimeout(timeout time.Duration) *DescribeActiveAppsParams

NewDescribeActiveAppsParamsWithTimeout creates a new DescribeActiveAppsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DescribeActiveAppsParams) SetAppID added in v0.4.0

func (o *DescribeActiveAppsParams) SetAppID(appID []string)

SetAppID adds the appId to the describe active apps params

func (*DescribeActiveAppsParams) SetCategoryID added in v0.4.0

func (o *DescribeActiveAppsParams) SetCategoryID(categoryID []string)

SetCategoryID adds the categoryId to the describe active apps params

func (*DescribeActiveAppsParams) SetChartName added in v0.4.0

func (o *DescribeActiveAppsParams) SetChartName(chartName []string)

SetChartName adds the chartName to the describe active apps params

func (*DescribeActiveAppsParams) SetContext added in v0.4.0

func (o *DescribeActiveAppsParams) SetContext(ctx context.Context)

SetContext adds the context to the describe active apps params

func (*DescribeActiveAppsParams) SetDisplayColumns added in v0.4.0

func (o *DescribeActiveAppsParams) SetDisplayColumns(displayColumns []string)

SetDisplayColumns adds the displayColumns to the describe active apps params

func (*DescribeActiveAppsParams) SetHTTPClient added in v0.4.0

func (o *DescribeActiveAppsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe active apps params

func (*DescribeActiveAppsParams) SetIsv added in v0.4.2

func (o *DescribeActiveAppsParams) SetIsv(isv []string)

SetIsv adds the isv to the describe active apps params

func (*DescribeActiveAppsParams) SetLimit added in v0.4.0

func (o *DescribeActiveAppsParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe active apps params

func (*DescribeActiveAppsParams) SetName added in v0.4.0

func (o *DescribeActiveAppsParams) SetName(name []string)

SetName adds the name to the describe active apps params

func (*DescribeActiveAppsParams) SetOffset added in v0.4.0

func (o *DescribeActiveAppsParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe active apps params

func (*DescribeActiveAppsParams) SetOwner added in v0.4.0

func (o *DescribeActiveAppsParams) SetOwner(owner []string)

SetOwner adds the owner to the describe active apps params

func (*DescribeActiveAppsParams) SetRepoID added in v0.4.0

func (o *DescribeActiveAppsParams) SetRepoID(repoID []string)

SetRepoID adds the repoId to the describe active apps params

func (*DescribeActiveAppsParams) SetReverse added in v0.4.0

func (o *DescribeActiveAppsParams) SetReverse(reverse *bool)

SetReverse adds the reverse to the describe active apps params

func (*DescribeActiveAppsParams) SetSearchWord added in v0.4.0

func (o *DescribeActiveAppsParams) SetSearchWord(searchWord *string)

SetSearchWord adds the searchWord to the describe active apps params

func (*DescribeActiveAppsParams) SetSortKey added in v0.4.0

func (o *DescribeActiveAppsParams) SetSortKey(sortKey *string)

SetSortKey adds the sortKey to the describe active apps params

func (*DescribeActiveAppsParams) SetStatus added in v0.4.0

func (o *DescribeActiveAppsParams) SetStatus(status []string)

SetStatus adds the status to the describe active apps params

func (*DescribeActiveAppsParams) SetTimeout added in v0.4.0

func (o *DescribeActiveAppsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe active apps params

func (*DescribeActiveAppsParams) WithAppID added in v0.4.0

WithAppID adds the appID to the describe active apps params

func (*DescribeActiveAppsParams) WithCategoryID added in v0.4.0

func (o *DescribeActiveAppsParams) WithCategoryID(categoryID []string) *DescribeActiveAppsParams

WithCategoryID adds the categoryID to the describe active apps params

func (*DescribeActiveAppsParams) WithChartName added in v0.4.0

func (o *DescribeActiveAppsParams) WithChartName(chartName []string) *DescribeActiveAppsParams

WithChartName adds the chartName to the describe active apps params

func (*DescribeActiveAppsParams) WithContext added in v0.4.0

WithContext adds the context to the describe active apps params

func (*DescribeActiveAppsParams) WithDisplayColumns added in v0.4.0

func (o *DescribeActiveAppsParams) WithDisplayColumns(displayColumns []string) *DescribeActiveAppsParams

WithDisplayColumns adds the displayColumns to the describe active apps params

func (*DescribeActiveAppsParams) WithHTTPClient added in v0.4.0

func (o *DescribeActiveAppsParams) WithHTTPClient(client *http.Client) *DescribeActiveAppsParams

WithHTTPClient adds the HTTPClient to the describe active apps params

func (*DescribeActiveAppsParams) WithIsv added in v0.4.2

WithIsv adds the isv to the describe active apps params

func (*DescribeActiveAppsParams) WithLimit added in v0.4.0

WithLimit adds the limit to the describe active apps params

func (*DescribeActiveAppsParams) WithName added in v0.4.0

WithName adds the name to the describe active apps params

func (*DescribeActiveAppsParams) WithOffset added in v0.4.0

WithOffset adds the offset to the describe active apps params

func (*DescribeActiveAppsParams) WithOwner added in v0.4.0

WithOwner adds the owner to the describe active apps params

func (*DescribeActiveAppsParams) WithRepoID added in v0.4.0

func (o *DescribeActiveAppsParams) WithRepoID(repoID []string) *DescribeActiveAppsParams

WithRepoID adds the repoID to the describe active apps params

func (*DescribeActiveAppsParams) WithReverse added in v0.4.0

func (o *DescribeActiveAppsParams) WithReverse(reverse *bool) *DescribeActiveAppsParams

WithReverse adds the reverse to the describe active apps params

func (*DescribeActiveAppsParams) WithSearchWord added in v0.4.0

func (o *DescribeActiveAppsParams) WithSearchWord(searchWord *string) *DescribeActiveAppsParams

WithSearchWord adds the searchWord to the describe active apps params

func (*DescribeActiveAppsParams) WithSortKey added in v0.4.0

func (o *DescribeActiveAppsParams) WithSortKey(sortKey *string) *DescribeActiveAppsParams

WithSortKey adds the sortKey to the describe active apps params

func (*DescribeActiveAppsParams) WithStatus added in v0.4.0

func (o *DescribeActiveAppsParams) WithStatus(status []string) *DescribeActiveAppsParams

WithStatus adds the status to the describe active apps params

func (*DescribeActiveAppsParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the describe active apps params

func (*DescribeActiveAppsParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DescribeActiveAppsReader added in v0.4.0

type DescribeActiveAppsReader struct {
	// contains filtered or unexported fields
}

DescribeActiveAppsReader is a Reader for the DescribeActiveApps structure.

func (*DescribeActiveAppsReader) ReadResponse added in v0.4.0

func (o *DescribeActiveAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeAppVersionAuditsOK added in v0.4.0

type DescribeAppVersionAuditsOK struct {
	Payload *models.OpenpitrixDescribeAppVersionAuditsResponse
}

DescribeAppVersionAuditsOK handles this case with default header values.

A successful response.

func NewDescribeAppVersionAuditsOK added in v0.4.0

func NewDescribeAppVersionAuditsOK() *DescribeAppVersionAuditsOK

NewDescribeAppVersionAuditsOK creates a DescribeAppVersionAuditsOK with default headers values

func (*DescribeAppVersionAuditsOK) Error added in v0.4.0

type DescribeAppVersionAuditsParams added in v0.4.0

type DescribeAppVersionAuditsParams struct {

	/*AppID
	  app ids.

	*/
	AppID []string
	/*DisplayColumns
	  select columns to display.

	*/
	DisplayColumns []string
	/*Limit
	  data limit per page, default is 20, max value is 200.

	*/
	Limit *int64
	/*Offset
	  data offset, default is 0.

	*/
	Offset *int64
	/*Operator
	  auditer of app version.

	*/
	Operator []string
	/*OperatorType
	  operator type eg.[global_admin|developer|business|technical|isv].

	*/
	OperatorType []string
	/*Reverse
	  value = 0 sort ASC, value = 1 sort DESC.

	*/
	Reverse *bool
	/*SearchWord
	  query key, support these fields(version_id, app_id, status, operator, role).

	*/
	SearchWord *string
	/*SortKey
	  sort key, order by sort_key, default create_time.

	*/
	SortKey *string
	/*Status
	  app version audit status eg.[draft|submitted|passed|rejected|active|in-review|deleted|suspended].

	*/
	Status []string
	/*VersionID
	  app version ids.

	*/
	VersionID []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeAppVersionAuditsParams contains all the parameters to send to the API endpoint for the describe app version audits operation typically these are written to a http.Request

func NewDescribeAppVersionAuditsParams added in v0.4.0

func NewDescribeAppVersionAuditsParams() *DescribeAppVersionAuditsParams

NewDescribeAppVersionAuditsParams creates a new DescribeAppVersionAuditsParams object with the default values initialized.

func NewDescribeAppVersionAuditsParamsWithContext added in v0.4.0

func NewDescribeAppVersionAuditsParamsWithContext(ctx context.Context) *DescribeAppVersionAuditsParams

NewDescribeAppVersionAuditsParamsWithContext creates a new DescribeAppVersionAuditsParams object with the default values initialized, and the ability to set a context for a request

func NewDescribeAppVersionAuditsParamsWithHTTPClient added in v0.4.0

func NewDescribeAppVersionAuditsParamsWithHTTPClient(client *http.Client) *DescribeAppVersionAuditsParams

NewDescribeAppVersionAuditsParamsWithHTTPClient creates a new DescribeAppVersionAuditsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDescribeAppVersionAuditsParamsWithTimeout added in v0.4.0

func NewDescribeAppVersionAuditsParamsWithTimeout(timeout time.Duration) *DescribeAppVersionAuditsParams

NewDescribeAppVersionAuditsParamsWithTimeout creates a new DescribeAppVersionAuditsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DescribeAppVersionAuditsParams) SetAppID added in v0.4.0

func (o *DescribeAppVersionAuditsParams) SetAppID(appID []string)

SetAppID adds the appId to the describe app version audits params

func (*DescribeAppVersionAuditsParams) SetContext added in v0.4.0

func (o *DescribeAppVersionAuditsParams) SetContext(ctx context.Context)

SetContext adds the context to the describe app version audits params

func (*DescribeAppVersionAuditsParams) SetDisplayColumns added in v0.4.0

func (o *DescribeAppVersionAuditsParams) SetDisplayColumns(displayColumns []string)

SetDisplayColumns adds the displayColumns to the describe app version audits params

func (*DescribeAppVersionAuditsParams) SetHTTPClient added in v0.4.0

func (o *DescribeAppVersionAuditsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe app version audits params

func (*DescribeAppVersionAuditsParams) SetLimit added in v0.4.0

func (o *DescribeAppVersionAuditsParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe app version audits params

func (*DescribeAppVersionAuditsParams) SetOffset added in v0.4.0

func (o *DescribeAppVersionAuditsParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe app version audits params

func (*DescribeAppVersionAuditsParams) SetOperator added in v0.4.0

func (o *DescribeAppVersionAuditsParams) SetOperator(operator []string)

SetOperator adds the operator to the describe app version audits params

func (*DescribeAppVersionAuditsParams) SetOperatorType added in v0.4.0

func (o *DescribeAppVersionAuditsParams) SetOperatorType(operatorType []string)

SetOperatorType adds the operatorType to the describe app version audits params

func (*DescribeAppVersionAuditsParams) SetReverse added in v0.4.0

func (o *DescribeAppVersionAuditsParams) SetReverse(reverse *bool)

SetReverse adds the reverse to the describe app version audits params

func (*DescribeAppVersionAuditsParams) SetSearchWord added in v0.4.0

func (o *DescribeAppVersionAuditsParams) SetSearchWord(searchWord *string)

SetSearchWord adds the searchWord to the describe app version audits params

func (*DescribeAppVersionAuditsParams) SetSortKey added in v0.4.0

func (o *DescribeAppVersionAuditsParams) SetSortKey(sortKey *string)

SetSortKey adds the sortKey to the describe app version audits params

func (*DescribeAppVersionAuditsParams) SetStatus added in v0.4.0

func (o *DescribeAppVersionAuditsParams) SetStatus(status []string)

SetStatus adds the status to the describe app version audits params

func (*DescribeAppVersionAuditsParams) SetTimeout added in v0.4.0

func (o *DescribeAppVersionAuditsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe app version audits params

func (*DescribeAppVersionAuditsParams) SetVersionID added in v0.4.0

func (o *DescribeAppVersionAuditsParams) SetVersionID(versionID []string)

SetVersionID adds the versionId to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WithAppID added in v0.4.0

WithAppID adds the appID to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WithContext added in v0.4.0

WithContext adds the context to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WithDisplayColumns added in v0.4.0

func (o *DescribeAppVersionAuditsParams) WithDisplayColumns(displayColumns []string) *DescribeAppVersionAuditsParams

WithDisplayColumns adds the displayColumns to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WithLimit added in v0.4.0

WithLimit adds the limit to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WithOffset added in v0.4.0

WithOffset adds the offset to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WithOperator added in v0.4.0

WithOperator adds the operator to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WithOperatorType added in v0.4.0

func (o *DescribeAppVersionAuditsParams) WithOperatorType(operatorType []string) *DescribeAppVersionAuditsParams

WithOperatorType adds the operatorType to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WithReverse added in v0.4.0

WithReverse adds the reverse to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WithSearchWord added in v0.4.0

WithSearchWord adds the searchWord to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WithSortKey added in v0.4.0

WithSortKey adds the sortKey to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WithStatus added in v0.4.0

WithStatus adds the status to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WithVersionID added in v0.4.0

WithVersionID adds the versionID to the describe app version audits params

func (*DescribeAppVersionAuditsParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DescribeAppVersionAuditsReader added in v0.4.0

type DescribeAppVersionAuditsReader struct {
	// contains filtered or unexported fields
}

DescribeAppVersionAuditsReader is a Reader for the DescribeAppVersionAudits structure.

func (*DescribeAppVersionAuditsReader) ReadResponse added in v0.4.0

func (o *DescribeAppVersionAuditsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeAppVersionReviewsOK added in v0.4.0

type DescribeAppVersionReviewsOK struct {
	Payload *models.OpenpitrixDescribeAppVersionReviewsResponse
}

DescribeAppVersionReviewsOK handles this case with default header values.

A successful response.

func NewDescribeAppVersionReviewsOK added in v0.4.0

func NewDescribeAppVersionReviewsOK() *DescribeAppVersionReviewsOK

NewDescribeAppVersionReviewsOK creates a DescribeAppVersionReviewsOK with default headers values

func (*DescribeAppVersionReviewsOK) Error added in v0.4.0

type DescribeAppVersionReviewsParams added in v0.4.0

type DescribeAppVersionReviewsParams struct {

	/*AppID
	  app ids.

	*/
	AppID []string
	/*DisplayColumns
	  select columns to display.

	*/
	DisplayColumns []string
	/*Limit
	  data limit per page, default is 20, max value is 200.

	*/
	Limit *int64
	/*Offset
	  data offset, default is 0.

	*/
	Offset *int64
	/*Reverse
	  value = 0 sort ASC, value = 1 sort DESC.

	*/
	Reverse *bool
	/*ReviewID
	  app version review ids.

	*/
	ReviewID []string
	/*Reviewer
	  reviewer of app version eg.[global_admin|developer|business|technical|isv].

	*/
	Reviewer []string
	/*SearchWord
	  query key, support these fields(review_id, version_id, app_id, status, reviewer).

	*/
	SearchWord *string
	/*SortKey
	  sort key, order by sort_key, default create_time.

	*/
	SortKey *string
	/*Status
	  app version status eg.[isv-in-review|isv-passed|isv-rejected|isv-draft|business-in-review|business-passed|business-rejected|develop-draft|develop-in-review|develop-passed|develop-rejected|develop-draft].

	*/
	Status []string
	/*VersionID
	  app version ids.

	*/
	VersionID []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeAppVersionReviewsParams contains all the parameters to send to the API endpoint for the describe app version reviews operation typically these are written to a http.Request

func NewDescribeAppVersionReviewsParams added in v0.4.0

func NewDescribeAppVersionReviewsParams() *DescribeAppVersionReviewsParams

NewDescribeAppVersionReviewsParams creates a new DescribeAppVersionReviewsParams object with the default values initialized.

func NewDescribeAppVersionReviewsParamsWithContext added in v0.4.0

func NewDescribeAppVersionReviewsParamsWithContext(ctx context.Context) *DescribeAppVersionReviewsParams

NewDescribeAppVersionReviewsParamsWithContext creates a new DescribeAppVersionReviewsParams object with the default values initialized, and the ability to set a context for a request

func NewDescribeAppVersionReviewsParamsWithHTTPClient added in v0.4.0

func NewDescribeAppVersionReviewsParamsWithHTTPClient(client *http.Client) *DescribeAppVersionReviewsParams

NewDescribeAppVersionReviewsParamsWithHTTPClient creates a new DescribeAppVersionReviewsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDescribeAppVersionReviewsParamsWithTimeout added in v0.4.0

func NewDescribeAppVersionReviewsParamsWithTimeout(timeout time.Duration) *DescribeAppVersionReviewsParams

NewDescribeAppVersionReviewsParamsWithTimeout creates a new DescribeAppVersionReviewsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DescribeAppVersionReviewsParams) SetAppID added in v0.4.0

func (o *DescribeAppVersionReviewsParams) SetAppID(appID []string)

SetAppID adds the appId to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) SetContext added in v0.4.0

func (o *DescribeAppVersionReviewsParams) SetContext(ctx context.Context)

SetContext adds the context to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) SetDisplayColumns added in v0.4.0

func (o *DescribeAppVersionReviewsParams) SetDisplayColumns(displayColumns []string)

SetDisplayColumns adds the displayColumns to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) SetHTTPClient added in v0.4.0

func (o *DescribeAppVersionReviewsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) SetLimit added in v0.4.0

func (o *DescribeAppVersionReviewsParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) SetOffset added in v0.4.0

func (o *DescribeAppVersionReviewsParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) SetReverse added in v0.4.0

func (o *DescribeAppVersionReviewsParams) SetReverse(reverse *bool)

SetReverse adds the reverse to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) SetReviewID added in v0.4.0

func (o *DescribeAppVersionReviewsParams) SetReviewID(reviewID []string)

SetReviewID adds the reviewId to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) SetReviewer added in v0.4.0

func (o *DescribeAppVersionReviewsParams) SetReviewer(reviewer []string)

SetReviewer adds the reviewer to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) SetSearchWord added in v0.4.0

func (o *DescribeAppVersionReviewsParams) SetSearchWord(searchWord *string)

SetSearchWord adds the searchWord to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) SetSortKey added in v0.4.0

func (o *DescribeAppVersionReviewsParams) SetSortKey(sortKey *string)

SetSortKey adds the sortKey to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) SetStatus added in v0.4.0

func (o *DescribeAppVersionReviewsParams) SetStatus(status []string)

SetStatus adds the status to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) SetTimeout added in v0.4.0

func (o *DescribeAppVersionReviewsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) SetVersionID added in v0.4.0

func (o *DescribeAppVersionReviewsParams) SetVersionID(versionID []string)

SetVersionID adds the versionId to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WithAppID added in v0.4.0

WithAppID adds the appID to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WithContext added in v0.4.0

WithContext adds the context to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WithDisplayColumns added in v0.4.0

func (o *DescribeAppVersionReviewsParams) WithDisplayColumns(displayColumns []string) *DescribeAppVersionReviewsParams

WithDisplayColumns adds the displayColumns to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WithLimit added in v0.4.0

WithLimit adds the limit to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WithOffset added in v0.4.0

WithOffset adds the offset to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WithReverse added in v0.4.0

WithReverse adds the reverse to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WithReviewID added in v0.4.0

WithReviewID adds the reviewID to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WithReviewer added in v0.4.0

WithReviewer adds the reviewer to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WithSearchWord added in v0.4.0

WithSearchWord adds the searchWord to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WithSortKey added in v0.4.0

WithSortKey adds the sortKey to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WithStatus added in v0.4.0

WithStatus adds the status to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WithVersionID added in v0.4.0

WithVersionID adds the versionID to the describe app version reviews params

func (*DescribeAppVersionReviewsParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type DescribeAppVersionReviewsReader added in v0.4.0

type DescribeAppVersionReviewsReader struct {
	// contains filtered or unexported fields
}

DescribeAppVersionReviewsReader is a Reader for the DescribeAppVersionReviews structure.

func (*DescribeAppVersionReviewsReader) ReadResponse added in v0.4.0

func (o *DescribeAppVersionReviewsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeAppVersionsOK

type DescribeAppVersionsOK struct {
	Payload *models.OpenpitrixDescribeAppVersionsResponse
}

DescribeAppVersionsOK handles this case with default header values.

A successful response.

func NewDescribeAppVersionsOK

func NewDescribeAppVersionsOK() *DescribeAppVersionsOK

NewDescribeAppVersionsOK creates a DescribeAppVersionsOK with default headers values

func (*DescribeAppVersionsOK) Error

func (o *DescribeAppVersionsOK) Error() string

type DescribeAppVersionsParams

type DescribeAppVersionsParams struct {

	/*AppID
	  app ids.

	*/
	AppID []string
	/*Description
	  description.

	*/
	Description []string
	/*DisplayColumns
	  select columns to display.

	*/
	DisplayColumns []string
	/*Limit
	  data limit per page, default value 20, max value 200.

	*/
	Limit *int64
	/*Name
	  app version name.

	*/
	Name []string
	/*Offset
	  data offset, default 0.

	*/
	Offset *int64
	/*Owner
	  owner.

	*/
	Owner []string
	/*PackageName
	  app version package name.

	*/
	PackageName []string
	/*Reverse
	  value = 0 sort ASC, value = 1 sort DESC.

	*/
	Reverse *bool
	/*SearchWord
	  query key, support these fields(version_id, app_id, name, owner, description, package_name, status, type).

	*/
	SearchWord *string
	/*SortKey
	  sort key, order by sort_key, default create_time.

	*/
	SortKey *string
	/*Status
	  app version status eg.[draft|submitted|passed|rejected|active|in-review|deleted|suspended].

	*/
	Status []string
	/*Type
	  app version type.

	*/
	Type []string
	/*VersionID
	  app version ids.

	*/
	VersionID []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeAppVersionsParams contains all the parameters to send to the API endpoint for the describe app versions operation typically these are written to a http.Request

func NewDescribeAppVersionsParams

func NewDescribeAppVersionsParams() *DescribeAppVersionsParams

NewDescribeAppVersionsParams creates a new DescribeAppVersionsParams object with the default values initialized.

func NewDescribeAppVersionsParamsWithContext

func NewDescribeAppVersionsParamsWithContext(ctx context.Context) *DescribeAppVersionsParams

NewDescribeAppVersionsParamsWithContext creates a new DescribeAppVersionsParams object with the default values initialized, and the ability to set a context for a request

func NewDescribeAppVersionsParamsWithHTTPClient

func NewDescribeAppVersionsParamsWithHTTPClient(client *http.Client) *DescribeAppVersionsParams

NewDescribeAppVersionsParamsWithHTTPClient creates a new DescribeAppVersionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDescribeAppVersionsParamsWithTimeout

func NewDescribeAppVersionsParamsWithTimeout(timeout time.Duration) *DescribeAppVersionsParams

NewDescribeAppVersionsParamsWithTimeout creates a new DescribeAppVersionsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DescribeAppVersionsParams) SetAppID

func (o *DescribeAppVersionsParams) SetAppID(appID []string)

SetAppID adds the appId to the describe app versions params

func (*DescribeAppVersionsParams) SetContext

func (o *DescribeAppVersionsParams) SetContext(ctx context.Context)

SetContext adds the context to the describe app versions params

func (*DescribeAppVersionsParams) SetDescription

func (o *DescribeAppVersionsParams) SetDescription(description []string)

SetDescription adds the description to the describe app versions params

func (*DescribeAppVersionsParams) SetDisplayColumns added in v0.4.0

func (o *DescribeAppVersionsParams) SetDisplayColumns(displayColumns []string)

SetDisplayColumns adds the displayColumns to the describe app versions params

func (*DescribeAppVersionsParams) SetHTTPClient

func (o *DescribeAppVersionsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe app versions params

func (*DescribeAppVersionsParams) SetLimit

func (o *DescribeAppVersionsParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe app versions params

func (*DescribeAppVersionsParams) SetName

func (o *DescribeAppVersionsParams) SetName(name []string)

SetName adds the name to the describe app versions params

func (*DescribeAppVersionsParams) SetOffset

func (o *DescribeAppVersionsParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe app versions params

func (*DescribeAppVersionsParams) SetOwner

func (o *DescribeAppVersionsParams) SetOwner(owner []string)

SetOwner adds the owner to the describe app versions params

func (*DescribeAppVersionsParams) SetPackageName

func (o *DescribeAppVersionsParams) SetPackageName(packageName []string)

SetPackageName adds the packageName to the describe app versions params

func (*DescribeAppVersionsParams) SetReverse

func (o *DescribeAppVersionsParams) SetReverse(reverse *bool)

SetReverse adds the reverse to the describe app versions params

func (*DescribeAppVersionsParams) SetSearchWord

func (o *DescribeAppVersionsParams) SetSearchWord(searchWord *string)

SetSearchWord adds the searchWord to the describe app versions params

func (*DescribeAppVersionsParams) SetSortKey

func (o *DescribeAppVersionsParams) SetSortKey(sortKey *string)

SetSortKey adds the sortKey to the describe app versions params

func (*DescribeAppVersionsParams) SetStatus

func (o *DescribeAppVersionsParams) SetStatus(status []string)

SetStatus adds the status to the describe app versions params

func (*DescribeAppVersionsParams) SetTimeout

func (o *DescribeAppVersionsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe app versions params

func (*DescribeAppVersionsParams) SetType added in v0.4.0

func (o *DescribeAppVersionsParams) SetType(typeVar []string)

SetType adds the type to the describe app versions params

func (*DescribeAppVersionsParams) SetVersionID

func (o *DescribeAppVersionsParams) SetVersionID(versionID []string)

SetVersionID adds the versionId to the describe app versions params

func (*DescribeAppVersionsParams) WithAppID

WithAppID adds the appID to the describe app versions params

func (*DescribeAppVersionsParams) WithContext

WithContext adds the context to the describe app versions params

func (*DescribeAppVersionsParams) WithDescription

func (o *DescribeAppVersionsParams) WithDescription(description []string) *DescribeAppVersionsParams

WithDescription adds the description to the describe app versions params

func (*DescribeAppVersionsParams) WithDisplayColumns added in v0.4.0

func (o *DescribeAppVersionsParams) WithDisplayColumns(displayColumns []string) *DescribeAppVersionsParams

WithDisplayColumns adds the displayColumns to the describe app versions params

func (*DescribeAppVersionsParams) WithHTTPClient

func (o *DescribeAppVersionsParams) WithHTTPClient(client *http.Client) *DescribeAppVersionsParams

WithHTTPClient adds the HTTPClient to the describe app versions params

func (*DescribeAppVersionsParams) WithLimit

WithLimit adds the limit to the describe app versions params

func (*DescribeAppVersionsParams) WithName

WithName adds the name to the describe app versions params

func (*DescribeAppVersionsParams) WithOffset

WithOffset adds the offset to the describe app versions params

func (*DescribeAppVersionsParams) WithOwner

WithOwner adds the owner to the describe app versions params

func (*DescribeAppVersionsParams) WithPackageName

func (o *DescribeAppVersionsParams) WithPackageName(packageName []string) *DescribeAppVersionsParams

WithPackageName adds the packageName to the describe app versions params

func (*DescribeAppVersionsParams) WithReverse

func (o *DescribeAppVersionsParams) WithReverse(reverse *bool) *DescribeAppVersionsParams

WithReverse adds the reverse to the describe app versions params

func (*DescribeAppVersionsParams) WithSearchWord

func (o *DescribeAppVersionsParams) WithSearchWord(searchWord *string) *DescribeAppVersionsParams

WithSearchWord adds the searchWord to the describe app versions params

func (*DescribeAppVersionsParams) WithSortKey

WithSortKey adds the sortKey to the describe app versions params

func (*DescribeAppVersionsParams) WithStatus

WithStatus adds the status to the describe app versions params

func (*DescribeAppVersionsParams) WithTimeout

WithTimeout adds the timeout to the describe app versions params

func (*DescribeAppVersionsParams) WithType added in v0.4.0

WithType adds the typeVar to the describe app versions params

func (*DescribeAppVersionsParams) WithVersionID

func (o *DescribeAppVersionsParams) WithVersionID(versionID []string) *DescribeAppVersionsParams

WithVersionID adds the versionID to the describe app versions params

func (*DescribeAppVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeAppVersionsReader

type DescribeAppVersionsReader struct {
	// contains filtered or unexported fields
}

DescribeAppVersionsReader is a Reader for the DescribeAppVersions structure.

func (*DescribeAppVersionsReader) ReadResponse

func (o *DescribeAppVersionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeAppsOK

type DescribeAppsOK struct {
	Payload *models.OpenpitrixDescribeAppsResponse
}

DescribeAppsOK handles this case with default header values.

A successful response.

func NewDescribeAppsOK

func NewDescribeAppsOK() *DescribeAppsOK

NewDescribeAppsOK creates a DescribeAppsOK with default headers values

func (*DescribeAppsOK) Error

func (o *DescribeAppsOK) Error() string

type DescribeAppsParams

type DescribeAppsParams struct {

	/*AppID
	  app ids.

	*/
	AppID []string
	/*CategoryID
	  app category ids.

	*/
	CategoryID []string
	/*ChartName
	  app chart name.

	*/
	ChartName []string
	/*DisplayColumns
	  select column to display.

	*/
	DisplayColumns []string
	/*Isv
	  isv.

	*/
	Isv []string
	/*Limit
	  data limit per page, default is 20, max value is 200.

	*/
	Limit *int64
	/*Name
	  app name.

	*/
	Name []string
	/*Offset
	  data offset, default is 0.

	*/
	Offset *int64
	/*Owner
	  app owner.

	*/
	Owner []string
	/*RepoID
	  app repository ids.

	*/
	RepoID []string
	/*Reverse
	  value = 0 sort ASC, value = 1 sort DESC.

	*/
	Reverse *bool
	/*SearchWord
	  query key, support these fields(app_id, name, repo_id, description, status, home, icon, screenshots, maintainers, sources, readme, owner, chart_name).

	*/
	SearchWord *string
	/*SortKey
	  sort key, order by sort_key, default create_time.

	*/
	SortKey *string
	/*Status
	  app status eg.[modify|submit|review|cancel|release|delete|pass|reject|suspend|recover].

	*/
	Status []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeAppsParams contains all the parameters to send to the API endpoint for the describe apps operation typically these are written to a http.Request

func NewDescribeAppsParams

func NewDescribeAppsParams() *DescribeAppsParams

NewDescribeAppsParams creates a new DescribeAppsParams object with the default values initialized.

func NewDescribeAppsParamsWithContext

func NewDescribeAppsParamsWithContext(ctx context.Context) *DescribeAppsParams

NewDescribeAppsParamsWithContext creates a new DescribeAppsParams object with the default values initialized, and the ability to set a context for a request

func NewDescribeAppsParamsWithHTTPClient

func NewDescribeAppsParamsWithHTTPClient(client *http.Client) *DescribeAppsParams

NewDescribeAppsParamsWithHTTPClient creates a new DescribeAppsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDescribeAppsParamsWithTimeout

func NewDescribeAppsParamsWithTimeout(timeout time.Duration) *DescribeAppsParams

NewDescribeAppsParamsWithTimeout creates a new DescribeAppsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DescribeAppsParams) SetAppID

func (o *DescribeAppsParams) SetAppID(appID []string)

SetAppID adds the appId to the describe apps params

func (*DescribeAppsParams) SetCategoryID

func (o *DescribeAppsParams) SetCategoryID(categoryID []string)

SetCategoryID adds the categoryId to the describe apps params

func (*DescribeAppsParams) SetChartName

func (o *DescribeAppsParams) SetChartName(chartName []string)

SetChartName adds the chartName to the describe apps params

func (*DescribeAppsParams) SetContext

func (o *DescribeAppsParams) SetContext(ctx context.Context)

SetContext adds the context to the describe apps params

func (*DescribeAppsParams) SetDisplayColumns added in v0.4.0

func (o *DescribeAppsParams) SetDisplayColumns(displayColumns []string)

SetDisplayColumns adds the displayColumns to the describe apps params

func (*DescribeAppsParams) SetHTTPClient

func (o *DescribeAppsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe apps params

func (*DescribeAppsParams) SetIsv added in v0.4.2

func (o *DescribeAppsParams) SetIsv(isv []string)

SetIsv adds the isv to the describe apps params

func (*DescribeAppsParams) SetLimit

func (o *DescribeAppsParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe apps params

func (*DescribeAppsParams) SetName

func (o *DescribeAppsParams) SetName(name []string)

SetName adds the name to the describe apps params

func (*DescribeAppsParams) SetOffset

func (o *DescribeAppsParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe apps params

func (*DescribeAppsParams) SetOwner

func (o *DescribeAppsParams) SetOwner(owner []string)

SetOwner adds the owner to the describe apps params

func (*DescribeAppsParams) SetRepoID

func (o *DescribeAppsParams) SetRepoID(repoID []string)

SetRepoID adds the repoId to the describe apps params

func (*DescribeAppsParams) SetReverse

func (o *DescribeAppsParams) SetReverse(reverse *bool)

SetReverse adds the reverse to the describe apps params

func (*DescribeAppsParams) SetSearchWord

func (o *DescribeAppsParams) SetSearchWord(searchWord *string)

SetSearchWord adds the searchWord to the describe apps params

func (*DescribeAppsParams) SetSortKey

func (o *DescribeAppsParams) SetSortKey(sortKey *string)

SetSortKey adds the sortKey to the describe apps params

func (*DescribeAppsParams) SetStatus

func (o *DescribeAppsParams) SetStatus(status []string)

SetStatus adds the status to the describe apps params

func (*DescribeAppsParams) SetTimeout

func (o *DescribeAppsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe apps params

func (*DescribeAppsParams) WithAppID

func (o *DescribeAppsParams) WithAppID(appID []string) *DescribeAppsParams

WithAppID adds the appID to the describe apps params

func (*DescribeAppsParams) WithCategoryID

func (o *DescribeAppsParams) WithCategoryID(categoryID []string) *DescribeAppsParams

WithCategoryID adds the categoryID to the describe apps params

func (*DescribeAppsParams) WithChartName

func (o *DescribeAppsParams) WithChartName(chartName []string) *DescribeAppsParams

WithChartName adds the chartName to the describe apps params

func (*DescribeAppsParams) WithContext

WithContext adds the context to the describe apps params

func (*DescribeAppsParams) WithDisplayColumns added in v0.4.0

func (o *DescribeAppsParams) WithDisplayColumns(displayColumns []string) *DescribeAppsParams

WithDisplayColumns adds the displayColumns to the describe apps params

func (*DescribeAppsParams) WithHTTPClient

func (o *DescribeAppsParams) WithHTTPClient(client *http.Client) *DescribeAppsParams

WithHTTPClient adds the HTTPClient to the describe apps params

func (*DescribeAppsParams) WithIsv added in v0.4.2

func (o *DescribeAppsParams) WithIsv(isv []string) *DescribeAppsParams

WithIsv adds the isv to the describe apps params

func (*DescribeAppsParams) WithLimit

func (o *DescribeAppsParams) WithLimit(limit *int64) *DescribeAppsParams

WithLimit adds the limit to the describe apps params

func (*DescribeAppsParams) WithName

func (o *DescribeAppsParams) WithName(name []string) *DescribeAppsParams

WithName adds the name to the describe apps params

func (*DescribeAppsParams) WithOffset

func (o *DescribeAppsParams) WithOffset(offset *int64) *DescribeAppsParams

WithOffset adds the offset to the describe apps params

func (*DescribeAppsParams) WithOwner

func (o *DescribeAppsParams) WithOwner(owner []string) *DescribeAppsParams

WithOwner adds the owner to the describe apps params

func (*DescribeAppsParams) WithRepoID

func (o *DescribeAppsParams) WithRepoID(repoID []string) *DescribeAppsParams

WithRepoID adds the repoID to the describe apps params

func (*DescribeAppsParams) WithReverse

func (o *DescribeAppsParams) WithReverse(reverse *bool) *DescribeAppsParams

WithReverse adds the reverse to the describe apps params

func (*DescribeAppsParams) WithSearchWord

func (o *DescribeAppsParams) WithSearchWord(searchWord *string) *DescribeAppsParams

WithSearchWord adds the searchWord to the describe apps params

func (*DescribeAppsParams) WithSortKey

func (o *DescribeAppsParams) WithSortKey(sortKey *string) *DescribeAppsParams

WithSortKey adds the sortKey to the describe apps params

func (*DescribeAppsParams) WithStatus

func (o *DescribeAppsParams) WithStatus(status []string) *DescribeAppsParams

WithStatus adds the status to the describe apps params

func (*DescribeAppsParams) WithTimeout

func (o *DescribeAppsParams) WithTimeout(timeout time.Duration) *DescribeAppsParams

WithTimeout adds the timeout to the describe apps params

func (*DescribeAppsParams) WriteToRequest

func (o *DescribeAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DescribeAppsReader

type DescribeAppsReader struct {
	// contains filtered or unexported fields
}

DescribeAppsReader is a Reader for the DescribeApps structure.

func (*DescribeAppsReader) ReadResponse

func (o *DescribeAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAppStatisticsOK added in v0.1.5

type GetAppStatisticsOK struct {
	Payload *models.OpenpitrixGetAppStatisticsResponse
}

GetAppStatisticsOK handles this case with default header values.

A successful response.

func NewGetAppStatisticsOK added in v0.1.5

func NewGetAppStatisticsOK() *GetAppStatisticsOK

NewGetAppStatisticsOK creates a GetAppStatisticsOK with default headers values

func (*GetAppStatisticsOK) Error added in v0.1.5

func (o *GetAppStatisticsOK) Error() string

type GetAppStatisticsParams added in v0.1.5

type GetAppStatisticsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAppStatisticsParams contains all the parameters to send to the API endpoint for the get app statistics operation typically these are written to a http.Request

func NewGetAppStatisticsParams added in v0.1.5

func NewGetAppStatisticsParams() *GetAppStatisticsParams

NewGetAppStatisticsParams creates a new GetAppStatisticsParams object with the default values initialized.

func NewGetAppStatisticsParamsWithContext added in v0.1.5

func NewGetAppStatisticsParamsWithContext(ctx context.Context) *GetAppStatisticsParams

NewGetAppStatisticsParamsWithContext creates a new GetAppStatisticsParams object with the default values initialized, and the ability to set a context for a request

func NewGetAppStatisticsParamsWithHTTPClient added in v0.1.5

func NewGetAppStatisticsParamsWithHTTPClient(client *http.Client) *GetAppStatisticsParams

NewGetAppStatisticsParamsWithHTTPClient creates a new GetAppStatisticsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAppStatisticsParamsWithTimeout added in v0.1.5

func NewGetAppStatisticsParamsWithTimeout(timeout time.Duration) *GetAppStatisticsParams

NewGetAppStatisticsParamsWithTimeout creates a new GetAppStatisticsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAppStatisticsParams) SetContext added in v0.1.5

func (o *GetAppStatisticsParams) SetContext(ctx context.Context)

SetContext adds the context to the get app statistics params

func (*GetAppStatisticsParams) SetHTTPClient added in v0.1.5

func (o *GetAppStatisticsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get app statistics params

func (*GetAppStatisticsParams) SetTimeout added in v0.1.5

func (o *GetAppStatisticsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get app statistics params

func (*GetAppStatisticsParams) WithContext added in v0.1.5

WithContext adds the context to the get app statistics params

func (*GetAppStatisticsParams) WithHTTPClient added in v0.1.5

func (o *GetAppStatisticsParams) WithHTTPClient(client *http.Client) *GetAppStatisticsParams

WithHTTPClient adds the HTTPClient to the get app statistics params

func (*GetAppStatisticsParams) WithTimeout added in v0.1.5

WithTimeout adds the timeout to the get app statistics params

func (*GetAppStatisticsParams) WriteToRequest added in v0.1.5

WriteToRequest writes these params to a swagger request

type GetAppStatisticsReader added in v0.1.5

type GetAppStatisticsReader struct {
	// contains filtered or unexported fields
}

GetAppStatisticsReader is a Reader for the GetAppStatistics structure.

func (*GetAppStatisticsReader) ReadResponse added in v0.1.5

func (o *GetAppStatisticsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAppVersionPackageFilesOK

type GetAppVersionPackageFilesOK struct {
	Payload *models.OpenpitrixGetAppVersionPackageFilesResponse
}

GetAppVersionPackageFilesOK handles this case with default header values.

A successful response.

func NewGetAppVersionPackageFilesOK

func NewGetAppVersionPackageFilesOK() *GetAppVersionPackageFilesOK

NewGetAppVersionPackageFilesOK creates a GetAppVersionPackageFilesOK with default headers values

func (*GetAppVersionPackageFilesOK) Error

type GetAppVersionPackageFilesParams

type GetAppVersionPackageFilesParams struct {

	/*Files
	  files.

	*/
	Files []string
	/*VersionID
	  use version id to get file of package.

	*/
	VersionID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAppVersionPackageFilesParams contains all the parameters to send to the API endpoint for the get app version package files operation typically these are written to a http.Request

func NewGetAppVersionPackageFilesParams

func NewGetAppVersionPackageFilesParams() *GetAppVersionPackageFilesParams

NewGetAppVersionPackageFilesParams creates a new GetAppVersionPackageFilesParams object with the default values initialized.

func NewGetAppVersionPackageFilesParamsWithContext

func NewGetAppVersionPackageFilesParamsWithContext(ctx context.Context) *GetAppVersionPackageFilesParams

NewGetAppVersionPackageFilesParamsWithContext creates a new GetAppVersionPackageFilesParams object with the default values initialized, and the ability to set a context for a request

func NewGetAppVersionPackageFilesParamsWithHTTPClient

func NewGetAppVersionPackageFilesParamsWithHTTPClient(client *http.Client) *GetAppVersionPackageFilesParams

NewGetAppVersionPackageFilesParamsWithHTTPClient creates a new GetAppVersionPackageFilesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAppVersionPackageFilesParamsWithTimeout

func NewGetAppVersionPackageFilesParamsWithTimeout(timeout time.Duration) *GetAppVersionPackageFilesParams

NewGetAppVersionPackageFilesParamsWithTimeout creates a new GetAppVersionPackageFilesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAppVersionPackageFilesParams) SetContext

func (o *GetAppVersionPackageFilesParams) SetContext(ctx context.Context)

SetContext adds the context to the get app version package files params

func (*GetAppVersionPackageFilesParams) SetFiles

func (o *GetAppVersionPackageFilesParams) SetFiles(files []string)

SetFiles adds the files to the get app version package files params

func (*GetAppVersionPackageFilesParams) SetHTTPClient

func (o *GetAppVersionPackageFilesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get app version package files params

func (*GetAppVersionPackageFilesParams) SetTimeout

func (o *GetAppVersionPackageFilesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get app version package files params

func (*GetAppVersionPackageFilesParams) SetVersionID

func (o *GetAppVersionPackageFilesParams) SetVersionID(versionID *string)

SetVersionID adds the versionId to the get app version package files params

func (*GetAppVersionPackageFilesParams) WithContext

WithContext adds the context to the get app version package files params

func (*GetAppVersionPackageFilesParams) WithFiles

WithFiles adds the files to the get app version package files params

func (*GetAppVersionPackageFilesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get app version package files params

func (*GetAppVersionPackageFilesParams) WithTimeout

WithTimeout adds the timeout to the get app version package files params

func (*GetAppVersionPackageFilesParams) WithVersionID

WithVersionID adds the versionID to the get app version package files params

func (*GetAppVersionPackageFilesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAppVersionPackageFilesReader

type GetAppVersionPackageFilesReader struct {
	// contains filtered or unexported fields
}

GetAppVersionPackageFilesReader is a Reader for the GetAppVersionPackageFiles structure.

func (*GetAppVersionPackageFilesReader) ReadResponse

func (o *GetAppVersionPackageFilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAppVersionPackageOK

type GetAppVersionPackageOK struct {
	Payload *models.OpenpitrixGetAppVersionPackageResponse
}

GetAppVersionPackageOK handles this case with default header values.

A successful response.

func NewGetAppVersionPackageOK

func NewGetAppVersionPackageOK() *GetAppVersionPackageOK

NewGetAppVersionPackageOK creates a GetAppVersionPackageOK with default headers values

func (*GetAppVersionPackageOK) Error

func (o *GetAppVersionPackageOK) Error() string

type GetAppVersionPackageParams

type GetAppVersionPackageParams struct {

	/*VersionID
	  required, use version id to get package.

	*/
	VersionID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAppVersionPackageParams contains all the parameters to send to the API endpoint for the get app version package operation typically these are written to a http.Request

func NewGetAppVersionPackageParams

func NewGetAppVersionPackageParams() *GetAppVersionPackageParams

NewGetAppVersionPackageParams creates a new GetAppVersionPackageParams object with the default values initialized.

func NewGetAppVersionPackageParamsWithContext

func NewGetAppVersionPackageParamsWithContext(ctx context.Context) *GetAppVersionPackageParams

NewGetAppVersionPackageParamsWithContext creates a new GetAppVersionPackageParams object with the default values initialized, and the ability to set a context for a request

func NewGetAppVersionPackageParamsWithHTTPClient

func NewGetAppVersionPackageParamsWithHTTPClient(client *http.Client) *GetAppVersionPackageParams

NewGetAppVersionPackageParamsWithHTTPClient creates a new GetAppVersionPackageParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAppVersionPackageParamsWithTimeout

func NewGetAppVersionPackageParamsWithTimeout(timeout time.Duration) *GetAppVersionPackageParams

NewGetAppVersionPackageParamsWithTimeout creates a new GetAppVersionPackageParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAppVersionPackageParams) SetContext

func (o *GetAppVersionPackageParams) SetContext(ctx context.Context)

SetContext adds the context to the get app version package params

func (*GetAppVersionPackageParams) SetHTTPClient

func (o *GetAppVersionPackageParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get app version package params

func (*GetAppVersionPackageParams) SetTimeout

func (o *GetAppVersionPackageParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get app version package params

func (*GetAppVersionPackageParams) SetVersionID

func (o *GetAppVersionPackageParams) SetVersionID(versionID *string)

SetVersionID adds the versionId to the get app version package params

func (*GetAppVersionPackageParams) WithContext

WithContext adds the context to the get app version package params

func (*GetAppVersionPackageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get app version package params

func (*GetAppVersionPackageParams) WithTimeout

WithTimeout adds the timeout to the get app version package params

func (*GetAppVersionPackageParams) WithVersionID

func (o *GetAppVersionPackageParams) WithVersionID(versionID *string) *GetAppVersionPackageParams

WithVersionID adds the versionID to the get app version package params

func (*GetAppVersionPackageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAppVersionPackageReader

type GetAppVersionPackageReader struct {
	// contains filtered or unexported fields
}

GetAppVersionPackageReader is a Reader for the GetAppVersionPackage structure.

func (*GetAppVersionPackageReader) ReadResponse

func (o *GetAppVersionPackageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IsvPassAppVersionOK added in v0.4.0

type IsvPassAppVersionOK struct {
	Payload *models.OpenpitrixPassAppVersionResponse
}

IsvPassAppVersionOK handles this case with default header values.

A successful response.

func NewIsvPassAppVersionOK added in v0.4.0

func NewIsvPassAppVersionOK() *IsvPassAppVersionOK

NewIsvPassAppVersionOK creates a IsvPassAppVersionOK with default headers values

func (*IsvPassAppVersionOK) Error added in v0.4.0

func (o *IsvPassAppVersionOK) Error() string

type IsvPassAppVersionParams added in v0.4.0

type IsvPassAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixPassAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IsvPassAppVersionParams contains all the parameters to send to the API endpoint for the isv pass app version operation typically these are written to a http.Request

func NewIsvPassAppVersionParams added in v0.4.0

func NewIsvPassAppVersionParams() *IsvPassAppVersionParams

NewIsvPassAppVersionParams creates a new IsvPassAppVersionParams object with the default values initialized.

func NewIsvPassAppVersionParamsWithContext added in v0.4.0

func NewIsvPassAppVersionParamsWithContext(ctx context.Context) *IsvPassAppVersionParams

NewIsvPassAppVersionParamsWithContext creates a new IsvPassAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewIsvPassAppVersionParamsWithHTTPClient added in v0.4.0

func NewIsvPassAppVersionParamsWithHTTPClient(client *http.Client) *IsvPassAppVersionParams

NewIsvPassAppVersionParamsWithHTTPClient creates a new IsvPassAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewIsvPassAppVersionParamsWithTimeout added in v0.4.0

func NewIsvPassAppVersionParamsWithTimeout(timeout time.Duration) *IsvPassAppVersionParams

NewIsvPassAppVersionParamsWithTimeout creates a new IsvPassAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*IsvPassAppVersionParams) SetBody added in v0.4.0

SetBody adds the body to the isv pass app version params

func (*IsvPassAppVersionParams) SetContext added in v0.4.0

func (o *IsvPassAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the isv pass app version params

func (*IsvPassAppVersionParams) SetHTTPClient added in v0.4.0

func (o *IsvPassAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the isv pass app version params

func (*IsvPassAppVersionParams) SetTimeout added in v0.4.0

func (o *IsvPassAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the isv pass app version params

func (*IsvPassAppVersionParams) WithBody added in v0.4.0

WithBody adds the body to the isv pass app version params

func (*IsvPassAppVersionParams) WithContext added in v0.4.0

WithContext adds the context to the isv pass app version params

func (*IsvPassAppVersionParams) WithHTTPClient added in v0.4.0

func (o *IsvPassAppVersionParams) WithHTTPClient(client *http.Client) *IsvPassAppVersionParams

WithHTTPClient adds the HTTPClient to the isv pass app version params

func (*IsvPassAppVersionParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the isv pass app version params

func (*IsvPassAppVersionParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type IsvPassAppVersionReader added in v0.4.0

type IsvPassAppVersionReader struct {
	// contains filtered or unexported fields
}

IsvPassAppVersionReader is a Reader for the IsvPassAppVersion structure.

func (*IsvPassAppVersionReader) ReadResponse added in v0.4.0

func (o *IsvPassAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IsvRejectAppVersionOK added in v0.4.0

type IsvRejectAppVersionOK struct {
	Payload *models.OpenpitrixRejectAppVersionResponse
}

IsvRejectAppVersionOK handles this case with default header values.

A successful response.

func NewIsvRejectAppVersionOK added in v0.4.0

func NewIsvRejectAppVersionOK() *IsvRejectAppVersionOK

NewIsvRejectAppVersionOK creates a IsvRejectAppVersionOK with default headers values

func (*IsvRejectAppVersionOK) Error added in v0.4.0

func (o *IsvRejectAppVersionOK) Error() string

type IsvRejectAppVersionParams added in v0.4.0

type IsvRejectAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixRejectAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IsvRejectAppVersionParams contains all the parameters to send to the API endpoint for the isv reject app version operation typically these are written to a http.Request

func NewIsvRejectAppVersionParams added in v0.4.0

func NewIsvRejectAppVersionParams() *IsvRejectAppVersionParams

NewIsvRejectAppVersionParams creates a new IsvRejectAppVersionParams object with the default values initialized.

func NewIsvRejectAppVersionParamsWithContext added in v0.4.0

func NewIsvRejectAppVersionParamsWithContext(ctx context.Context) *IsvRejectAppVersionParams

NewIsvRejectAppVersionParamsWithContext creates a new IsvRejectAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewIsvRejectAppVersionParamsWithHTTPClient added in v0.4.0

func NewIsvRejectAppVersionParamsWithHTTPClient(client *http.Client) *IsvRejectAppVersionParams

NewIsvRejectAppVersionParamsWithHTTPClient creates a new IsvRejectAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewIsvRejectAppVersionParamsWithTimeout added in v0.4.0

func NewIsvRejectAppVersionParamsWithTimeout(timeout time.Duration) *IsvRejectAppVersionParams

NewIsvRejectAppVersionParamsWithTimeout creates a new IsvRejectAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*IsvRejectAppVersionParams) SetBody added in v0.4.0

SetBody adds the body to the isv reject app version params

func (*IsvRejectAppVersionParams) SetContext added in v0.4.0

func (o *IsvRejectAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the isv reject app version params

func (*IsvRejectAppVersionParams) SetHTTPClient added in v0.4.0

func (o *IsvRejectAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the isv reject app version params

func (*IsvRejectAppVersionParams) SetTimeout added in v0.4.0

func (o *IsvRejectAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the isv reject app version params

func (*IsvRejectAppVersionParams) WithBody added in v0.4.0

WithBody adds the body to the isv reject app version params

func (*IsvRejectAppVersionParams) WithContext added in v0.4.0

WithContext adds the context to the isv reject app version params

func (*IsvRejectAppVersionParams) WithHTTPClient added in v0.4.0

func (o *IsvRejectAppVersionParams) WithHTTPClient(client *http.Client) *IsvRejectAppVersionParams

WithHTTPClient adds the HTTPClient to the isv reject app version params

func (*IsvRejectAppVersionParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the isv reject app version params

func (*IsvRejectAppVersionParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type IsvRejectAppVersionReader added in v0.4.0

type IsvRejectAppVersionReader struct {
	// contains filtered or unexported fields
}

IsvRejectAppVersionReader is a Reader for the IsvRejectAppVersion structure.

func (*IsvRejectAppVersionReader) ReadResponse added in v0.4.0

func (o *IsvRejectAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type IsvReviewAppVersionOK added in v0.4.0

type IsvReviewAppVersionOK struct {
	Payload *models.OpenpitrixReviewAppVersionResponse
}

IsvReviewAppVersionOK handles this case with default header values.

A successful response.

func NewIsvReviewAppVersionOK added in v0.4.0

func NewIsvReviewAppVersionOK() *IsvReviewAppVersionOK

NewIsvReviewAppVersionOK creates a IsvReviewAppVersionOK with default headers values

func (*IsvReviewAppVersionOK) Error added in v0.4.0

func (o *IsvReviewAppVersionOK) Error() string

type IsvReviewAppVersionParams added in v0.4.0

type IsvReviewAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixReviewAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

IsvReviewAppVersionParams contains all the parameters to send to the API endpoint for the isv review app version operation typically these are written to a http.Request

func NewIsvReviewAppVersionParams added in v0.4.0

func NewIsvReviewAppVersionParams() *IsvReviewAppVersionParams

NewIsvReviewAppVersionParams creates a new IsvReviewAppVersionParams object with the default values initialized.

func NewIsvReviewAppVersionParamsWithContext added in v0.4.0

func NewIsvReviewAppVersionParamsWithContext(ctx context.Context) *IsvReviewAppVersionParams

NewIsvReviewAppVersionParamsWithContext creates a new IsvReviewAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewIsvReviewAppVersionParamsWithHTTPClient added in v0.4.0

func NewIsvReviewAppVersionParamsWithHTTPClient(client *http.Client) *IsvReviewAppVersionParams

NewIsvReviewAppVersionParamsWithHTTPClient creates a new IsvReviewAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewIsvReviewAppVersionParamsWithTimeout added in v0.4.0

func NewIsvReviewAppVersionParamsWithTimeout(timeout time.Duration) *IsvReviewAppVersionParams

NewIsvReviewAppVersionParamsWithTimeout creates a new IsvReviewAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*IsvReviewAppVersionParams) SetBody added in v0.4.0

SetBody adds the body to the isv review app version params

func (*IsvReviewAppVersionParams) SetContext added in v0.4.0

func (o *IsvReviewAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the isv review app version params

func (*IsvReviewAppVersionParams) SetHTTPClient added in v0.4.0

func (o *IsvReviewAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the isv review app version params

func (*IsvReviewAppVersionParams) SetTimeout added in v0.4.0

func (o *IsvReviewAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the isv review app version params

func (*IsvReviewAppVersionParams) WithBody added in v0.4.0

WithBody adds the body to the isv review app version params

func (*IsvReviewAppVersionParams) WithContext added in v0.4.0

WithContext adds the context to the isv review app version params

func (*IsvReviewAppVersionParams) WithHTTPClient added in v0.4.0

func (o *IsvReviewAppVersionParams) WithHTTPClient(client *http.Client) *IsvReviewAppVersionParams

WithHTTPClient adds the HTTPClient to the isv review app version params

func (*IsvReviewAppVersionParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the isv review app version params

func (*IsvReviewAppVersionParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type IsvReviewAppVersionReader added in v0.4.0

type IsvReviewAppVersionReader struct {
	// contains filtered or unexported fields
}

IsvReviewAppVersionReader is a Reader for the IsvReviewAppVersion structure.

func (*IsvReviewAppVersionReader) ReadResponse added in v0.4.0

func (o *IsvReviewAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ModifyAppOK

type ModifyAppOK struct {
	Payload *models.OpenpitrixModifyAppResponse
}

ModifyAppOK handles this case with default header values.

A successful response.

func NewModifyAppOK

func NewModifyAppOK() *ModifyAppOK

NewModifyAppOK creates a ModifyAppOK with default headers values

func (*ModifyAppOK) Error

func (o *ModifyAppOK) Error() string

type ModifyAppParams

type ModifyAppParams struct {

	/*Body*/
	Body *models.OpenpitrixModifyAppRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ModifyAppParams contains all the parameters to send to the API endpoint for the modify app operation typically these are written to a http.Request

func NewModifyAppParams

func NewModifyAppParams() *ModifyAppParams

NewModifyAppParams creates a new ModifyAppParams object with the default values initialized.

func NewModifyAppParamsWithContext

func NewModifyAppParamsWithContext(ctx context.Context) *ModifyAppParams

NewModifyAppParamsWithContext creates a new ModifyAppParams object with the default values initialized, and the ability to set a context for a request

func NewModifyAppParamsWithHTTPClient

func NewModifyAppParamsWithHTTPClient(client *http.Client) *ModifyAppParams

NewModifyAppParamsWithHTTPClient creates a new ModifyAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewModifyAppParamsWithTimeout

func NewModifyAppParamsWithTimeout(timeout time.Duration) *ModifyAppParams

NewModifyAppParamsWithTimeout creates a new ModifyAppParams object with the default values initialized, and the ability to set a timeout on a request

func (*ModifyAppParams) SetBody

SetBody adds the body to the modify app params

func (*ModifyAppParams) SetContext

func (o *ModifyAppParams) SetContext(ctx context.Context)

SetContext adds the context to the modify app params

func (*ModifyAppParams) SetHTTPClient

func (o *ModifyAppParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the modify app params

func (*ModifyAppParams) SetTimeout

func (o *ModifyAppParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the modify app params

func (*ModifyAppParams) WithBody

WithBody adds the body to the modify app params

func (*ModifyAppParams) WithContext

func (o *ModifyAppParams) WithContext(ctx context.Context) *ModifyAppParams

WithContext adds the context to the modify app params

func (*ModifyAppParams) WithHTTPClient

func (o *ModifyAppParams) WithHTTPClient(client *http.Client) *ModifyAppParams

WithHTTPClient adds the HTTPClient to the modify app params

func (*ModifyAppParams) WithTimeout

func (o *ModifyAppParams) WithTimeout(timeout time.Duration) *ModifyAppParams

WithTimeout adds the timeout to the modify app params

func (*ModifyAppParams) WriteToRequest

func (o *ModifyAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ModifyAppReader

type ModifyAppReader struct {
	// contains filtered or unexported fields
}

ModifyAppReader is a Reader for the ModifyApp structure.

func (*ModifyAppReader) ReadResponse

func (o *ModifyAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ModifyAppVersionOK

type ModifyAppVersionOK struct {
	Payload *models.OpenpitrixModifyAppVersionResponse
}

ModifyAppVersionOK handles this case with default header values.

A successful response.

func NewModifyAppVersionOK

func NewModifyAppVersionOK() *ModifyAppVersionOK

NewModifyAppVersionOK creates a ModifyAppVersionOK with default headers values

func (*ModifyAppVersionOK) Error

func (o *ModifyAppVersionOK) Error() string

type ModifyAppVersionParams

type ModifyAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixModifyAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ModifyAppVersionParams contains all the parameters to send to the API endpoint for the modify app version operation typically these are written to a http.Request

func NewModifyAppVersionParams

func NewModifyAppVersionParams() *ModifyAppVersionParams

NewModifyAppVersionParams creates a new ModifyAppVersionParams object with the default values initialized.

func NewModifyAppVersionParamsWithContext

func NewModifyAppVersionParamsWithContext(ctx context.Context) *ModifyAppVersionParams

NewModifyAppVersionParamsWithContext creates a new ModifyAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewModifyAppVersionParamsWithHTTPClient

func NewModifyAppVersionParamsWithHTTPClient(client *http.Client) *ModifyAppVersionParams

NewModifyAppVersionParamsWithHTTPClient creates a new ModifyAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewModifyAppVersionParamsWithTimeout

func NewModifyAppVersionParamsWithTimeout(timeout time.Duration) *ModifyAppVersionParams

NewModifyAppVersionParamsWithTimeout creates a new ModifyAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*ModifyAppVersionParams) SetBody

SetBody adds the body to the modify app version params

func (*ModifyAppVersionParams) SetContext

func (o *ModifyAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the modify app version params

func (*ModifyAppVersionParams) SetHTTPClient

func (o *ModifyAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the modify app version params

func (*ModifyAppVersionParams) SetTimeout

func (o *ModifyAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the modify app version params

func (*ModifyAppVersionParams) WithBody

WithBody adds the body to the modify app version params

func (*ModifyAppVersionParams) WithContext

WithContext adds the context to the modify app version params

func (*ModifyAppVersionParams) WithHTTPClient

func (o *ModifyAppVersionParams) WithHTTPClient(client *http.Client) *ModifyAppVersionParams

WithHTTPClient adds the HTTPClient to the modify app version params

func (*ModifyAppVersionParams) WithTimeout

WithTimeout adds the timeout to the modify app version params

func (*ModifyAppVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ModifyAppVersionReader

type ModifyAppVersionReader struct {
	// contains filtered or unexported fields
}

ModifyAppVersionReader is a Reader for the ModifyAppVersion structure.

func (*ModifyAppVersionReader) ReadResponse

func (o *ModifyAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RecoverAppVersionOK added in v0.2.1

type RecoverAppVersionOK struct {
	Payload *models.OpenpitrixRecoverAppVersionResponse
}

RecoverAppVersionOK handles this case with default header values.

A successful response.

func NewRecoverAppVersionOK added in v0.2.1

func NewRecoverAppVersionOK() *RecoverAppVersionOK

NewRecoverAppVersionOK creates a RecoverAppVersionOK with default headers values

func (*RecoverAppVersionOK) Error added in v0.2.1

func (o *RecoverAppVersionOK) Error() string

type RecoverAppVersionParams added in v0.2.1

type RecoverAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixRecoverAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RecoverAppVersionParams contains all the parameters to send to the API endpoint for the recover app version operation typically these are written to a http.Request

func NewRecoverAppVersionParams added in v0.2.1

func NewRecoverAppVersionParams() *RecoverAppVersionParams

NewRecoverAppVersionParams creates a new RecoverAppVersionParams object with the default values initialized.

func NewRecoverAppVersionParamsWithContext added in v0.2.1

func NewRecoverAppVersionParamsWithContext(ctx context.Context) *RecoverAppVersionParams

NewRecoverAppVersionParamsWithContext creates a new RecoverAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewRecoverAppVersionParamsWithHTTPClient added in v0.2.1

func NewRecoverAppVersionParamsWithHTTPClient(client *http.Client) *RecoverAppVersionParams

NewRecoverAppVersionParamsWithHTTPClient creates a new RecoverAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRecoverAppVersionParamsWithTimeout added in v0.2.1

func NewRecoverAppVersionParamsWithTimeout(timeout time.Duration) *RecoverAppVersionParams

NewRecoverAppVersionParamsWithTimeout creates a new RecoverAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*RecoverAppVersionParams) SetBody added in v0.2.1

SetBody adds the body to the recover app version params

func (*RecoverAppVersionParams) SetContext added in v0.2.1

func (o *RecoverAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the recover app version params

func (*RecoverAppVersionParams) SetHTTPClient added in v0.2.1

func (o *RecoverAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the recover app version params

func (*RecoverAppVersionParams) SetTimeout added in v0.2.1

func (o *RecoverAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the recover app version params

func (*RecoverAppVersionParams) WithBody added in v0.2.1

WithBody adds the body to the recover app version params

func (*RecoverAppVersionParams) WithContext added in v0.2.1

WithContext adds the context to the recover app version params

func (*RecoverAppVersionParams) WithHTTPClient added in v0.2.1

func (o *RecoverAppVersionParams) WithHTTPClient(client *http.Client) *RecoverAppVersionParams

WithHTTPClient adds the HTTPClient to the recover app version params

func (*RecoverAppVersionParams) WithTimeout added in v0.2.1

WithTimeout adds the timeout to the recover app version params

func (*RecoverAppVersionParams) WriteToRequest added in v0.2.1

WriteToRequest writes these params to a swagger request

type RecoverAppVersionReader added in v0.2.1

type RecoverAppVersionReader struct {
	// contains filtered or unexported fields
}

RecoverAppVersionReader is a Reader for the RecoverAppVersion structure.

func (*RecoverAppVersionReader) ReadResponse added in v0.2.1

func (o *RecoverAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ReleaseAppVersionOK added in v0.2.1

type ReleaseAppVersionOK struct {
	Payload *models.OpenpitrixReleaseAppVersionResponse
}

ReleaseAppVersionOK handles this case with default header values.

A successful response.

func NewReleaseAppVersionOK added in v0.2.1

func NewReleaseAppVersionOK() *ReleaseAppVersionOK

NewReleaseAppVersionOK creates a ReleaseAppVersionOK with default headers values

func (*ReleaseAppVersionOK) Error added in v0.2.1

func (o *ReleaseAppVersionOK) Error() string

type ReleaseAppVersionParams added in v0.2.1

type ReleaseAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixReleaseAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ReleaseAppVersionParams contains all the parameters to send to the API endpoint for the release app version operation typically these are written to a http.Request

func NewReleaseAppVersionParams added in v0.2.1

func NewReleaseAppVersionParams() *ReleaseAppVersionParams

NewReleaseAppVersionParams creates a new ReleaseAppVersionParams object with the default values initialized.

func NewReleaseAppVersionParamsWithContext added in v0.2.1

func NewReleaseAppVersionParamsWithContext(ctx context.Context) *ReleaseAppVersionParams

NewReleaseAppVersionParamsWithContext creates a new ReleaseAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewReleaseAppVersionParamsWithHTTPClient added in v0.2.1

func NewReleaseAppVersionParamsWithHTTPClient(client *http.Client) *ReleaseAppVersionParams

NewReleaseAppVersionParamsWithHTTPClient creates a new ReleaseAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewReleaseAppVersionParamsWithTimeout added in v0.2.1

func NewReleaseAppVersionParamsWithTimeout(timeout time.Duration) *ReleaseAppVersionParams

NewReleaseAppVersionParamsWithTimeout creates a new ReleaseAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*ReleaseAppVersionParams) SetBody added in v0.2.1

SetBody adds the body to the release app version params

func (*ReleaseAppVersionParams) SetContext added in v0.2.1

func (o *ReleaseAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the release app version params

func (*ReleaseAppVersionParams) SetHTTPClient added in v0.2.1

func (o *ReleaseAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the release app version params

func (*ReleaseAppVersionParams) SetTimeout added in v0.2.1

func (o *ReleaseAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the release app version params

func (*ReleaseAppVersionParams) WithBody added in v0.2.1

WithBody adds the body to the release app version params

func (*ReleaseAppVersionParams) WithContext added in v0.2.1

WithContext adds the context to the release app version params

func (*ReleaseAppVersionParams) WithHTTPClient added in v0.2.1

func (o *ReleaseAppVersionParams) WithHTTPClient(client *http.Client) *ReleaseAppVersionParams

WithHTTPClient adds the HTTPClient to the release app version params

func (*ReleaseAppVersionParams) WithTimeout added in v0.2.1

WithTimeout adds the timeout to the release app version params

func (*ReleaseAppVersionParams) WriteToRequest added in v0.2.1

WriteToRequest writes these params to a swagger request

type ReleaseAppVersionReader added in v0.2.1

type ReleaseAppVersionReader struct {
	// contains filtered or unexported fields
}

ReleaseAppVersionReader is a Reader for the ReleaseAppVersion structure.

func (*ReleaseAppVersionReader) ReadResponse added in v0.2.1

func (o *ReleaseAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SubmitAppVersionOK added in v0.2.1

type SubmitAppVersionOK struct {
	Payload *models.OpenpitrixSubmitAppVersionResponse
}

SubmitAppVersionOK handles this case with default header values.

A successful response.

func NewSubmitAppVersionOK added in v0.2.1

func NewSubmitAppVersionOK() *SubmitAppVersionOK

NewSubmitAppVersionOK creates a SubmitAppVersionOK with default headers values

func (*SubmitAppVersionOK) Error added in v0.2.1

func (o *SubmitAppVersionOK) Error() string

type SubmitAppVersionParams added in v0.2.1

type SubmitAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixSubmitAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SubmitAppVersionParams contains all the parameters to send to the API endpoint for the submit app version operation typically these are written to a http.Request

func NewSubmitAppVersionParams added in v0.2.1

func NewSubmitAppVersionParams() *SubmitAppVersionParams

NewSubmitAppVersionParams creates a new SubmitAppVersionParams object with the default values initialized.

func NewSubmitAppVersionParamsWithContext added in v0.2.1

func NewSubmitAppVersionParamsWithContext(ctx context.Context) *SubmitAppVersionParams

NewSubmitAppVersionParamsWithContext creates a new SubmitAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewSubmitAppVersionParamsWithHTTPClient added in v0.2.1

func NewSubmitAppVersionParamsWithHTTPClient(client *http.Client) *SubmitAppVersionParams

NewSubmitAppVersionParamsWithHTTPClient creates a new SubmitAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSubmitAppVersionParamsWithTimeout added in v0.2.1

func NewSubmitAppVersionParamsWithTimeout(timeout time.Duration) *SubmitAppVersionParams

NewSubmitAppVersionParamsWithTimeout creates a new SubmitAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*SubmitAppVersionParams) SetBody added in v0.2.1

SetBody adds the body to the submit app version params

func (*SubmitAppVersionParams) SetContext added in v0.2.1

func (o *SubmitAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the submit app version params

func (*SubmitAppVersionParams) SetHTTPClient added in v0.2.1

func (o *SubmitAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the submit app version params

func (*SubmitAppVersionParams) SetTimeout added in v0.2.1

func (o *SubmitAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the submit app version params

func (*SubmitAppVersionParams) WithBody added in v0.2.1

WithBody adds the body to the submit app version params

func (*SubmitAppVersionParams) WithContext added in v0.2.1

WithContext adds the context to the submit app version params

func (*SubmitAppVersionParams) WithHTTPClient added in v0.2.1

func (o *SubmitAppVersionParams) WithHTTPClient(client *http.Client) *SubmitAppVersionParams

WithHTTPClient adds the HTTPClient to the submit app version params

func (*SubmitAppVersionParams) WithTimeout added in v0.2.1

WithTimeout adds the timeout to the submit app version params

func (*SubmitAppVersionParams) WriteToRequest added in v0.2.1

WriteToRequest writes these params to a swagger request

type SubmitAppVersionReader added in v0.2.1

type SubmitAppVersionReader struct {
	// contains filtered or unexported fields
}

SubmitAppVersionReader is a Reader for the SubmitAppVersion structure.

func (*SubmitAppVersionReader) ReadResponse added in v0.2.1

func (o *SubmitAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SuspendAppVersionOK added in v0.2.1

type SuspendAppVersionOK struct {
	Payload *models.OpenpitrixSuspendAppVersionResponse
}

SuspendAppVersionOK handles this case with default header values.

A successful response.

func NewSuspendAppVersionOK added in v0.2.1

func NewSuspendAppVersionOK() *SuspendAppVersionOK

NewSuspendAppVersionOK creates a SuspendAppVersionOK with default headers values

func (*SuspendAppVersionOK) Error added in v0.2.1

func (o *SuspendAppVersionOK) Error() string

type SuspendAppVersionParams added in v0.2.1

type SuspendAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixSuspendAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SuspendAppVersionParams contains all the parameters to send to the API endpoint for the suspend app version operation typically these are written to a http.Request

func NewSuspendAppVersionParams added in v0.2.1

func NewSuspendAppVersionParams() *SuspendAppVersionParams

NewSuspendAppVersionParams creates a new SuspendAppVersionParams object with the default values initialized.

func NewSuspendAppVersionParamsWithContext added in v0.2.1

func NewSuspendAppVersionParamsWithContext(ctx context.Context) *SuspendAppVersionParams

NewSuspendAppVersionParamsWithContext creates a new SuspendAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewSuspendAppVersionParamsWithHTTPClient added in v0.2.1

func NewSuspendAppVersionParamsWithHTTPClient(client *http.Client) *SuspendAppVersionParams

NewSuspendAppVersionParamsWithHTTPClient creates a new SuspendAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSuspendAppVersionParamsWithTimeout added in v0.2.1

func NewSuspendAppVersionParamsWithTimeout(timeout time.Duration) *SuspendAppVersionParams

NewSuspendAppVersionParamsWithTimeout creates a new SuspendAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*SuspendAppVersionParams) SetBody added in v0.2.1

SetBody adds the body to the suspend app version params

func (*SuspendAppVersionParams) SetContext added in v0.2.1

func (o *SuspendAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the suspend app version params

func (*SuspendAppVersionParams) SetHTTPClient added in v0.2.1

func (o *SuspendAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the suspend app version params

func (*SuspendAppVersionParams) SetTimeout added in v0.2.1

func (o *SuspendAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the suspend app version params

func (*SuspendAppVersionParams) WithBody added in v0.2.1

WithBody adds the body to the suspend app version params

func (*SuspendAppVersionParams) WithContext added in v0.2.1

WithContext adds the context to the suspend app version params

func (*SuspendAppVersionParams) WithHTTPClient added in v0.2.1

func (o *SuspendAppVersionParams) WithHTTPClient(client *http.Client) *SuspendAppVersionParams

WithHTTPClient adds the HTTPClient to the suspend app version params

func (*SuspendAppVersionParams) WithTimeout added in v0.2.1

WithTimeout adds the timeout to the suspend app version params

func (*SuspendAppVersionParams) WriteToRequest added in v0.2.1

WriteToRequest writes these params to a swagger request

type SuspendAppVersionReader added in v0.2.1

type SuspendAppVersionReader struct {
	// contains filtered or unexported fields
}

SuspendAppVersionReader is a Reader for the SuspendAppVersion structure.

func (*SuspendAppVersionReader) ReadResponse added in v0.2.1

func (o *SuspendAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type TechnicalPassAppVersionOK added in v0.4.0

type TechnicalPassAppVersionOK struct {
	Payload *models.OpenpitrixPassAppVersionResponse
}

TechnicalPassAppVersionOK handles this case with default header values.

A successful response.

func NewTechnicalPassAppVersionOK added in v0.4.0

func NewTechnicalPassAppVersionOK() *TechnicalPassAppVersionOK

NewTechnicalPassAppVersionOK creates a TechnicalPassAppVersionOK with default headers values

func (*TechnicalPassAppVersionOK) Error added in v0.4.0

func (o *TechnicalPassAppVersionOK) Error() string

type TechnicalPassAppVersionParams added in v0.4.0

type TechnicalPassAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixPassAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

TechnicalPassAppVersionParams contains all the parameters to send to the API endpoint for the technical pass app version operation typically these are written to a http.Request

func NewTechnicalPassAppVersionParams added in v0.4.0

func NewTechnicalPassAppVersionParams() *TechnicalPassAppVersionParams

NewTechnicalPassAppVersionParams creates a new TechnicalPassAppVersionParams object with the default values initialized.

func NewTechnicalPassAppVersionParamsWithContext added in v0.4.0

func NewTechnicalPassAppVersionParamsWithContext(ctx context.Context) *TechnicalPassAppVersionParams

NewTechnicalPassAppVersionParamsWithContext creates a new TechnicalPassAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewTechnicalPassAppVersionParamsWithHTTPClient added in v0.4.0

func NewTechnicalPassAppVersionParamsWithHTTPClient(client *http.Client) *TechnicalPassAppVersionParams

NewTechnicalPassAppVersionParamsWithHTTPClient creates a new TechnicalPassAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewTechnicalPassAppVersionParamsWithTimeout added in v0.4.0

func NewTechnicalPassAppVersionParamsWithTimeout(timeout time.Duration) *TechnicalPassAppVersionParams

NewTechnicalPassAppVersionParamsWithTimeout creates a new TechnicalPassAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*TechnicalPassAppVersionParams) SetBody added in v0.4.0

SetBody adds the body to the technical pass app version params

func (*TechnicalPassAppVersionParams) SetContext added in v0.4.0

func (o *TechnicalPassAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the technical pass app version params

func (*TechnicalPassAppVersionParams) SetHTTPClient added in v0.4.0

func (o *TechnicalPassAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the technical pass app version params

func (*TechnicalPassAppVersionParams) SetTimeout added in v0.4.0

func (o *TechnicalPassAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the technical pass app version params

func (*TechnicalPassAppVersionParams) WithBody added in v0.4.0

WithBody adds the body to the technical pass app version params

func (*TechnicalPassAppVersionParams) WithContext added in v0.4.0

WithContext adds the context to the technical pass app version params

func (*TechnicalPassAppVersionParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the technical pass app version params

func (*TechnicalPassAppVersionParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the technical pass app version params

func (*TechnicalPassAppVersionParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type TechnicalPassAppVersionReader added in v0.4.0

type TechnicalPassAppVersionReader struct {
	// contains filtered or unexported fields
}

TechnicalPassAppVersionReader is a Reader for the TechnicalPassAppVersion structure.

func (*TechnicalPassAppVersionReader) ReadResponse added in v0.4.0

func (o *TechnicalPassAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type TechnicalRejectAppVersionOK added in v0.4.0

type TechnicalRejectAppVersionOK struct {
	Payload *models.OpenpitrixRejectAppVersionResponse
}

TechnicalRejectAppVersionOK handles this case with default header values.

A successful response.

func NewTechnicalRejectAppVersionOK added in v0.4.0

func NewTechnicalRejectAppVersionOK() *TechnicalRejectAppVersionOK

NewTechnicalRejectAppVersionOK creates a TechnicalRejectAppVersionOK with default headers values

func (*TechnicalRejectAppVersionOK) Error added in v0.4.0

type TechnicalRejectAppVersionParams added in v0.4.0

type TechnicalRejectAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixRejectAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

TechnicalRejectAppVersionParams contains all the parameters to send to the API endpoint for the technical reject app version operation typically these are written to a http.Request

func NewTechnicalRejectAppVersionParams added in v0.4.0

func NewTechnicalRejectAppVersionParams() *TechnicalRejectAppVersionParams

NewTechnicalRejectAppVersionParams creates a new TechnicalRejectAppVersionParams object with the default values initialized.

func NewTechnicalRejectAppVersionParamsWithContext added in v0.4.0

func NewTechnicalRejectAppVersionParamsWithContext(ctx context.Context) *TechnicalRejectAppVersionParams

NewTechnicalRejectAppVersionParamsWithContext creates a new TechnicalRejectAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewTechnicalRejectAppVersionParamsWithHTTPClient added in v0.4.0

func NewTechnicalRejectAppVersionParamsWithHTTPClient(client *http.Client) *TechnicalRejectAppVersionParams

NewTechnicalRejectAppVersionParamsWithHTTPClient creates a new TechnicalRejectAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewTechnicalRejectAppVersionParamsWithTimeout added in v0.4.0

func NewTechnicalRejectAppVersionParamsWithTimeout(timeout time.Duration) *TechnicalRejectAppVersionParams

NewTechnicalRejectAppVersionParamsWithTimeout creates a new TechnicalRejectAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*TechnicalRejectAppVersionParams) SetBody added in v0.4.0

SetBody adds the body to the technical reject app version params

func (*TechnicalRejectAppVersionParams) SetContext added in v0.4.0

func (o *TechnicalRejectAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the technical reject app version params

func (*TechnicalRejectAppVersionParams) SetHTTPClient added in v0.4.0

func (o *TechnicalRejectAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the technical reject app version params

func (*TechnicalRejectAppVersionParams) SetTimeout added in v0.4.0

func (o *TechnicalRejectAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the technical reject app version params

func (*TechnicalRejectAppVersionParams) WithBody added in v0.4.0

WithBody adds the body to the technical reject app version params

func (*TechnicalRejectAppVersionParams) WithContext added in v0.4.0

WithContext adds the context to the technical reject app version params

func (*TechnicalRejectAppVersionParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the technical reject app version params

func (*TechnicalRejectAppVersionParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the technical reject app version params

func (*TechnicalRejectAppVersionParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type TechnicalRejectAppVersionReader added in v0.4.0

type TechnicalRejectAppVersionReader struct {
	// contains filtered or unexported fields
}

TechnicalRejectAppVersionReader is a Reader for the TechnicalRejectAppVersion structure.

func (*TechnicalRejectAppVersionReader) ReadResponse added in v0.4.0

func (o *TechnicalRejectAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type TechnicalReviewAppVersionOK added in v0.4.0

type TechnicalReviewAppVersionOK struct {
	Payload *models.OpenpitrixReviewAppVersionResponse
}

TechnicalReviewAppVersionOK handles this case with default header values.

A successful response.

func NewTechnicalReviewAppVersionOK added in v0.4.0

func NewTechnicalReviewAppVersionOK() *TechnicalReviewAppVersionOK

NewTechnicalReviewAppVersionOK creates a TechnicalReviewAppVersionOK with default headers values

func (*TechnicalReviewAppVersionOK) Error added in v0.4.0

type TechnicalReviewAppVersionParams added in v0.4.0

type TechnicalReviewAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixReviewAppVersionRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

TechnicalReviewAppVersionParams contains all the parameters to send to the API endpoint for the technical review app version operation typically these are written to a http.Request

func NewTechnicalReviewAppVersionParams added in v0.4.0

func NewTechnicalReviewAppVersionParams() *TechnicalReviewAppVersionParams

NewTechnicalReviewAppVersionParams creates a new TechnicalReviewAppVersionParams object with the default values initialized.

func NewTechnicalReviewAppVersionParamsWithContext added in v0.4.0

func NewTechnicalReviewAppVersionParamsWithContext(ctx context.Context) *TechnicalReviewAppVersionParams

NewTechnicalReviewAppVersionParamsWithContext creates a new TechnicalReviewAppVersionParams object with the default values initialized, and the ability to set a context for a request

func NewTechnicalReviewAppVersionParamsWithHTTPClient added in v0.4.0

func NewTechnicalReviewAppVersionParamsWithHTTPClient(client *http.Client) *TechnicalReviewAppVersionParams

NewTechnicalReviewAppVersionParamsWithHTTPClient creates a new TechnicalReviewAppVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewTechnicalReviewAppVersionParamsWithTimeout added in v0.4.0

func NewTechnicalReviewAppVersionParamsWithTimeout(timeout time.Duration) *TechnicalReviewAppVersionParams

NewTechnicalReviewAppVersionParamsWithTimeout creates a new TechnicalReviewAppVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*TechnicalReviewAppVersionParams) SetBody added in v0.4.0

SetBody adds the body to the technical review app version params

func (*TechnicalReviewAppVersionParams) SetContext added in v0.4.0

func (o *TechnicalReviewAppVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the technical review app version params

func (*TechnicalReviewAppVersionParams) SetHTTPClient added in v0.4.0

func (o *TechnicalReviewAppVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the technical review app version params

func (*TechnicalReviewAppVersionParams) SetTimeout added in v0.4.0

func (o *TechnicalReviewAppVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the technical review app version params

func (*TechnicalReviewAppVersionParams) WithBody added in v0.4.0

WithBody adds the body to the technical review app version params

func (*TechnicalReviewAppVersionParams) WithContext added in v0.4.0

WithContext adds the context to the technical review app version params

func (*TechnicalReviewAppVersionParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the technical review app version params

func (*TechnicalReviewAppVersionParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the technical review app version params

func (*TechnicalReviewAppVersionParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type TechnicalReviewAppVersionReader added in v0.4.0

type TechnicalReviewAppVersionReader struct {
	// contains filtered or unexported fields
}

TechnicalReviewAppVersionReader is a Reader for the TechnicalReviewAppVersion structure.

func (*TechnicalReviewAppVersionReader) ReadResponse added in v0.4.0

func (o *TechnicalReviewAppVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UploadAppAttachmentOK added in v0.4.0

type UploadAppAttachmentOK struct {
	Payload *models.OpenpitrixUploadAppAttachmentResponse
}

UploadAppAttachmentOK handles this case with default header values.

A successful response.

func NewUploadAppAttachmentOK added in v0.4.0

func NewUploadAppAttachmentOK() *UploadAppAttachmentOK

NewUploadAppAttachmentOK creates a UploadAppAttachmentOK with default headers values

func (*UploadAppAttachmentOK) Error added in v0.4.0

func (o *UploadAppAttachmentOK) Error() string

type UploadAppAttachmentParams added in v0.4.0

type UploadAppAttachmentParams struct {

	/*Body*/
	Body *models.OpenpitrixUploadAppAttachmentRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UploadAppAttachmentParams contains all the parameters to send to the API endpoint for the upload app attachment operation typically these are written to a http.Request

func NewUploadAppAttachmentParams added in v0.4.0

func NewUploadAppAttachmentParams() *UploadAppAttachmentParams

NewUploadAppAttachmentParams creates a new UploadAppAttachmentParams object with the default values initialized.

func NewUploadAppAttachmentParamsWithContext added in v0.4.0

func NewUploadAppAttachmentParamsWithContext(ctx context.Context) *UploadAppAttachmentParams

NewUploadAppAttachmentParamsWithContext creates a new UploadAppAttachmentParams object with the default values initialized, and the ability to set a context for a request

func NewUploadAppAttachmentParamsWithHTTPClient added in v0.4.0

func NewUploadAppAttachmentParamsWithHTTPClient(client *http.Client) *UploadAppAttachmentParams

NewUploadAppAttachmentParamsWithHTTPClient creates a new UploadAppAttachmentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUploadAppAttachmentParamsWithTimeout added in v0.4.0

func NewUploadAppAttachmentParamsWithTimeout(timeout time.Duration) *UploadAppAttachmentParams

NewUploadAppAttachmentParamsWithTimeout creates a new UploadAppAttachmentParams object with the default values initialized, and the ability to set a timeout on a request

func (*UploadAppAttachmentParams) SetBody added in v0.4.0

SetBody adds the body to the upload app attachment params

func (*UploadAppAttachmentParams) SetContext added in v0.4.0

func (o *UploadAppAttachmentParams) SetContext(ctx context.Context)

SetContext adds the context to the upload app attachment params

func (*UploadAppAttachmentParams) SetHTTPClient added in v0.4.0

func (o *UploadAppAttachmentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the upload app attachment params

func (*UploadAppAttachmentParams) SetTimeout added in v0.4.0

func (o *UploadAppAttachmentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the upload app attachment params

func (*UploadAppAttachmentParams) WithBody added in v0.4.0

WithBody adds the body to the upload app attachment params

func (*UploadAppAttachmentParams) WithContext added in v0.4.0

WithContext adds the context to the upload app attachment params

func (*UploadAppAttachmentParams) WithHTTPClient added in v0.4.0

func (o *UploadAppAttachmentParams) WithHTTPClient(client *http.Client) *UploadAppAttachmentParams

WithHTTPClient adds the HTTPClient to the upload app attachment params

func (*UploadAppAttachmentParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the upload app attachment params

func (*UploadAppAttachmentParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UploadAppAttachmentReader added in v0.4.0

type UploadAppAttachmentReader struct {
	// contains filtered or unexported fields
}

UploadAppAttachmentReader is a Reader for the UploadAppAttachment structure.

func (*UploadAppAttachmentReader) ReadResponse added in v0.4.0

func (o *UploadAppAttachmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ValidatePackageOK added in v0.4.0

type ValidatePackageOK struct {
	Payload *models.OpenpitrixValidatePackageResponse
}

ValidatePackageOK handles this case with default header values.

A successful response.

func NewValidatePackageOK added in v0.4.0

func NewValidatePackageOK() *ValidatePackageOK

NewValidatePackageOK creates a ValidatePackageOK with default headers values

func (*ValidatePackageOK) Error added in v0.4.0

func (o *ValidatePackageOK) Error() string

type ValidatePackageParams added in v0.4.0

type ValidatePackageParams struct {

	/*Body*/
	Body *models.OpenpitrixValidatePackageRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ValidatePackageParams contains all the parameters to send to the API endpoint for the validate package operation typically these are written to a http.Request

func NewValidatePackageParams added in v0.4.0

func NewValidatePackageParams() *ValidatePackageParams

NewValidatePackageParams creates a new ValidatePackageParams object with the default values initialized.

func NewValidatePackageParamsWithContext added in v0.4.0

func NewValidatePackageParamsWithContext(ctx context.Context) *ValidatePackageParams

NewValidatePackageParamsWithContext creates a new ValidatePackageParams object with the default values initialized, and the ability to set a context for a request

func NewValidatePackageParamsWithHTTPClient added in v0.4.0

func NewValidatePackageParamsWithHTTPClient(client *http.Client) *ValidatePackageParams

NewValidatePackageParamsWithHTTPClient creates a new ValidatePackageParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewValidatePackageParamsWithTimeout added in v0.4.0

func NewValidatePackageParamsWithTimeout(timeout time.Duration) *ValidatePackageParams

NewValidatePackageParamsWithTimeout creates a new ValidatePackageParams object with the default values initialized, and the ability to set a timeout on a request

func (*ValidatePackageParams) SetBody added in v0.4.0

SetBody adds the body to the validate package params

func (*ValidatePackageParams) SetContext added in v0.4.0

func (o *ValidatePackageParams) SetContext(ctx context.Context)

SetContext adds the context to the validate package params

func (*ValidatePackageParams) SetHTTPClient added in v0.4.0

func (o *ValidatePackageParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the validate package params

func (*ValidatePackageParams) SetTimeout added in v0.4.0

func (o *ValidatePackageParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the validate package params

func (*ValidatePackageParams) WithBody added in v0.4.0

WithBody adds the body to the validate package params

func (*ValidatePackageParams) WithContext added in v0.4.0

WithContext adds the context to the validate package params

func (*ValidatePackageParams) WithHTTPClient added in v0.4.0

func (o *ValidatePackageParams) WithHTTPClient(client *http.Client) *ValidatePackageParams

WithHTTPClient adds the HTTPClient to the validate package params

func (*ValidatePackageParams) WithTimeout added in v0.4.0

func (o *ValidatePackageParams) WithTimeout(timeout time.Duration) *ValidatePackageParams

WithTimeout adds the timeout to the validate package params

func (*ValidatePackageParams) WriteToRequest added in v0.4.0

func (o *ValidatePackageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ValidatePackageReader added in v0.4.0

type ValidatePackageReader struct {
	// contains filtered or unexported fields
}

ValidatePackageReader is a Reader for the ValidatePackage structure.

func (*ValidatePackageReader) ReadResponse added in v0.4.0

func (o *ValidatePackageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL