app_manager

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 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 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) CreateApp

func (a *Client) CreateApp(params *CreateAppParams) (*CreateAppOK, error)

CreateApp creates app

func (*Client) CreateAppVersion

func (a *Client) CreateAppVersion(params *CreateAppVersionParams) (*CreateAppVersionOK, error)

CreateAppVersion creates app version

func (*Client) DeleteAppVersions

func (a *Client) DeleteAppVersions(params *DeleteAppVersionsParams) (*DeleteAppVersionsOK, error)

DeleteAppVersions deletes app versions

func (*Client) DeleteApps

func (a *Client) DeleteApps(params *DeleteAppsParams) (*DeleteAppsOK, error)

DeleteApps deletes apps

func (*Client) DescribeAppVersions

func (a *Client) DescribeAppVersions(params *DescribeAppVersionsParams) (*DescribeAppVersionsOK, error)

DescribeAppVersions describes app versions with filter

func (*Client) DescribeApps

func (a *Client) DescribeApps(params *DescribeAppsParams) (*DescribeAppsOK, error)

DescribeApps describes apps with filter

func (*Client) GetAppVersionPackage

func (a *Client) GetAppVersionPackage(params *GetAppVersionPackageParams) (*GetAppVersionPackageOK, error)

GetAppVersionPackage gets the package content of app version

func (*Client) GetAppVersionPackageFiles

func (a *Client) GetAppVersionPackageFiles(params *GetAppVersionPackageFilesParams) (*GetAppVersionPackageFilesOK, error)

GetAppVersionPackageFiles gets the package files content of app version

func (*Client) ModifyApp

func (a *Client) ModifyApp(params *ModifyAppParams) (*ModifyAppOK, error)

ModifyApp modifies app

func (*Client) ModifyAppVersion

func (a *Client) ModifyAppVersion(params *ModifyAppVersionParams) (*ModifyAppVersionOK, error)

ModifyAppVersion modifies app version

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type CreateAppOK

type CreateAppOK struct {
	Payload *models.OpenpitrixCreateAppResponse
}

CreateAppOK handles this case with default header values.

CreateAppOK create app o k

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.

CreateAppVersionOK create app version o k

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 DeleteAppVersionsOK

type DeleteAppVersionsOK struct {
	Payload *models.OpenpitrixDeleteAppVersionsResponse
}

DeleteAppVersionsOK handles this case with default header values.

DeleteAppVersionsOK delete app versions o k

func NewDeleteAppVersionsOK

func NewDeleteAppVersionsOK() *DeleteAppVersionsOK

NewDeleteAppVersionsOK creates a DeleteAppVersionsOK with default headers values

func (*DeleteAppVersionsOK) Error

func (o *DeleteAppVersionsOK) Error() string

type DeleteAppVersionsParams

type DeleteAppVersionsParams struct {

	/*Body*/
	Body *models.OpenpitrixDeleteAppVersionsRequest

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

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

func NewDeleteAppVersionsParams

func NewDeleteAppVersionsParams() *DeleteAppVersionsParams

NewDeleteAppVersionsParams creates a new DeleteAppVersionsParams object with the default values initialized.

func NewDeleteAppVersionsParamsWithContext

func NewDeleteAppVersionsParamsWithContext(ctx context.Context) *DeleteAppVersionsParams

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

func NewDeleteAppVersionsParamsWithHTTPClient

func NewDeleteAppVersionsParamsWithHTTPClient(client *http.Client) *DeleteAppVersionsParams

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

func NewDeleteAppVersionsParamsWithTimeout

func NewDeleteAppVersionsParamsWithTimeout(timeout time.Duration) *DeleteAppVersionsParams

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

func (*DeleteAppVersionsParams) SetBody

SetBody adds the body to the delete app versions params

func (*DeleteAppVersionsParams) SetContext

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

SetContext adds the context to the delete app versions params

func (*DeleteAppVersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete app versions params

func (*DeleteAppVersionsParams) SetTimeout

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

SetTimeout adds the timeout to the delete app versions params

func (*DeleteAppVersionsParams) WithBody

WithBody adds the body to the delete app versions params

func (*DeleteAppVersionsParams) WithContext

WithContext adds the context to the delete app versions params

func (*DeleteAppVersionsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete app versions params

func (*DeleteAppVersionsParams) WithTimeout

WithTimeout adds the timeout to the delete app versions params

func (*DeleteAppVersionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAppVersionsReader

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

DeleteAppVersionsReader is a Reader for the DeleteAppVersions structure.

func (*DeleteAppVersionsReader) ReadResponse

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

DeleteAppsOK delete apps o k

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.

DescribeAppVersionsOK describe app versions o k

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.

DescribeAppsOK describe apps o k

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 GetAppVersionPackageFilesOK

type GetAppVersionPackageFilesOK struct {
	Payload *models.OpenpitrixGetAppVersionPackageFilesResponse
}

GetAppVersionPackageFilesOK handles this case with default header values.

GetAppVersionPackageFilesOK get app version package files o k

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.

GetAppVersionPackageOK get app version package o k

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.

ModifyAppOK modify app o k

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.

ModifyAppVersionOK modify app version o k

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.

Jump to

Keyboard shortcuts

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