app_manager

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2018 License: Apache-2.0 Imports: 11 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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) CancelAppVersion added in v0.2.1

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

CancelAppVersion cancels app version

func (*Client) CreateApp

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

CreateApp creates app

func (*Client) CreateAppVersion

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

CreateAppVersion creates app version

func (*Client) DeleteAppVersion added in v0.2.1

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

DeleteAppVersion deletes app version

func (*Client) DeleteApps

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

DeleteApps deletes apps

func (*Client) DescribeAppVersions

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

DescribeAppVersions describes app versions with filter

func (*Client) DescribeApps

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

DescribeApps describes apps with filter

func (*Client) GetAppStatistics added in v0.1.5

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

GetAppStatistics gets app statistics

func (*Client) GetAppVersionPackage

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

GetAppVersionPackage gets the package content of app version

func (*Client) GetAppVersionPackageFiles

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

GetAppVersionPackageFiles gets the package files content of app version

func (*Client) ModifyApp

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

ModifyApp modifies app

func (*Client) ModifyAppVersion

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

ModifyAppVersion modifies app version

func (*Client) PassAppVersion added in v0.2.1

func (a *Client) PassAppVersion(params *PassAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*PassAppVersionOK, error)

PassAppVersion passes app version

func (*Client) RecoverAppVersion added in v0.2.1

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

RecoverAppVersion recovers app version

func (*Client) RejectAppVersion added in v0.2.1

func (a *Client) RejectAppVersion(params *RejectAppVersionParams, authInfo runtime.ClientAuthInfoWriter) (*RejectAppVersionOK, error)

RejectAppVersion rejects app version

func (*Client) ReleaseAppVersion added in v0.2.1

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

ReleaseAppVersion releases app version

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 app version

func (*Client) SuspendAppVersion added in v0.2.1

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

SuspendAppVersion suspends app version

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 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*/
	AppID []string
	/*Description*/
	Description []string
	/*Limit*/
	Limit *int64
	/*Name*/
	Name []string
	/*Offset*/
	Offset *int64
	/*Owner*/
	Owner []string
	/*PackageName*/
	PackageName []string
	/*Reverse*/
	Reverse *bool
	/*SearchWord*/
	SearchWord *string
	/*SortKey*/
	SortKey *string
	/*Status*/
	Status []string
	/*VersionID*/
	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) 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) 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) 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) 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*/
	AppID []string
	/*CategoryID*/
	CategoryID []string
	/*ChartName*/
	ChartName []string
	/*Limit*/
	Limit *int64
	/*Name*/
	Name []string
	/*Offset*/
	Offset *int64
	/*Owner*/
	Owner []string
	/*RepoID*/
	RepoID []string
	/*Reverse*/
	Reverse *bool
	/*SearchWord*/
	SearchWord *string
	/*SortKey*/
	SortKey *string
	/*Status*/
	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) SetHTTPClient

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

SetHTTPClient adds the HTTPClient 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) WithHTTPClient

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

WithHTTPClient adds the HTTPClient 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 []string
	/*VersionID*/
	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*/
	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 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 PassAppVersionOK added in v0.2.1

type PassAppVersionOK struct {
	Payload *models.OpenpitrixPassAppVersionResponse
}

PassAppVersionOK handles this case with default header values.

A successful response.

func NewPassAppVersionOK added in v0.2.1

func NewPassAppVersionOK() *PassAppVersionOK

NewPassAppVersionOK creates a PassAppVersionOK with default headers values

func (*PassAppVersionOK) Error added in v0.2.1

func (o *PassAppVersionOK) Error() string

type PassAppVersionParams added in v0.2.1

type PassAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixPassAppVersionRequest

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

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

func NewPassAppVersionParams added in v0.2.1

func NewPassAppVersionParams() *PassAppVersionParams

NewPassAppVersionParams creates a new PassAppVersionParams object with the default values initialized.

func NewPassAppVersionParamsWithContext added in v0.2.1

func NewPassAppVersionParamsWithContext(ctx context.Context) *PassAppVersionParams

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

func NewPassAppVersionParamsWithHTTPClient added in v0.2.1

func NewPassAppVersionParamsWithHTTPClient(client *http.Client) *PassAppVersionParams

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

func NewPassAppVersionParamsWithTimeout added in v0.2.1

