Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateApp(params *CreateAppParams) (*CreateAppOK, error)
- func (a *Client) CreateAppVersion(params *CreateAppVersionParams) (*CreateAppVersionOK, error)
- func (a *Client) DeleteApp(params *DeleteAppParams) (*DeleteAppOK, error)
- func (a *Client) DeleteAppVersion(params *DeleteAppVersionParams) (*DeleteAppVersionOK, error)
- func (a *Client) DescribeAppVersions(params *DescribeAppVersionsParams) (*DescribeAppVersionsOK, error)
- func (a *Client) DescribeApps(params *DescribeAppsParams) (*DescribeAppsOK, error)
- func (a *Client) GetAppVersionPackage(params *GetAppVersionPackageParams) (*GetAppVersionPackageOK, error)
- func (a *Client) ModifyApp(params *ModifyAppParams) (*ModifyAppOK, error)
- func (a *Client) ModifyAppVersion(params *ModifyAppVersionParams) (*ModifyAppVersionOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type CreateAppOK
- type CreateAppParams
- func (o *CreateAppParams) SetBody(body *models.OpenpitrixCreateAppRequest)
- func (o *CreateAppParams) SetContext(ctx context.Context)
- func (o *CreateAppParams) SetHTTPClient(client *http.Client)
- func (o *CreateAppParams) SetTimeout(timeout time.Duration)
- func (o *CreateAppParams) WithBody(body *models.OpenpitrixCreateAppRequest) *CreateAppParams
- func (o *CreateAppParams) WithContext(ctx context.Context) *CreateAppParams
- func (o *CreateAppParams) WithHTTPClient(client *http.Client) *CreateAppParams
- func (o *CreateAppParams) WithTimeout(timeout time.Duration) *CreateAppParams
- func (o *CreateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAppReader
- type CreateAppVersionOK
- type CreateAppVersionParams
- func NewCreateAppVersionParams() *CreateAppVersionParams
- func NewCreateAppVersionParamsWithContext(ctx context.Context) *CreateAppVersionParams
- func NewCreateAppVersionParamsWithHTTPClient(client *http.Client) *CreateAppVersionParams
- func NewCreateAppVersionParamsWithTimeout(timeout time.Duration) *CreateAppVersionParams
- func (o *CreateAppVersionParams) SetBody(body *models.OpenpitrixCreateAppVersionRequest)
- func (o *CreateAppVersionParams) SetContext(ctx context.Context)
- func (o *CreateAppVersionParams) SetHTTPClient(client *http.Client)
- func (o *CreateAppVersionParams) SetTimeout(timeout time.Duration)
- func (o *CreateAppVersionParams) WithBody(body *models.OpenpitrixCreateAppVersionRequest) *CreateAppVersionParams
- func (o *CreateAppVersionParams) WithContext(ctx context.Context) *CreateAppVersionParams
- func (o *CreateAppVersionParams) WithHTTPClient(client *http.Client) *CreateAppVersionParams
- func (o *CreateAppVersionParams) WithTimeout(timeout time.Duration) *CreateAppVersionParams
- func (o *CreateAppVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAppVersionReader
- type DeleteAppOK
- type DeleteAppParams
- func (o *DeleteAppParams) SetBody(body *models.OpenpitrixDeleteAppRequest)
- func (o *DeleteAppParams) SetContext(ctx context.Context)
- func (o *DeleteAppParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAppParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAppParams) WithBody(body *models.OpenpitrixDeleteAppRequest) *DeleteAppParams
- func (o *DeleteAppParams) WithContext(ctx context.Context) *DeleteAppParams
- func (o *DeleteAppParams) WithHTTPClient(client *http.Client) *DeleteAppParams
- func (o *DeleteAppParams) WithTimeout(timeout time.Duration) *DeleteAppParams
- func (o *DeleteAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAppReader
- type DeleteAppVersionOK
- type DeleteAppVersionParams
- func NewDeleteAppVersionParams() *DeleteAppVersionParams
- func NewDeleteAppVersionParamsWithContext(ctx context.Context) *DeleteAppVersionParams
- func NewDeleteAppVersionParamsWithHTTPClient(client *http.Client) *DeleteAppVersionParams
- func NewDeleteAppVersionParamsWithTimeout(timeout time.Duration) *DeleteAppVersionParams
- func (o *DeleteAppVersionParams) SetBody(body *models.OpenpitrixDeleteAppVersionRequest)
- func (o *DeleteAppVersionParams) SetContext(ctx context.Context)
- func (o *DeleteAppVersionParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAppVersionParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAppVersionParams) WithBody(body *models.OpenpitrixDeleteAppVersionRequest) *DeleteAppVersionParams
- func (o *DeleteAppVersionParams) WithContext(ctx context.Context) *DeleteAppVersionParams
- func (o *DeleteAppVersionParams) WithHTTPClient(client *http.Client) *DeleteAppVersionParams
- func (o *DeleteAppVersionParams) WithTimeout(timeout time.Duration) *DeleteAppVersionParams
- func (o *DeleteAppVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAppVersionReader
- type DescribeAppVersionsOK
- type DescribeAppVersionsParams
- func NewDescribeAppVersionsParams() *DescribeAppVersionsParams
- func NewDescribeAppVersionsParamsWithContext(ctx context.Context) *DescribeAppVersionsParams
- func NewDescribeAppVersionsParamsWithHTTPClient(client *http.Client) *DescribeAppVersionsParams
- func NewDescribeAppVersionsParamsWithTimeout(timeout time.Duration) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) SetAppID(appID []string)
- func (o *DescribeAppVersionsParams) SetContext(ctx context.Context)
- func (o *DescribeAppVersionsParams) SetDescription(description []string)
- func (o *DescribeAppVersionsParams) SetHTTPClient(client *http.Client)
- func (o *DescribeAppVersionsParams) SetLimit(limit *int64)
- func (o *DescribeAppVersionsParams) SetName(name []string)
- func (o *DescribeAppVersionsParams) SetOffset(offset *int64)
- func (o *DescribeAppVersionsParams) SetOwner(owner []string)
- func (o *DescribeAppVersionsParams) SetPackageName(packageName []string)
- func (o *DescribeAppVersionsParams) SetSearchWord(searchWord *string)
- func (o *DescribeAppVersionsParams) SetStatus(status []string)
- func (o *DescribeAppVersionsParams) SetTimeout(timeout time.Duration)
- func (o *DescribeAppVersionsParams) SetVersionID(versionID []string)
- func (o *DescribeAppVersionsParams) WithAppID(appID []string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithContext(ctx context.Context) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithDescription(description []string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithHTTPClient(client *http.Client) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithLimit(limit *int64) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithName(name []string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithOffset(offset *int64) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithOwner(owner []string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithPackageName(packageName []string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithSearchWord(searchWord *string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithStatus(status []string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithTimeout(timeout time.Duration) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WithVersionID(versionID []string) *DescribeAppVersionsParams
- func (o *DescribeAppVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeAppVersionsReader
- type DescribeAppsOK
- type DescribeAppsParams
- func (o *DescribeAppsParams) SetAppID(appID []string)
- func (o *DescribeAppsParams) SetChartName(chartName []string)
- func (o *DescribeAppsParams) SetContext(ctx context.Context)
- func (o *DescribeAppsParams) SetHTTPClient(client *http.Client)
- func (o *DescribeAppsParams) SetLimit(limit *int64)
- func (o *DescribeAppsParams) SetName(name []string)
- func (o *DescribeAppsParams) SetOffset(offset *int64)
- func (o *DescribeAppsParams) SetOwner(owner []string)
- func (o *DescribeAppsParams) SetRepoID(repoID []string)
- func (o *DescribeAppsParams) SetSearchWord(searchWord *string)
- func (o *DescribeAppsParams) SetStatus(status []string)
- func (o *DescribeAppsParams) SetTimeout(timeout time.Duration)
- func (o *DescribeAppsParams) WithAppID(appID []string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithChartName(chartName []string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithContext(ctx context.Context) *DescribeAppsParams
- func (o *DescribeAppsParams) WithHTTPClient(client *http.Client) *DescribeAppsParams
- func (o *DescribeAppsParams) WithLimit(limit *int64) *DescribeAppsParams
- func (o *DescribeAppsParams) WithName(name []string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithOffset(offset *int64) *DescribeAppsParams
- func (o *DescribeAppsParams) WithOwner(owner []string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithRepoID(repoID []string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithSearchWord(searchWord *string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithStatus(status []string) *DescribeAppsParams
- func (o *DescribeAppsParams) WithTimeout(timeout time.Duration) *DescribeAppsParams
- func (o *DescribeAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeAppsReader
- type GetAppVersionPackageOK
- type GetAppVersionPackageParams
- func NewGetAppVersionPackageParams() *GetAppVersionPackageParams
- func NewGetAppVersionPackageParamsWithContext(ctx context.Context) *GetAppVersionPackageParams
- func NewGetAppVersionPackageParamsWithHTTPClient(client *http.Client) *GetAppVersionPackageParams
- func NewGetAppVersionPackageParamsWithTimeout(timeout time.Duration) *GetAppVersionPackageParams
- func (o *GetAppVersionPackageParams) SetContext(ctx context.Context)
- func (o *GetAppVersionPackageParams) SetHTTPClient(client *http.Client)
- func (o *GetAppVersionPackageParams) SetTimeout(timeout time.Duration)
- func (o *GetAppVersionPackageParams) SetVersionID(versionID *string)
- func (o *GetAppVersionPackageParams) WithContext(ctx context.Context) *GetAppVersionPackageParams
- func (o *GetAppVersionPackageParams) WithHTTPClient(client *http.Client) *GetAppVersionPackageParams
- func (o *GetAppVersionPackageParams) WithTimeout(timeout time.Duration) *GetAppVersionPackageParams
- func (o *GetAppVersionPackageParams) WithVersionID(versionID *string) *GetAppVersionPackageParams
- func (o *GetAppVersionPackageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppVersionPackageReader
- type ModifyAppOK
- type ModifyAppParams
- func (o *ModifyAppParams) SetBody(body *models.OpenpitrixModifyAppRequest)
- func (o *ModifyAppParams) SetContext(ctx context.Context)
- func (o *ModifyAppParams) SetHTTPClient(client *http.Client)
- func (o *ModifyAppParams) SetTimeout(timeout time.Duration)
- func (o *ModifyAppParams) WithBody(body *models.OpenpitrixModifyAppRequest) *ModifyAppParams
- func (o *ModifyAppParams) WithContext(ctx context.Context) *ModifyAppParams
- func (o *ModifyAppParams) WithHTTPClient(client *http.Client) *ModifyAppParams
- func (o *ModifyAppParams) WithTimeout(timeout time.Duration) *ModifyAppParams
- func (o *ModifyAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ModifyAppReader
- type ModifyAppVersionOK
- type ModifyAppVersionParams
- func NewModifyAppVersionParams() *ModifyAppVersionParams
- func NewModifyAppVersionParamsWithContext(ctx context.Context) *ModifyAppVersionParams
- func NewModifyAppVersionParamsWithHTTPClient(client *http.Client) *ModifyAppVersionParams
- func NewModifyAppVersionParamsWithTimeout(timeout time.Duration) *ModifyAppVersionParams
- func (o *ModifyAppVersionParams) SetBody(body *models.OpenpitrixModifyAppVersionRequest)
- func (o *ModifyAppVersionParams) SetContext(ctx context.Context)
- func (o *ModifyAppVersionParams) SetHTTPClient(client *http.Client)
- func (o *ModifyAppVersionParams) SetTimeout(timeout time.Duration)
- func (o *ModifyAppVersionParams) WithBody(body *models.OpenpitrixModifyAppVersionRequest) *ModifyAppVersionParams
- func (o *ModifyAppVersionParams) WithContext(ctx context.Context) *ModifyAppVersionParams
- func (o *ModifyAppVersionParams) WithHTTPClient(client *http.Client) *ModifyAppVersionParams
- func (o *ModifyAppVersionParams) WithTimeout(timeout time.Duration) *ModifyAppVersionParams
- func (o *ModifyAppVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ModifyAppVersionReader
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) DeleteApp ¶
func (a *Client) DeleteApp(params *DeleteAppParams) (*DeleteAppOK, error)
DeleteApp deletes app
func (*Client) DeleteAppVersion ¶
func (a *Client) DeleteAppVersion(params *DeleteAppVersionParams) (*DeleteAppVersionOK, error)
DeleteAppVersion deletes app version
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) 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 ¶
func (o *CreateAppParams) SetBody(body *models.OpenpitrixCreateAppRequest)
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 ¶
func (o *CreateAppParams) WithBody(body *models.OpenpitrixCreateAppRequest) *CreateAppParams
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 ¶
func (o *CreateAppVersionParams) SetBody(body *models.OpenpitrixCreateAppVersionRequest)
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 ¶
func (o *CreateAppVersionParams) WithBody(body *models.OpenpitrixCreateAppVersionRequest) *CreateAppVersionParams
WithBody adds the body to the create app version params
func (*CreateAppVersionParams) WithContext ¶
func (o *CreateAppVersionParams) WithContext(ctx context.Context) *CreateAppVersionParams
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 ¶
func (o *CreateAppVersionParams) WithTimeout(timeout time.Duration) *CreateAppVersionParams
WithTimeout adds the timeout to the create app version params
func (*CreateAppVersionParams) WriteToRequest ¶
func (o *CreateAppVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 DeleteAppOK ¶
type DeleteAppOK struct {
Payload *models.OpenpitrixDeleteAppResponse
}
DeleteAppOK handles this case with default header values.
DeleteAppOK delete app o k
func NewDeleteAppOK ¶
func NewDeleteAppOK() *DeleteAppOK
NewDeleteAppOK creates a DeleteAppOK with default headers values
func (*DeleteAppOK) Error ¶
func (o *DeleteAppOK) Error() string
type DeleteAppParams ¶
type DeleteAppParams struct { /*Body*/ Body *models.OpenpitrixDeleteAppRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAppParams contains all the parameters to send to the API endpoint for the delete app operation typically these are written to a http.Request
func NewDeleteAppParams ¶
func NewDeleteAppParams() *DeleteAppParams
NewDeleteAppParams creates a new DeleteAppParams object with the default values initialized.
func NewDeleteAppParamsWithContext ¶
func NewDeleteAppParamsWithContext(ctx context.Context) *DeleteAppParams
NewDeleteAppParamsWithContext creates a new DeleteAppParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAppParamsWithHTTPClient ¶
func NewDeleteAppParamsWithHTTPClient(client *http.Client) *DeleteAppParams
NewDeleteAppParamsWithHTTPClient creates a new DeleteAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAppParamsWithTimeout ¶
func NewDeleteAppParamsWithTimeout(timeout time.Duration) *DeleteAppParams
NewDeleteAppParamsWithTimeout creates a new DeleteAppParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAppParams) SetBody ¶
func (o *DeleteAppParams) SetBody(body *models.OpenpitrixDeleteAppRequest)
SetBody adds the body to the delete app params
func (*DeleteAppParams) SetContext ¶
func (o *DeleteAppParams) SetContext(ctx context.Context)
SetContext adds the context to the delete app params
func (*DeleteAppParams) SetHTTPClient ¶
func (o *DeleteAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete app params
func (*DeleteAppParams) SetTimeout ¶
func (o *DeleteAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete app params
func (*DeleteAppParams) WithBody ¶
func (o *DeleteAppParams) WithBody(body *models.OpenpitrixDeleteAppRequest) *DeleteAppParams
WithBody adds the body to the delete app params
func (*DeleteAppParams) WithContext ¶
func (o *DeleteAppParams) WithContext(ctx context.Context) *DeleteAppParams
WithContext adds the context to the delete app params
func (*DeleteAppParams) WithHTTPClient ¶
func (o *DeleteAppParams) WithHTTPClient(client *http.Client) *DeleteAppParams
WithHTTPClient adds the HTTPClient to the delete app params
func (*DeleteAppParams) WithTimeout ¶
func (o *DeleteAppParams) WithTimeout(timeout time.Duration) *DeleteAppParams
WithTimeout adds the timeout to the delete app params
func (*DeleteAppParams) WriteToRequest ¶
func (o *DeleteAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAppReader ¶
type DeleteAppReader struct {
// contains filtered or unexported fields
}
DeleteAppReader is a Reader for the DeleteApp structure.
func (*DeleteAppReader) ReadResponse ¶
func (o *DeleteAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAppVersionOK ¶
type DeleteAppVersionOK struct {
Payload *models.OpenpitrixDeleteAppVersionResponse
}
DeleteAppVersionOK handles this case with default header values.
DeleteAppVersionOK delete app version o k
func NewDeleteAppVersionOK ¶
func NewDeleteAppVersionOK() *DeleteAppVersionOK
NewDeleteAppVersionOK creates a DeleteAppVersionOK with default headers values
func (*DeleteAppVersionOK) Error ¶
func (o *DeleteAppVersionOK) Error() string
type DeleteAppVersionParams ¶
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 ¶
func NewDeleteAppVersionParams() *DeleteAppVersionParams
NewDeleteAppVersionParams creates a new DeleteAppVersionParams object with the default values initialized.
func NewDeleteAppVersionParamsWithContext ¶
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 ¶
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 ¶
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 ¶
func (o *DeleteAppVersionParams) SetBody(body *models.OpenpitrixDeleteAppVersionRequest)
SetBody adds the body to the delete app version params
func (*DeleteAppVersionParams) SetContext ¶
func (o *DeleteAppVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the delete app version params
func (*DeleteAppVersionParams) SetHTTPClient ¶
func (o *DeleteAppVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete app version params
func (*DeleteAppVersionParams) SetTimeout ¶
func (o *DeleteAppVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete app version params
func (*DeleteAppVersionParams) WithBody ¶
func (o *DeleteAppVersionParams) WithBody(body *models.OpenpitrixDeleteAppVersionRequest) *DeleteAppVersionParams
WithBody adds the body to the delete app version params
func (*DeleteAppVersionParams) WithContext ¶
func (o *DeleteAppVersionParams) WithContext(ctx context.Context) *DeleteAppVersionParams
WithContext adds the context to the delete app version params
func (*DeleteAppVersionParams) WithHTTPClient ¶
func (o *DeleteAppVersionParams) WithHTTPClient(client *http.Client) *DeleteAppVersionParams
WithHTTPClient adds the HTTPClient to the delete app version params
func (*DeleteAppVersionParams) WithTimeout ¶
func (o *DeleteAppVersionParams) WithTimeout(timeout time.Duration) *DeleteAppVersionParams
WithTimeout adds the timeout to the delete app version params
func (*DeleteAppVersionParams) WriteToRequest ¶
func (o *DeleteAppVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAppVersionReader ¶
type DeleteAppVersionReader struct {
// contains filtered or unexported fields
}
DeleteAppVersionReader is a Reader for the DeleteAppVersion structure.
func (*DeleteAppVersionReader) ReadResponse ¶
func (o *DeleteAppVersionReader) 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 /*SearchWord*/ SearchWord *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) SetSearchWord ¶
func (o *DescribeAppVersionsParams) SetSearchWord(searchWord *string)
SetSearchWord adds the searchWord 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 ¶
func (o *DescribeAppVersionsParams) WithAppID(appID []string) *DescribeAppVersionsParams
WithAppID adds the appID to the describe app versions params
func (*DescribeAppVersionsParams) WithContext ¶
func (o *DescribeAppVersionsParams) WithContext(ctx context.Context) *DescribeAppVersionsParams
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 ¶
func (o *DescribeAppVersionsParams) WithLimit(limit *int64) *DescribeAppVersionsParams
WithLimit adds the limit to the describe app versions params
func (*DescribeAppVersionsParams) WithName ¶
func (o *DescribeAppVersionsParams) WithName(name []string) *DescribeAppVersionsParams
WithName adds the name to the describe app versions params
func (*DescribeAppVersionsParams) WithOffset ¶
func (o *DescribeAppVersionsParams) WithOffset(offset *int64) *DescribeAppVersionsParams
WithOffset adds the offset to the describe app versions params
func (*DescribeAppVersionsParams) WithOwner ¶
func (o *DescribeAppVersionsParams) WithOwner(owner []string) *DescribeAppVersionsParams
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) WithSearchWord ¶
func (o *DescribeAppVersionsParams) WithSearchWord(searchWord *string) *DescribeAppVersionsParams
WithSearchWord adds the searchWord to the describe app versions params
func (*DescribeAppVersionsParams) WithStatus ¶
func (o *DescribeAppVersionsParams) WithStatus(status []string) *DescribeAppVersionsParams
WithStatus adds the status to the describe app versions params
func (*DescribeAppVersionsParams) WithTimeout ¶
func (o *DescribeAppVersionsParams) WithTimeout(timeout time.Duration) *DescribeAppVersionsParams
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 ¶
func (o *DescribeAppVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 /*ChartName*/ ChartName []string /*Limit*/ Limit *int64 /*Name*/ Name []string /*Offset*/ Offset *int64 /*Owner*/ Owner []string /*RepoID*/ RepoID []string /*SearchWord*/ SearchWord *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) 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) SetSearchWord ¶
func (o *DescribeAppsParams) SetSearchWord(searchWord *string)
SetSearchWord adds the searchWord 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) WithChartName ¶
func (o *DescribeAppsParams) WithChartName(chartName []string) *DescribeAppsParams
WithChartName adds the chartName to the describe apps params
func (*DescribeAppsParams) WithContext ¶
func (o *DescribeAppsParams) WithContext(ctx context.Context) *DescribeAppsParams
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) WithSearchWord ¶
func (o *DescribeAppsParams) WithSearchWord(searchWord *string) *DescribeAppsParams
WithSearchWord adds the searchWord 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 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 ¶
func (o *GetAppVersionPackageParams) WithContext(ctx context.Context) *GetAppVersionPackageParams
WithContext adds the context to the get app version package params
func (*GetAppVersionPackageParams) WithHTTPClient ¶
func (o *GetAppVersionPackageParams) WithHTTPClient(client *http.Client) *GetAppVersionPackageParams
WithHTTPClient adds the HTTPClient to the get app version package params
func (*GetAppVersionPackageParams) WithTimeout ¶
func (o *GetAppVersionPackageParams) WithTimeout(timeout time.Duration) *GetAppVersionPackageParams
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 ¶
func (o *GetAppVersionPackageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ModifyAppParams) SetBody(body *models.OpenpitrixModifyAppRequest)
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 ¶
func (o *ModifyAppParams) WithBody(body *models.OpenpitrixModifyAppRequest) *ModifyAppParams
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 ¶
func (o *ModifyAppVersionParams) SetBody(body *models.OpenpitrixModifyAppVersionRequest)
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 ¶
func (o *ModifyAppVersionParams) WithBody(body *models.OpenpitrixModifyAppVersionRequest) *ModifyAppVersionParams
WithBody adds the body to the modify app version params
func (*ModifyAppVersionParams) WithContext ¶
func (o *ModifyAppVersionParams) WithContext(ctx context.Context) *ModifyAppVersionParams
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 ¶
func (o *ModifyAppVersionParams) WithTimeout(timeout time.Duration) *ModifyAppVersionParams
WithTimeout adds the timeout to the modify app version params
func (*ModifyAppVersionParams) WriteToRequest ¶
func (o *ModifyAppVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.
Source Files ¶
- app_manager_client.go
- create_app_parameters.go
- create_app_responses.go
- create_app_version_parameters.go
- create_app_version_responses.go
- delete_app_parameters.go
- delete_app_responses.go
- delete_app_version_parameters.go
- delete_app_version_responses.go
- describe_app_versions_parameters.go
- describe_app_versions_responses.go
- describe_apps_parameters.go
- describe_apps_responses.go
- get_app_version_package_parameters.go
- get_app_version_package_responses.go
- modify_app_parameters.go
- modify_app_responses.go
- modify_app_version_parameters.go
- modify_app_version_responses.go