Documentation
¶
Index ¶
- type Client
- func (a *Client) GetCatalogItemUsingGET1(params *GetCatalogItemUsingGET1Params) (*GetCatalogItemUsingGET1OK, error)
- func (a *Client) GetCatalogItemsUsingGET1(params *GetCatalogItemsUsingGET1Params) (*GetCatalogItemsUsingGET1OK, error)
- func (a *Client) GetVersionByIDUsingGET(params *GetVersionByIDUsingGETParams) (*GetVersionByIDUsingGETOK, error)
- func (a *Client) GetVersionsUsingGET(params *GetVersionsUsingGETParams) (*GetVersionsUsingGETOK, error)
- func (a *Client) RequestCatalogItemUsingPOST(params *RequestCatalogItemUsingPOSTParams) (*RequestCatalogItemUsingPOSTOK, *RequestCatalogItemUsingPOSTCreated, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type GetCatalogItemUsingGET1Forbidden
- type GetCatalogItemUsingGET1NotFound
- type GetCatalogItemUsingGET1OK
- type GetCatalogItemUsingGET1Params
- func NewGetCatalogItemUsingGET1Params() *GetCatalogItemUsingGET1Params
- func NewGetCatalogItemUsingGET1ParamsWithContext(ctx context.Context) *GetCatalogItemUsingGET1Params
- func NewGetCatalogItemUsingGET1ParamsWithHTTPClient(client *http.Client) *GetCatalogItemUsingGET1Params
- func NewGetCatalogItemUsingGET1ParamsWithTimeout(timeout time.Duration) *GetCatalogItemUsingGET1Params
- func (o *GetCatalogItemUsingGET1Params) SetContext(ctx context.Context)
- func (o *GetCatalogItemUsingGET1Params) SetExpandProjects(expandProjects *bool)
- func (o *GetCatalogItemUsingGET1Params) SetHTTPClient(client *http.Client)
- func (o *GetCatalogItemUsingGET1Params) SetID(id strfmt.UUID)
- func (o *GetCatalogItemUsingGET1Params) SetTimeout(timeout time.Duration)
- func (o *GetCatalogItemUsingGET1Params) WithContext(ctx context.Context) *GetCatalogItemUsingGET1Params
- func (o *GetCatalogItemUsingGET1Params) WithExpandProjects(expandProjects *bool) *GetCatalogItemUsingGET1Params
- func (o *GetCatalogItemUsingGET1Params) WithHTTPClient(client *http.Client) *GetCatalogItemUsingGET1Params
- func (o *GetCatalogItemUsingGET1Params) WithID(id strfmt.UUID) *GetCatalogItemUsingGET1Params
- func (o *GetCatalogItemUsingGET1Params) WithTimeout(timeout time.Duration) *GetCatalogItemUsingGET1Params
- func (o *GetCatalogItemUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCatalogItemUsingGET1Reader
- type GetCatalogItemUsingGET1Unauthorized
- type GetCatalogItemsUsingGET1Forbidden
- type GetCatalogItemsUsingGET1NotFound
- type GetCatalogItemsUsingGET1OK
- type GetCatalogItemsUsingGET1Params
- func NewGetCatalogItemsUsingGET1Params() *GetCatalogItemsUsingGET1Params
- func NewGetCatalogItemsUsingGET1ParamsWithContext(ctx context.Context) *GetCatalogItemsUsingGET1Params
- func NewGetCatalogItemsUsingGET1ParamsWithHTTPClient(client *http.Client) *GetCatalogItemsUsingGET1Params
- func NewGetCatalogItemsUsingGET1ParamsWithTimeout(timeout time.Duration) *GetCatalogItemsUsingGET1Params
- func (o *GetCatalogItemsUsingGET1Params) SetContext(ctx context.Context)
- func (o *GetCatalogItemsUsingGET1Params) SetExpandProjects(expandProjects *bool)
- func (o *GetCatalogItemsUsingGET1Params) SetHTTPClient(client *http.Client)
- func (o *GetCatalogItemsUsingGET1Params) SetPage(page *int32)
- func (o *GetCatalogItemsUsingGET1Params) SetProjects(projects []string)
- func (o *GetCatalogItemsUsingGET1Params) SetSearch(search *string)
- func (o *GetCatalogItemsUsingGET1Params) SetSize(size *int32)
- func (o *GetCatalogItemsUsingGET1Params) SetSort(sort []string)
- func (o *GetCatalogItemsUsingGET1Params) SetTimeout(timeout time.Duration)
- func (o *GetCatalogItemsUsingGET1Params) SetTypes(types []string)
- func (o *GetCatalogItemsUsingGET1Params) WithContext(ctx context.Context) *GetCatalogItemsUsingGET1Params
- func (o *GetCatalogItemsUsingGET1Params) WithExpandProjects(expandProjects *bool) *GetCatalogItemsUsingGET1Params
- func (o *GetCatalogItemsUsingGET1Params) WithHTTPClient(client *http.Client) *GetCatalogItemsUsingGET1Params
- func (o *GetCatalogItemsUsingGET1Params) WithPage(page *int32) *GetCatalogItemsUsingGET1Params
- func (o *GetCatalogItemsUsingGET1Params) WithProjects(projects []string) *GetCatalogItemsUsingGET1Params
- func (o *GetCatalogItemsUsingGET1Params) WithSearch(search *string) *GetCatalogItemsUsingGET1Params
- func (o *GetCatalogItemsUsingGET1Params) WithSize(size *int32) *GetCatalogItemsUsingGET1Params
- func (o *GetCatalogItemsUsingGET1Params) WithSort(sort []string) *GetCatalogItemsUsingGET1Params
- func (o *GetCatalogItemsUsingGET1Params) WithTimeout(timeout time.Duration) *GetCatalogItemsUsingGET1Params
- func (o *GetCatalogItemsUsingGET1Params) WithTypes(types []string) *GetCatalogItemsUsingGET1Params
- func (o *GetCatalogItemsUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCatalogItemsUsingGET1Reader
- type GetCatalogItemsUsingGET1Unauthorized
- type GetVersionByIDUsingGETForbidden
- type GetVersionByIDUsingGETNotFound
- type GetVersionByIDUsingGETOK
- type GetVersionByIDUsingGETParams
- func NewGetVersionByIDUsingGETParams() *GetVersionByIDUsingGETParams
- func NewGetVersionByIDUsingGETParamsWithContext(ctx context.Context) *GetVersionByIDUsingGETParams
- func NewGetVersionByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetVersionByIDUsingGETParams
- func NewGetVersionByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetVersionByIDUsingGETParams
- func (o *GetVersionByIDUsingGETParams) SetContext(ctx context.Context)
- func (o *GetVersionByIDUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetVersionByIDUsingGETParams) SetID(id strfmt.UUID)
- func (o *GetVersionByIDUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetVersionByIDUsingGETParams) SetVersionID(versionID string)
- func (o *GetVersionByIDUsingGETParams) WithContext(ctx context.Context) *GetVersionByIDUsingGETParams
- func (o *GetVersionByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetVersionByIDUsingGETParams
- func (o *GetVersionByIDUsingGETParams) WithID(id strfmt.UUID) *GetVersionByIDUsingGETParams
- func (o *GetVersionByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetVersionByIDUsingGETParams
- func (o *GetVersionByIDUsingGETParams) WithVersionID(versionID string) *GetVersionByIDUsingGETParams
- func (o *GetVersionByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVersionByIDUsingGETReader
- type GetVersionByIDUsingGETUnauthorized
- type GetVersionsUsingGETForbidden
- type GetVersionsUsingGETNotFound
- type GetVersionsUsingGETOK
- type GetVersionsUsingGETParams
- func NewGetVersionsUsingGETParams() *GetVersionsUsingGETParams
- func NewGetVersionsUsingGETParamsWithContext(ctx context.Context) *GetVersionsUsingGETParams
- func NewGetVersionsUsingGETParamsWithHTTPClient(client *http.Client) *GetVersionsUsingGETParams
- func NewGetVersionsUsingGETParamsWithTimeout(timeout time.Duration) *GetVersionsUsingGETParams
- func (o *GetVersionsUsingGETParams) SetContext(ctx context.Context)
- func (o *GetVersionsUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetVersionsUsingGETParams) SetID(id strfmt.UUID)
- func (o *GetVersionsUsingGETParams) SetPage(page *int32)
- func (o *GetVersionsUsingGETParams) SetSize(size *int32)
- func (o *GetVersionsUsingGETParams) SetSort(sort []string)
- func (o *GetVersionsUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetVersionsUsingGETParams) WithContext(ctx context.Context) *GetVersionsUsingGETParams
- func (o *GetVersionsUsingGETParams) WithHTTPClient(client *http.Client) *GetVersionsUsingGETParams
- func (o *GetVersionsUsingGETParams) WithID(id strfmt.UUID) *GetVersionsUsingGETParams
- func (o *GetVersionsUsingGETParams) WithPage(page *int32) *GetVersionsUsingGETParams
- func (o *GetVersionsUsingGETParams) WithSize(size *int32) *GetVersionsUsingGETParams
- func (o *GetVersionsUsingGETParams) WithSort(sort []string) *GetVersionsUsingGETParams
- func (o *GetVersionsUsingGETParams) WithTimeout(timeout time.Duration) *GetVersionsUsingGETParams
- func (o *GetVersionsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVersionsUsingGETReader
- type GetVersionsUsingGETUnauthorized
- type RequestCatalogItemUsingPOSTCreated
- type RequestCatalogItemUsingPOSTForbidden
- type RequestCatalogItemUsingPOSTNotFound
- type RequestCatalogItemUsingPOSTOK
- type RequestCatalogItemUsingPOSTParams
- func NewRequestCatalogItemUsingPOSTParams() *RequestCatalogItemUsingPOSTParams
- func NewRequestCatalogItemUsingPOSTParamsWithContext(ctx context.Context) *RequestCatalogItemUsingPOSTParams
- func NewRequestCatalogItemUsingPOSTParamsWithHTTPClient(client *http.Client) *RequestCatalogItemUsingPOSTParams
- func NewRequestCatalogItemUsingPOSTParamsWithTimeout(timeout time.Duration) *RequestCatalogItemUsingPOSTParams
- func (o *RequestCatalogItemUsingPOSTParams) SetContext(ctx context.Context)
- func (o *RequestCatalogItemUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *RequestCatalogItemUsingPOSTParams) SetID(id strfmt.UUID)
- func (o *RequestCatalogItemUsingPOSTParams) SetRequest(request *models.CatalogItemRequest)
- func (o *RequestCatalogItemUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *RequestCatalogItemUsingPOSTParams) WithContext(ctx context.Context) *RequestCatalogItemUsingPOSTParams
- func (o *RequestCatalogItemUsingPOSTParams) WithHTTPClient(client *http.Client) *RequestCatalogItemUsingPOSTParams
- func (o *RequestCatalogItemUsingPOSTParams) WithID(id strfmt.UUID) *RequestCatalogItemUsingPOSTParams
- func (o *RequestCatalogItemUsingPOSTParams) WithRequest(request *models.CatalogItemRequest) *RequestCatalogItemUsingPOSTParams
- func (o *RequestCatalogItemUsingPOSTParams) WithTimeout(timeout time.Duration) *RequestCatalogItemUsingPOSTParams
- func (o *RequestCatalogItemUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RequestCatalogItemUsingPOSTReader
- type RequestCatalogItemUsingPOSTUnauthorized
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 catalog items API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new catalog items API client.
func (*Client) GetCatalogItemUsingGET1 ¶
func (a *Client) GetCatalogItemUsingGET1(params *GetCatalogItemUsingGET1Params) (*GetCatalogItemUsingGET1OK, error)
GetCatalogItemUsingGET1 finds a catalog item with specified ID
Returns the catalog item with the specified ID.
func (*Client) GetCatalogItemsUsingGET1 ¶
func (a *Client) GetCatalogItemsUsingGET1(params *GetCatalogItemsUsingGET1Params) (*GetCatalogItemsUsingGET1OK, error)
GetCatalogItemsUsingGET1 fetches a list of catalog items
Returns a paginated list of catalog items.
func (*Client) GetVersionByIDUsingGET ¶
func (a *Client) GetVersionByIDUsingGET(params *GetVersionByIDUsingGETParams) (*GetVersionByIDUsingGETOK, error)
GetVersionByIDUsingGET fetches detailed catalog item version
Returns a detailed catalog item version.
func (*Client) GetVersionsUsingGET ¶
func (a *Client) GetVersionsUsingGET(params *GetVersionsUsingGETParams) (*GetVersionsUsingGETOK, error)
GetVersionsUsingGET fetches a list of catalog items with versions
Returns a paginated list of catalog item versions.
func (*Client) RequestCatalogItemUsingPOST ¶
func (a *Client) RequestCatalogItemUsingPOST(params *RequestCatalogItemUsingPOSTParams) (*RequestCatalogItemUsingPOSTOK, *RequestCatalogItemUsingPOSTCreated, error)
RequestCatalogItemUsingPOST creates a deployment
Creates a deployment from a catalog item.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type GetCatalogItemUsingGET1Forbidden ¶
type GetCatalogItemUsingGET1Forbidden struct {
}
GetCatalogItemUsingGET1Forbidden handles this case with default header values.
Forbidden
func NewGetCatalogItemUsingGET1Forbidden ¶
func NewGetCatalogItemUsingGET1Forbidden() *GetCatalogItemUsingGET1Forbidden
NewGetCatalogItemUsingGET1Forbidden creates a GetCatalogItemUsingGET1Forbidden with default headers values
func (*GetCatalogItemUsingGET1Forbidden) Error ¶
func (o *GetCatalogItemUsingGET1Forbidden) Error() string
type GetCatalogItemUsingGET1NotFound ¶
type GetCatalogItemUsingGET1NotFound struct {
}
GetCatalogItemUsingGET1NotFound handles this case with default header values.
Not Found
func NewGetCatalogItemUsingGET1NotFound ¶
func NewGetCatalogItemUsingGET1NotFound() *GetCatalogItemUsingGET1NotFound
NewGetCatalogItemUsingGET1NotFound creates a GetCatalogItemUsingGET1NotFound with default headers values
func (*GetCatalogItemUsingGET1NotFound) Error ¶
func (o *GetCatalogItemUsingGET1NotFound) Error() string
type GetCatalogItemUsingGET1OK ¶
type GetCatalogItemUsingGET1OK struct {
Payload *models.CatalogItem
}
GetCatalogItemUsingGET1OK handles this case with default header values.
OK
func NewGetCatalogItemUsingGET1OK ¶
func NewGetCatalogItemUsingGET1OK() *GetCatalogItemUsingGET1OK
NewGetCatalogItemUsingGET1OK creates a GetCatalogItemUsingGET1OK with default headers values
func (*GetCatalogItemUsingGET1OK) Error ¶
func (o *GetCatalogItemUsingGET1OK) Error() string
func (*GetCatalogItemUsingGET1OK) GetPayload ¶
func (o *GetCatalogItemUsingGET1OK) GetPayload() *models.CatalogItem
type GetCatalogItemUsingGET1Params ¶
type GetCatalogItemUsingGET1Params struct {
/*ExpandProjects
Retrieves the 'projects' field of the catalog item
*/
ExpandProjects *bool
/*ID
Catalog item ID
*/
ID strfmt.UUID
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetCatalogItemUsingGET1Params contains all the parameters to send to the API endpoint for the get catalog item using get1 operation typically these are written to a http.Request
func NewGetCatalogItemUsingGET1Params ¶
func NewGetCatalogItemUsingGET1Params() *GetCatalogItemUsingGET1Params
NewGetCatalogItemUsingGET1Params creates a new GetCatalogItemUsingGET1Params object with the default values initialized.
func NewGetCatalogItemUsingGET1ParamsWithContext ¶
func NewGetCatalogItemUsingGET1ParamsWithContext(ctx context.Context) *GetCatalogItemUsingGET1Params
NewGetCatalogItemUsingGET1ParamsWithContext creates a new GetCatalogItemUsingGET1Params object with the default values initialized, and the ability to set a context for a request
func NewGetCatalogItemUsingGET1ParamsWithHTTPClient ¶
func NewGetCatalogItemUsingGET1ParamsWithHTTPClient(client *http.Client) *GetCatalogItemUsingGET1Params
NewGetCatalogItemUsingGET1ParamsWithHTTPClient creates a new GetCatalogItemUsingGET1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCatalogItemUsingGET1ParamsWithTimeout ¶
func NewGetCatalogItemUsingGET1ParamsWithTimeout(timeout time.Duration) *GetCatalogItemUsingGET1Params
NewGetCatalogItemUsingGET1ParamsWithTimeout creates a new GetCatalogItemUsingGET1Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetCatalogItemUsingGET1Params) SetContext ¶
func (o *GetCatalogItemUsingGET1Params) SetContext(ctx context.Context)
SetContext adds the context to the get catalog item using get1 params
func (*GetCatalogItemUsingGET1Params) SetExpandProjects ¶
func (o *GetCatalogItemUsingGET1Params) SetExpandProjects(expandProjects *bool)
SetExpandProjects adds the expandProjects to the get catalog item using get1 params
func (*GetCatalogItemUsingGET1Params) SetHTTPClient ¶
func (o *GetCatalogItemUsingGET1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get catalog item using get1 params
func (*GetCatalogItemUsingGET1Params) SetID ¶
func (o *GetCatalogItemUsingGET1Params) SetID(id strfmt.UUID)
SetID adds the id to the get catalog item using get1 params
func (*GetCatalogItemUsingGET1Params) SetTimeout ¶
func (o *GetCatalogItemUsingGET1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get catalog item using get1 params
func (*GetCatalogItemUsingGET1Params) WithContext ¶
func (o *GetCatalogItemUsingGET1Params) WithContext(ctx context.Context) *GetCatalogItemUsingGET1Params
WithContext adds the context to the get catalog item using get1 params
func (*GetCatalogItemUsingGET1Params) WithExpandProjects ¶
func (o *GetCatalogItemUsingGET1Params) WithExpandProjects(expandProjects *bool) *GetCatalogItemUsingGET1Params
WithExpandProjects adds the expandProjects to the get catalog item using get1 params
func (*GetCatalogItemUsingGET1Params) WithHTTPClient ¶
func (o *GetCatalogItemUsingGET1Params) WithHTTPClient(client *http.Client) *GetCatalogItemUsingGET1Params
WithHTTPClient adds the HTTPClient to the get catalog item using get1 params
func (*GetCatalogItemUsingGET1Params) WithID ¶
func (o *GetCatalogItemUsingGET1Params) WithID(id strfmt.UUID) *GetCatalogItemUsingGET1Params
WithID adds the id to the get catalog item using get1 params
func (*GetCatalogItemUsingGET1Params) WithTimeout ¶
func (o *GetCatalogItemUsingGET1Params) WithTimeout(timeout time.Duration) *GetCatalogItemUsingGET1Params
WithTimeout adds the timeout to the get catalog item using get1 params
func (*GetCatalogItemUsingGET1Params) WriteToRequest ¶
func (o *GetCatalogItemUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCatalogItemUsingGET1Reader ¶
type GetCatalogItemUsingGET1Reader struct {
// contains filtered or unexported fields
}
GetCatalogItemUsingGET1Reader is a Reader for the GetCatalogItemUsingGET1 structure.
func (*GetCatalogItemUsingGET1Reader) ReadResponse ¶
func (o *GetCatalogItemUsingGET1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCatalogItemUsingGET1Unauthorized ¶
type GetCatalogItemUsingGET1Unauthorized struct {
}
GetCatalogItemUsingGET1Unauthorized handles this case with default header values.
Unauthorized
func NewGetCatalogItemUsingGET1Unauthorized ¶
func NewGetCatalogItemUsingGET1Unauthorized() *GetCatalogItemUsingGET1Unauthorized
NewGetCatalogItemUsingGET1Unauthorized creates a GetCatalogItemUsingGET1Unauthorized with default headers values
func (*GetCatalogItemUsingGET1Unauthorized) Error ¶
func (o *GetCatalogItemUsingGET1Unauthorized) Error() string
type GetCatalogItemsUsingGET1Forbidden ¶
type GetCatalogItemsUsingGET1Forbidden struct {
}
GetCatalogItemsUsingGET1Forbidden handles this case with default header values.
Forbidden
func NewGetCatalogItemsUsingGET1Forbidden ¶
func NewGetCatalogItemsUsingGET1Forbidden() *GetCatalogItemsUsingGET1Forbidden
NewGetCatalogItemsUsingGET1Forbidden creates a GetCatalogItemsUsingGET1Forbidden with default headers values
func (*GetCatalogItemsUsingGET1Forbidden) Error ¶
func (o *GetCatalogItemsUsingGET1Forbidden) Error() string
type GetCatalogItemsUsingGET1NotFound ¶
type GetCatalogItemsUsingGET1NotFound struct {
}
GetCatalogItemsUsingGET1NotFound handles this case with default header values.
Not Found
func NewGetCatalogItemsUsingGET1NotFound ¶
func NewGetCatalogItemsUsingGET1NotFound() *GetCatalogItemsUsingGET1NotFound
NewGetCatalogItemsUsingGET1NotFound creates a GetCatalogItemsUsingGET1NotFound with default headers values
func (*GetCatalogItemsUsingGET1NotFound) Error ¶
func (o *GetCatalogItemsUsingGET1NotFound) Error() string
type GetCatalogItemsUsingGET1OK ¶
type GetCatalogItemsUsingGET1OK struct {
Payload *models.CatalogItem
}
GetCatalogItemsUsingGET1OK handles this case with default header values.
OK
func NewGetCatalogItemsUsingGET1OK ¶
func NewGetCatalogItemsUsingGET1OK() *GetCatalogItemsUsingGET1OK
NewGetCatalogItemsUsingGET1OK creates a GetCatalogItemsUsingGET1OK with default headers values
func (*GetCatalogItemsUsingGET1OK) Error ¶
func (o *GetCatalogItemsUsingGET1OK) Error() string
func (*GetCatalogItemsUsingGET1OK) GetPayload ¶
func (o *GetCatalogItemsUsingGET1OK) GetPayload() *models.CatalogItem
type GetCatalogItemsUsingGET1Params ¶
type GetCatalogItemsUsingGET1Params struct {
/*ExpandProjects
Whether or not to return detailed project data for each result.
*/
ExpandProjects *bool
/*Page
Results page you want to retrieve (0..N)
*/
Page *int32
/*Projects
A list of project IDs. Results will belong to one of these projects.
*/
Projects []string
/*Search
Matches will have this string somewhere in their name or description.
*/
Search *string
/*Size
Number of records per page.
*/
Size *int32
/*Sort
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
*/
Sort []string
/*Types
A list of Catalog Item Type IDs. Results will be one of these types.
*/
Types []string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetCatalogItemsUsingGET1Params contains all the parameters to send to the API endpoint for the get catalog items using get1 operation typically these are written to a http.Request
func NewGetCatalogItemsUsingGET1Params ¶
func NewGetCatalogItemsUsingGET1Params() *GetCatalogItemsUsingGET1Params
NewGetCatalogItemsUsingGET1Params creates a new GetCatalogItemsUsingGET1Params object with the default values initialized.
func NewGetCatalogItemsUsingGET1ParamsWithContext ¶
func NewGetCatalogItemsUsingGET1ParamsWithContext(ctx context.Context) *GetCatalogItemsUsingGET1Params
NewGetCatalogItemsUsingGET1ParamsWithContext creates a new GetCatalogItemsUsingGET1Params object with the default values initialized, and the ability to set a context for a request
func NewGetCatalogItemsUsingGET1ParamsWithHTTPClient ¶
func NewGetCatalogItemsUsingGET1ParamsWithHTTPClient(client *http.Client) *GetCatalogItemsUsingGET1Params
NewGetCatalogItemsUsingGET1ParamsWithHTTPClient creates a new GetCatalogItemsUsingGET1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCatalogItemsUsingGET1ParamsWithTimeout ¶
func NewGetCatalogItemsUsingGET1ParamsWithTimeout(timeout time.Duration) *GetCatalogItemsUsingGET1Params
NewGetCatalogItemsUsingGET1ParamsWithTimeout creates a new GetCatalogItemsUsingGET1Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetCatalogItemsUsingGET1Params) SetContext ¶
func (o *GetCatalogItemsUsingGET1Params) SetContext(ctx context.Context)
SetContext adds the context to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) SetExpandProjects ¶
func (o *GetCatalogItemsUsingGET1Params) SetExpandProjects(expandProjects *bool)
SetExpandProjects adds the expandProjects to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) SetHTTPClient ¶
func (o *GetCatalogItemsUsingGET1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) SetPage ¶
func (o *GetCatalogItemsUsingGET1Params) SetPage(page *int32)
SetPage adds the page to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) SetProjects ¶
func (o *GetCatalogItemsUsingGET1Params) SetProjects(projects []string)
SetProjects adds the projects to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) SetSearch ¶
func (o *GetCatalogItemsUsingGET1Params) SetSearch(search *string)
SetSearch adds the search to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) SetSize ¶
func (o *GetCatalogItemsUsingGET1Params) SetSize(size *int32)
SetSize adds the size to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) SetSort ¶
func (o *GetCatalogItemsUsingGET1Params) SetSort(sort []string)
SetSort adds the sort to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) SetTimeout ¶
func (o *GetCatalogItemsUsingGET1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) SetTypes ¶
func (o *GetCatalogItemsUsingGET1Params) SetTypes(types []string)
SetTypes adds the types to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) WithContext ¶
func (o *GetCatalogItemsUsingGET1Params) WithContext(ctx context.Context) *GetCatalogItemsUsingGET1Params
WithContext adds the context to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) WithExpandProjects ¶
func (o *GetCatalogItemsUsingGET1Params) WithExpandProjects(expandProjects *bool) *GetCatalogItemsUsingGET1Params
WithExpandProjects adds the expandProjects to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) WithHTTPClient ¶
func (o *GetCatalogItemsUsingGET1Params) WithHTTPClient(client *http.Client) *GetCatalogItemsUsingGET1Params
WithHTTPClient adds the HTTPClient to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) WithPage ¶
func (o *GetCatalogItemsUsingGET1Params) WithPage(page *int32) *GetCatalogItemsUsingGET1Params
WithPage adds the page to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) WithProjects ¶
func (o *GetCatalogItemsUsingGET1Params) WithProjects(projects []string) *GetCatalogItemsUsingGET1Params
WithProjects adds the projects to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) WithSearch ¶
func (o *GetCatalogItemsUsingGET1Params) WithSearch(search *string) *GetCatalogItemsUsingGET1Params
WithSearch adds the search to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) WithSize ¶
func (o *GetCatalogItemsUsingGET1Params) WithSize(size *int32) *GetCatalogItemsUsingGET1Params
WithSize adds the size to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) WithSort ¶
func (o *GetCatalogItemsUsingGET1Params) WithSort(sort []string) *GetCatalogItemsUsingGET1Params
WithSort adds the sort to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) WithTimeout ¶
func (o *GetCatalogItemsUsingGET1Params) WithTimeout(timeout time.Duration) *GetCatalogItemsUsingGET1Params
WithTimeout adds the timeout to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) WithTypes ¶
func (o *GetCatalogItemsUsingGET1Params) WithTypes(types []string) *GetCatalogItemsUsingGET1Params
WithTypes adds the types to the get catalog items using get1 params
func (*GetCatalogItemsUsingGET1Params) WriteToRequest ¶
func (o *GetCatalogItemsUsingGET1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCatalogItemsUsingGET1Reader ¶
type GetCatalogItemsUsingGET1Reader struct {
// contains filtered or unexported fields
}
GetCatalogItemsUsingGET1Reader is a Reader for the GetCatalogItemsUsingGET1 structure.
func (*GetCatalogItemsUsingGET1Reader) ReadResponse ¶
func (o *GetCatalogItemsUsingGET1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCatalogItemsUsingGET1Unauthorized ¶
type GetCatalogItemsUsingGET1Unauthorized struct {
}
GetCatalogItemsUsingGET1Unauthorized handles this case with default header values.
Unauthorized
func NewGetCatalogItemsUsingGET1Unauthorized ¶
func NewGetCatalogItemsUsingGET1Unauthorized() *GetCatalogItemsUsingGET1Unauthorized
NewGetCatalogItemsUsingGET1Unauthorized creates a GetCatalogItemsUsingGET1Unauthorized with default headers values
func (*GetCatalogItemsUsingGET1Unauthorized) Error ¶
func (o *GetCatalogItemsUsingGET1Unauthorized) Error() string
type GetVersionByIDUsingGETForbidden ¶
type GetVersionByIDUsingGETForbidden struct {
}
GetVersionByIDUsingGETForbidden handles this case with default header values.
Forbidden
func NewGetVersionByIDUsingGETForbidden ¶
func NewGetVersionByIDUsingGETForbidden() *GetVersionByIDUsingGETForbidden
NewGetVersionByIDUsingGETForbidden creates a GetVersionByIDUsingGETForbidden with default headers values
func (*GetVersionByIDUsingGETForbidden) Error ¶
func (o *GetVersionByIDUsingGETForbidden) Error() string
type GetVersionByIDUsingGETNotFound ¶
type GetVersionByIDUsingGETNotFound struct {
}
GetVersionByIDUsingGETNotFound handles this case with default header values.
Not Found
func NewGetVersionByIDUsingGETNotFound ¶
func NewGetVersionByIDUsingGETNotFound() *GetVersionByIDUsingGETNotFound
NewGetVersionByIDUsingGETNotFound creates a GetVersionByIDUsingGETNotFound with default headers values
func (*GetVersionByIDUsingGETNotFound) Error ¶
func (o *GetVersionByIDUsingGETNotFound) Error() string
type GetVersionByIDUsingGETOK ¶
type GetVersionByIDUsingGETOK struct {
Payload *models.CatalogItemVersion
}
GetVersionByIDUsingGETOK handles this case with default header values.
OK
func NewGetVersionByIDUsingGETOK ¶
func NewGetVersionByIDUsingGETOK() *GetVersionByIDUsingGETOK
NewGetVersionByIDUsingGETOK creates a GetVersionByIDUsingGETOK with default headers values
func (*GetVersionByIDUsingGETOK) Error ¶
func (o *GetVersionByIDUsingGETOK) Error() string
func (*GetVersionByIDUsingGETOK) GetPayload ¶
func (o *GetVersionByIDUsingGETOK) GetPayload() *models.CatalogItemVersion
type GetVersionByIDUsingGETParams ¶
type GetVersionByIDUsingGETParams struct {
/*ID
Catalog Item ID
*/
ID strfmt.UUID
/*VersionID
Catalog Item Version ID
*/
VersionID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetVersionByIDUsingGETParams contains all the parameters to send to the API endpoint for the get version by Id using g e t operation typically these are written to a http.Request
func NewGetVersionByIDUsingGETParams ¶
func NewGetVersionByIDUsingGETParams() *GetVersionByIDUsingGETParams
NewGetVersionByIDUsingGETParams creates a new GetVersionByIDUsingGETParams object with the default values initialized.
func NewGetVersionByIDUsingGETParamsWithContext ¶
func NewGetVersionByIDUsingGETParamsWithContext(ctx context.Context) *GetVersionByIDUsingGETParams
NewGetVersionByIDUsingGETParamsWithContext creates a new GetVersionByIDUsingGETParams object with the default values initialized, and the ability to set a context for a request
func NewGetVersionByIDUsingGETParamsWithHTTPClient ¶
func NewGetVersionByIDUsingGETParamsWithHTTPClient(client *http.Client) *GetVersionByIDUsingGETParams
NewGetVersionByIDUsingGETParamsWithHTTPClient creates a new GetVersionByIDUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVersionByIDUsingGETParamsWithTimeout ¶
func NewGetVersionByIDUsingGETParamsWithTimeout(timeout time.Duration) *GetVersionByIDUsingGETParams
NewGetVersionByIDUsingGETParamsWithTimeout creates a new GetVersionByIDUsingGETParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVersionByIDUsingGETParams) SetContext ¶
func (o *GetVersionByIDUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get version by Id using get params
func (*GetVersionByIDUsingGETParams) SetHTTPClient ¶
func (o *GetVersionByIDUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get version by Id using get params
func (*GetVersionByIDUsingGETParams) SetID ¶
func (o *GetVersionByIDUsingGETParams) SetID(id strfmt.UUID)
SetID adds the id to the get version by Id using get params
func (*GetVersionByIDUsingGETParams) SetTimeout ¶
func (o *GetVersionByIDUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get version by Id using get params
func (*GetVersionByIDUsingGETParams) SetVersionID ¶
func (o *GetVersionByIDUsingGETParams) SetVersionID(versionID string)
SetVersionID adds the versionId to the get version by Id using get params
func (*GetVersionByIDUsingGETParams) WithContext ¶
func (o *GetVersionByIDUsingGETParams) WithContext(ctx context.Context) *GetVersionByIDUsingGETParams
WithContext adds the context to the get version by Id using get params
func (*GetVersionByIDUsingGETParams) WithHTTPClient ¶
func (o *GetVersionByIDUsingGETParams) WithHTTPClient(client *http.Client) *GetVersionByIDUsingGETParams
WithHTTPClient adds the HTTPClient to the get version by Id using get params
func (*GetVersionByIDUsingGETParams) WithID ¶
func (o *GetVersionByIDUsingGETParams) WithID(id strfmt.UUID) *GetVersionByIDUsingGETParams
WithID adds the id to the get version by Id using get params
func (*GetVersionByIDUsingGETParams) WithTimeout ¶
func (o *GetVersionByIDUsingGETParams) WithTimeout(timeout time.Duration) *GetVersionByIDUsingGETParams
WithTimeout adds the timeout to the get version by Id using get params
func (*GetVersionByIDUsingGETParams) WithVersionID ¶
func (o *GetVersionByIDUsingGETParams) WithVersionID(versionID string) *GetVersionByIDUsingGETParams
WithVersionID adds the versionID to the get version by Id using get params
func (*GetVersionByIDUsingGETParams) WriteToRequest ¶
func (o *GetVersionByIDUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVersionByIDUsingGETReader ¶
type GetVersionByIDUsingGETReader struct {
// contains filtered or unexported fields
}
GetVersionByIDUsingGETReader is a Reader for the GetVersionByIDUsingGET structure.
func (*GetVersionByIDUsingGETReader) ReadResponse ¶
func (o *GetVersionByIDUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVersionByIDUsingGETUnauthorized ¶
type GetVersionByIDUsingGETUnauthorized struct {
}
GetVersionByIDUsingGETUnauthorized handles this case with default header values.
Unauthorized
func NewGetVersionByIDUsingGETUnauthorized ¶
func NewGetVersionByIDUsingGETUnauthorized() *GetVersionByIDUsingGETUnauthorized
NewGetVersionByIDUsingGETUnauthorized creates a GetVersionByIDUsingGETUnauthorized with default headers values
func (*GetVersionByIDUsingGETUnauthorized) Error ¶
func (o *GetVersionByIDUsingGETUnauthorized) Error() string
type GetVersionsUsingGETForbidden ¶
type GetVersionsUsingGETForbidden struct {
}
GetVersionsUsingGETForbidden handles this case with default header values.
Forbidden
func NewGetVersionsUsingGETForbidden ¶
func NewGetVersionsUsingGETForbidden() *GetVersionsUsingGETForbidden
NewGetVersionsUsingGETForbidden creates a GetVersionsUsingGETForbidden with default headers values
func (*GetVersionsUsingGETForbidden) Error ¶
func (o *GetVersionsUsingGETForbidden) Error() string
type GetVersionsUsingGETNotFound ¶
type GetVersionsUsingGETNotFound struct {
}
GetVersionsUsingGETNotFound handles this case with default header values.
Not Found
func NewGetVersionsUsingGETNotFound ¶
func NewGetVersionsUsingGETNotFound() *GetVersionsUsingGETNotFound
NewGetVersionsUsingGETNotFound creates a GetVersionsUsingGETNotFound with default headers values
func (*GetVersionsUsingGETNotFound) Error ¶
func (o *GetVersionsUsingGETNotFound) Error() string
type GetVersionsUsingGETOK ¶
type GetVersionsUsingGETOK struct {
Payload *models.CatalogItemVersion
}
GetVersionsUsingGETOK handles this case with default header values.
OK
func NewGetVersionsUsingGETOK ¶
func NewGetVersionsUsingGETOK() *GetVersionsUsingGETOK
NewGetVersionsUsingGETOK creates a GetVersionsUsingGETOK with default headers values
func (*GetVersionsUsingGETOK) Error ¶
func (o *GetVersionsUsingGETOK) Error() string
func (*GetVersionsUsingGETOK) GetPayload ¶
func (o *GetVersionsUsingGETOK) GetPayload() *models.CatalogItemVersion
type GetVersionsUsingGETParams ¶
type GetVersionsUsingGETParams struct {
/*ID
Catalog Item ID
*/
ID strfmt.UUID
/*Page
Results page you want to retrieve (0..N)
*/
Page *int32
/*Size
Number of records per page.
*/
Size *int32
/*Sort
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
*/
Sort []string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetVersionsUsingGETParams contains all the parameters to send to the API endpoint for the get versions using g e t operation typically these are written to a http.Request
func NewGetVersionsUsingGETParams ¶
func NewGetVersionsUsingGETParams() *GetVersionsUsingGETParams
NewGetVersionsUsingGETParams creates a new GetVersionsUsingGETParams object with the default values initialized.
func NewGetVersionsUsingGETParamsWithContext ¶
func NewGetVersionsUsingGETParamsWithContext(ctx context.Context) *GetVersionsUsingGETParams
NewGetVersionsUsingGETParamsWithContext creates a new GetVersionsUsingGETParams object with the default values initialized, and the ability to set a context for a request
func NewGetVersionsUsingGETParamsWithHTTPClient ¶
func NewGetVersionsUsingGETParamsWithHTTPClient(client *http.Client) *GetVersionsUsingGETParams
NewGetVersionsUsingGETParamsWithHTTPClient creates a new GetVersionsUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVersionsUsingGETParamsWithTimeout ¶
func NewGetVersionsUsingGETParamsWithTimeout(timeout time.Duration) *GetVersionsUsingGETParams
NewGetVersionsUsingGETParamsWithTimeout creates a new GetVersionsUsingGETParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVersionsUsingGETParams) SetContext ¶
func (o *GetVersionsUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get versions using get params
func (*GetVersionsUsingGETParams) SetHTTPClient ¶
func (o *GetVersionsUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get versions using get params
func (*GetVersionsUsingGETParams) SetID ¶
func (o *GetVersionsUsingGETParams) SetID(id strfmt.UUID)
SetID adds the id to the get versions using get params
func (*GetVersionsUsingGETParams) SetPage ¶
func (o *GetVersionsUsingGETParams) SetPage(page *int32)
SetPage adds the page to the get versions using get params
func (*GetVersionsUsingGETParams) SetSize ¶
func (o *GetVersionsUsingGETParams) SetSize(size *int32)
SetSize adds the size to the get versions using get params
func (*GetVersionsUsingGETParams) SetSort ¶
func (o *GetVersionsUsingGETParams) SetSort(sort []string)
SetSort adds the sort to the get versions using get params
func (*GetVersionsUsingGETParams) SetTimeout ¶
func (o *GetVersionsUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get versions using get params
func (*GetVersionsUsingGETParams) WithContext ¶
func (o *GetVersionsUsingGETParams) WithContext(ctx context.Context) *GetVersionsUsingGETParams
WithContext adds the context to the get versions using get params
func (*GetVersionsUsingGETParams) WithHTTPClient ¶
func (o *GetVersionsUsingGETParams) WithHTTPClient(client *http.Client) *GetVersionsUsingGETParams
WithHTTPClient adds the HTTPClient to the get versions using get params
func (*GetVersionsUsingGETParams) WithID ¶
func (o *GetVersionsUsingGETParams) WithID(id strfmt.UUID) *GetVersionsUsingGETParams
WithID adds the id to the get versions using get params
func (*GetVersionsUsingGETParams) WithPage ¶
func (o *GetVersionsUsingGETParams) WithPage(page *int32) *GetVersionsUsingGETParams
WithPage adds the page to the get versions using get params
func (*GetVersionsUsingGETParams) WithSize ¶
func (o *GetVersionsUsingGETParams) WithSize(size *int32) *GetVersionsUsingGETParams
WithSize adds the size to the get versions using get params
func (*GetVersionsUsingGETParams) WithSort ¶
func (o *GetVersionsUsingGETParams) WithSort(sort []string) *GetVersionsUsingGETParams
WithSort adds the sort to the get versions using get params
func (*GetVersionsUsingGETParams) WithTimeout ¶
func (o *GetVersionsUsingGETParams) WithTimeout(timeout time.Duration) *GetVersionsUsingGETParams
WithTimeout adds the timeout to the get versions using get params
func (*GetVersionsUsingGETParams) WriteToRequest ¶
func (o *GetVersionsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVersionsUsingGETReader ¶
type GetVersionsUsingGETReader struct {
// contains filtered or unexported fields
}
GetVersionsUsingGETReader is a Reader for the GetVersionsUsingGET structure.
func (*GetVersionsUsingGETReader) ReadResponse ¶
func (o *GetVersionsUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVersionsUsingGETUnauthorized ¶
type GetVersionsUsingGETUnauthorized struct {
}
GetVersionsUsingGETUnauthorized handles this case with default header values.
Unauthorized
func NewGetVersionsUsingGETUnauthorized ¶
func NewGetVersionsUsingGETUnauthorized() *GetVersionsUsingGETUnauthorized
NewGetVersionsUsingGETUnauthorized creates a GetVersionsUsingGETUnauthorized with default headers values
func (*GetVersionsUsingGETUnauthorized) Error ¶
func (o *GetVersionsUsingGETUnauthorized) Error() string
type RequestCatalogItemUsingPOSTCreated ¶
type RequestCatalogItemUsingPOSTCreated struct {
}
RequestCatalogItemUsingPOSTCreated handles this case with default header values.
Created
func NewRequestCatalogItemUsingPOSTCreated ¶
func NewRequestCatalogItemUsingPOSTCreated() *RequestCatalogItemUsingPOSTCreated
NewRequestCatalogItemUsingPOSTCreated creates a RequestCatalogItemUsingPOSTCreated with default headers values
func (*RequestCatalogItemUsingPOSTCreated) Error ¶
func (o *RequestCatalogItemUsingPOSTCreated) Error() string
type RequestCatalogItemUsingPOSTForbidden ¶
type RequestCatalogItemUsingPOSTForbidden struct {
}
RequestCatalogItemUsingPOSTForbidden handles this case with default header values.
Forbidden
func NewRequestCatalogItemUsingPOSTForbidden ¶
func NewRequestCatalogItemUsingPOSTForbidden() *RequestCatalogItemUsingPOSTForbidden
NewRequestCatalogItemUsingPOSTForbidden creates a RequestCatalogItemUsingPOSTForbidden with default headers values
func (*RequestCatalogItemUsingPOSTForbidden) Error ¶
func (o *RequestCatalogItemUsingPOSTForbidden) Error() string
type RequestCatalogItemUsingPOSTNotFound ¶
type RequestCatalogItemUsingPOSTNotFound struct {
}
RequestCatalogItemUsingPOSTNotFound handles this case with default header values.
Not Found
func NewRequestCatalogItemUsingPOSTNotFound ¶
func NewRequestCatalogItemUsingPOSTNotFound() *RequestCatalogItemUsingPOSTNotFound
NewRequestCatalogItemUsingPOSTNotFound creates a RequestCatalogItemUsingPOSTNotFound with default headers values
func (*RequestCatalogItemUsingPOSTNotFound) Error ¶
func (o *RequestCatalogItemUsingPOSTNotFound) Error() string
type RequestCatalogItemUsingPOSTOK ¶
type RequestCatalogItemUsingPOSTOK struct {
Payload *models.CatalogItemRequestResponse
}
RequestCatalogItemUsingPOSTOK handles this case with default header values.
OK
func NewRequestCatalogItemUsingPOSTOK ¶
func NewRequestCatalogItemUsingPOSTOK() *RequestCatalogItemUsingPOSTOK
NewRequestCatalogItemUsingPOSTOK creates a RequestCatalogItemUsingPOSTOK with default headers values
func (*RequestCatalogItemUsingPOSTOK) Error ¶
func (o *RequestCatalogItemUsingPOSTOK) Error() string
func (*RequestCatalogItemUsingPOSTOK) GetPayload ¶
func (o *RequestCatalogItemUsingPOSTOK) GetPayload() *models.CatalogItemRequestResponse
type RequestCatalogItemUsingPOSTParams ¶
type RequestCatalogItemUsingPOSTParams struct {
/*ID
Catalog item ID
*/
ID strfmt.UUID
/*Request
request
*/
Request *models.CatalogItemRequest
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
RequestCatalogItemUsingPOSTParams contains all the parameters to send to the API endpoint for the request catalog item using p o s t operation typically these are written to a http.Request
func NewRequestCatalogItemUsingPOSTParams ¶
func NewRequestCatalogItemUsingPOSTParams() *RequestCatalogItemUsingPOSTParams
NewRequestCatalogItemUsingPOSTParams creates a new RequestCatalogItemUsingPOSTParams object with the default values initialized.
func NewRequestCatalogItemUsingPOSTParamsWithContext ¶
func NewRequestCatalogItemUsingPOSTParamsWithContext(ctx context.Context) *RequestCatalogItemUsingPOSTParams
NewRequestCatalogItemUsingPOSTParamsWithContext creates a new RequestCatalogItemUsingPOSTParams object with the default values initialized, and the ability to set a context for a request
func NewRequestCatalogItemUsingPOSTParamsWithHTTPClient ¶
func NewRequestCatalogItemUsingPOSTParamsWithHTTPClient(client *http.Client) *RequestCatalogItemUsingPOSTParams
NewRequestCatalogItemUsingPOSTParamsWithHTTPClient creates a new RequestCatalogItemUsingPOSTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRequestCatalogItemUsingPOSTParamsWithTimeout ¶
func NewRequestCatalogItemUsingPOSTParamsWithTimeout(timeout time.Duration) *RequestCatalogItemUsingPOSTParams
NewRequestCatalogItemUsingPOSTParamsWithTimeout creates a new RequestCatalogItemUsingPOSTParams object with the default values initialized, and the ability to set a timeout on a request
func (*RequestCatalogItemUsingPOSTParams) SetContext ¶
func (o *RequestCatalogItemUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the request catalog item using p o s t params
func (*RequestCatalogItemUsingPOSTParams) SetHTTPClient ¶
func (o *RequestCatalogItemUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the request catalog item using p o s t params
func (*RequestCatalogItemUsingPOSTParams) SetID ¶
func (o *RequestCatalogItemUsingPOSTParams) SetID(id strfmt.UUID)
SetID adds the id to the request catalog item using p o s t params
func (*RequestCatalogItemUsingPOSTParams) SetRequest ¶
func (o *RequestCatalogItemUsingPOSTParams) SetRequest(request *models.CatalogItemRequest)
SetRequest adds the request to the request catalog item using p o s t params
func (*RequestCatalogItemUsingPOSTParams) SetTimeout ¶
func (o *RequestCatalogItemUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the request catalog item using p o s t params
func (*RequestCatalogItemUsingPOSTParams) WithContext ¶
func (o *RequestCatalogItemUsingPOSTParams) WithContext(ctx context.Context) *RequestCatalogItemUsingPOSTParams
WithContext adds the context to the request catalog item using p o s t params
func (*RequestCatalogItemUsingPOSTParams) WithHTTPClient ¶
func (o *RequestCatalogItemUsingPOSTParams) WithHTTPClient(client *http.Client) *RequestCatalogItemUsingPOSTParams
WithHTTPClient adds the HTTPClient to the request catalog item using p o s t params
func (*RequestCatalogItemUsingPOSTParams) WithID ¶
func (o *RequestCatalogItemUsingPOSTParams) WithID(id strfmt.UUID) *RequestCatalogItemUsingPOSTParams
WithID adds the id to the request catalog item using p o s t params
func (*RequestCatalogItemUsingPOSTParams) WithRequest ¶
func (o *RequestCatalogItemUsingPOSTParams) WithRequest(request *models.CatalogItemRequest) *RequestCatalogItemUsingPOSTParams
WithRequest adds the request to the request catalog item using p o s t params
func (*RequestCatalogItemUsingPOSTParams) WithTimeout ¶
func (o *RequestCatalogItemUsingPOSTParams) WithTimeout(timeout time.Duration) *RequestCatalogItemUsingPOSTParams
WithTimeout adds the timeout to the request catalog item using p o s t params
func (*RequestCatalogItemUsingPOSTParams) WriteToRequest ¶
func (o *RequestCatalogItemUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RequestCatalogItemUsingPOSTReader ¶
type RequestCatalogItemUsingPOSTReader struct {
// contains filtered or unexported fields
}
RequestCatalogItemUsingPOSTReader is a Reader for the RequestCatalogItemUsingPOST structure.
func (*RequestCatalogItemUsingPOSTReader) ReadResponse ¶
func (o *RequestCatalogItemUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RequestCatalogItemUsingPOSTUnauthorized ¶
type RequestCatalogItemUsingPOSTUnauthorized struct {
}
RequestCatalogItemUsingPOSTUnauthorized handles this case with default header values.
Unauthorized
func NewRequestCatalogItemUsingPOSTUnauthorized ¶
func NewRequestCatalogItemUsingPOSTUnauthorized() *RequestCatalogItemUsingPOSTUnauthorized
NewRequestCatalogItemUsingPOSTUnauthorized creates a RequestCatalogItemUsingPOSTUnauthorized with default headers values
func (*RequestCatalogItemUsingPOSTUnauthorized) Error ¶
func (o *RequestCatalogItemUsingPOSTUnauthorized) Error() string
Source Files
¶
- catalog_items_client.go
- get_catalog_item_using_get1_parameters.go
- get_catalog_item_using_get1_responses.go
- get_catalog_items_using_get1_parameters.go
- get_catalog_items_using_get1_responses.go
- get_version_by_id_using_get_parameters.go
- get_version_by_id_using_get_responses.go
- get_versions_using_get_parameters.go
- get_versions_using_get_responses.go
- request_catalog_item_using_post_parameters.go
- request_catalog_item_using_post_responses.go