func NewPassAppVersionParamsWithTimeout(timeout time.Duration) *PassAppVersionParams

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

func (*PassAppVersionParams) SetBody added in v0.2.1

SetBody adds the body to the pass app version params

func (*PassAppVersionParams) SetContext added in v0.2.1

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

SetContext adds the context to the pass app version params

func (*PassAppVersionParams) SetHTTPClient added in v0.2.1

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

SetHTTPClient adds the HTTPClient to the pass app version params

func (*PassAppVersionParams) SetTimeout added in v0.2.1

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

SetTimeout adds the timeout to the pass app version params

func (*PassAppVersionParams) WithBody added in v0.2.1

WithBody adds the body to the pass app version params

func (*PassAppVersionParams) WithContext added in v0.2.1

WithContext adds the context to the pass app version params

func (*PassAppVersionParams) WithHTTPClient added in v0.2.1

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

WithHTTPClient adds the HTTPClient to the pass app version params

func (*PassAppVersionParams) WithTimeout added in v0.2.1

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

WithTimeout adds the timeout to the pass app version params

func (*PassAppVersionParams) WriteToRequest added in v0.2.1

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

WriteToRequest writes these params to a swagger request

type PassAppVersionReader added in v0.2.1

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

PassAppVersionReader is a Reader for the PassAppVersion structure.

func (*PassAppVersionReader) ReadResponse added in v0.2.1

func (o *PassAppVersionReader) 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 RejectAppVersionOK added in v0.2.1

type RejectAppVersionOK struct {
	Payload *models.OpenpitrixRejectAppVersionResponse
}

RejectAppVersionOK handles this case with default header values.

A successful response.

func NewRejectAppVersionOK added in v0.2.1

func NewRejectAppVersionOK() *RejectAppVersionOK

NewRejectAppVersionOK creates a RejectAppVersionOK with default headers values

func (*RejectAppVersionOK) Error added in v0.2.1

func (o *RejectAppVersionOK) Error() string

type RejectAppVersionParams added in v0.2.1

type RejectAppVersionParams struct {

	/*Body*/
	Body *models.OpenpitrixRejectAppVersionRequest

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

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

func NewRejectAppVersionParams added in v0.2.1

func NewRejectAppVersionParams() *RejectAppVersionParams

NewRejectAppVersionParams creates a new RejectAppVersionParams object with the default values initialized.

func NewRejectAppVersionParamsWithContext added in v0.2.1

func NewRejectAppVersionParamsWithContext(ctx context.Context) *RejectAppVersionParams

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

func NewRejectAppVersionParamsWithHTTPClient added in v0.2.1

func NewRejectAppVersionParamsWithHTTPClient(client *http.Client) *RejectAppVersionParams

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

func NewRejectAppVersionParamsWithTimeout added in v0.2.1

func NewRejectAppVersionParamsWithTimeout(timeout time.Duration) *RejectAppVersionParams

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

func (*RejectAppVersionParams) SetBody added in v0.2.1

SetBody adds the body to the reject app version params

func (*RejectAppVersionParams) SetContext added in v0.2.1

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

SetContext adds the context to the reject app version params

func (*RejectAppVersionParams) SetHTTPClient added in v0.2.1

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

SetHTTPClient adds the HTTPClient to the reject app version params

func (*RejectAppVersionParams) SetTimeout added in v0.2.1

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

SetTimeout adds the timeout to the reject app version params

func (*RejectAppVersionParams) WithBody added in v0.2.1

WithBody adds the body to the reject app version params

func (*RejectAppVersionParams) WithContext added in v0.2.1

WithContext adds the context to the reject app version params

func (*RejectAppVersionParams) WithHTTPClient added in v0.2.1

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

WithHTTPClient adds the HTTPClient to the reject app version params

func (*RejectAppVersionParams) WithTimeout added in v0.2.1

WithTimeout adds the timeout to the reject app version params

func (*RejectAppVersionParams) WriteToRequest added in v0.2.1

WriteToRequest writes these params to a swagger request

type RejectAppVersionReader added in v0.2.1

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

RejectAppVersionReader is a Reader for the RejectAppVersion structure.

func (*RejectAppVersionReader) ReadResponse added in v0.2.1

func (o *RejectAppVersionReader) 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.

Jump to

Keyboard shortcuts

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