Documentation
¶
Index ¶
- type Client
- func (a *Client) DeleteSkusIdentifier(params *DeleteSkusIdentifierParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSkusIdentifierNoContent, error)
- func (a *Client) PutProfilesLibraryIdentifier(params *PutProfilesLibraryIdentifierParams, ...) (*PutProfilesLibraryIdentifierOK, error)
- func (a *Client) PutTemplatesLibraryIdentifier(params *PutTemplatesLibraryIdentifierParams, ...) (*PutTemplatesLibraryIdentifierOK, error)
- func (a *Client) PutWorkflows(params *PutWorkflowsParams, authInfo runtime.ClientAuthInfoWriter) (*PutWorkflowsOK, error)
- func (a *Client) PutWorkflowsTasks(params *PutWorkflowsTasksParams, authInfo runtime.ClientAuthInfoWriter) (*PutWorkflowsTasksOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type DeleteSkusIdentifierDefault
- type DeleteSkusIdentifierNoContent
- type DeleteSkusIdentifierNoContentBodyBody
- type DeleteSkusIdentifierNotFound
- type DeleteSkusIdentifierParams
- type DeleteSkusIdentifierReader
- type PutProfilesLibraryIdentifierDefault
- type PutProfilesLibraryIdentifierInternalServerError
- type PutProfilesLibraryIdentifierOK
- type PutProfilesLibraryIdentifierOKBodyBody
- type PutProfilesLibraryIdentifierParams
- type PutProfilesLibraryIdentifierReader
- type PutTemplatesLibraryIdentifierDefault
- type PutTemplatesLibraryIdentifierNotFound
- type PutTemplatesLibraryIdentifierOK
- type PutTemplatesLibraryIdentifierOKBodyBody
- type PutTemplatesLibraryIdentifierParams
- type PutTemplatesLibraryIdentifierReader
- type PutWorkflowsDefault
- type PutWorkflowsInternalServerError
- type PutWorkflowsOK
- type PutWorkflowsOKBodyBody
- type PutWorkflowsParams
- type PutWorkflowsReader
- type PutWorkflowsTasksDefault
- type PutWorkflowsTasksInternalServerError
- type PutWorkflowsTasksOK
- type PutWorkflowsTasksOKBodyBody
- type PutWorkflowsTasksParams
- type PutWorkflowsTasksReader
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 put API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new put API client.
func (*Client) DeleteSkusIdentifier ¶
func (a *Client) DeleteSkusIdentifier(params *DeleteSkusIdentifierParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSkusIdentifierNoContent, error)
DeleteSkusIdentifier deletes specific sku
Delete specific sku.
func (*Client) PutProfilesLibraryIdentifier ¶
func (a *Client) PutProfilesLibraryIdentifier(params *PutProfilesLibraryIdentifierParams, authInfo runtime.ClientAuthInfoWriter) (*PutProfilesLibraryIdentifierOK, error)
PutProfilesLibraryIdentifier puts a single profile
put a single profile
func (*Client) PutTemplatesLibraryIdentifier ¶
func (a *Client) PutTemplatesLibraryIdentifier(params *PutTemplatesLibraryIdentifierParams, authInfo runtime.ClientAuthInfoWriter) (*PutTemplatesLibraryIdentifierOK, error)
PutTemplatesLibraryIdentifier puts a single template
put a single template
func (*Client) PutWorkflows ¶
func (a *Client) PutWorkflows(params *PutWorkflowsParams, authInfo runtime.ClientAuthInfoWriter) (*PutWorkflowsOK, error)
PutWorkflows defines new workflow
define new workflow
func (*Client) PutWorkflowsTasks ¶
func (a *Client) PutWorkflowsTasks(params *PutWorkflowsTasksParams, authInfo runtime.ClientAuthInfoWriter) (*PutWorkflowsTasksOK, error)
PutWorkflowsTasks adds tasks to task library
Add tasks to task library
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type DeleteSkusIdentifierDefault ¶
type DeleteSkusIdentifierDefault struct { Payload *models.Error // contains filtered or unexported fields }
DeleteSkusIdentifierDefault handles this case with default header values.
Unexpected error
func NewDeleteSkusIdentifierDefault ¶
func NewDeleteSkusIdentifierDefault(code int) *DeleteSkusIdentifierDefault
NewDeleteSkusIdentifierDefault creates a DeleteSkusIdentifierDefault with default headers values
func (*DeleteSkusIdentifierDefault) Code ¶
func (o *DeleteSkusIdentifierDefault) Code() int
Code gets the status code for the delete skus identifier default response
func (*DeleteSkusIdentifierDefault) Error ¶
func (o *DeleteSkusIdentifierDefault) Error() string
type DeleteSkusIdentifierNoContent ¶
type DeleteSkusIdentifierNoContent struct {
Payload DeleteSkusIdentifierNoContentBodyBody
}
DeleteSkusIdentifierNoContent handles this case with default header values.
return all skus
func NewDeleteSkusIdentifierNoContent ¶
func NewDeleteSkusIdentifierNoContent() *DeleteSkusIdentifierNoContent
NewDeleteSkusIdentifierNoContent creates a DeleteSkusIdentifierNoContent with default headers values
func (*DeleteSkusIdentifierNoContent) Error ¶
func (o *DeleteSkusIdentifierNoContent) Error() string
type DeleteSkusIdentifierNoContentBodyBody ¶
type DeleteSkusIdentifierNoContentBodyBody interface{}
DeleteSkusIdentifierNoContentBodyBody delete skus identifier no content body body
swagger:model DeleteSkusIdentifierNoContentBodyBody
type DeleteSkusIdentifierNotFound ¶
DeleteSkusIdentifierNotFound handles this case with default header values.
sku with identifier not found, failed.
func NewDeleteSkusIdentifierNotFound ¶
func NewDeleteSkusIdentifierNotFound() *DeleteSkusIdentifierNotFound
NewDeleteSkusIdentifierNotFound creates a DeleteSkusIdentifierNotFound with default headers values
func (*DeleteSkusIdentifierNotFound) Error ¶
func (o *DeleteSkusIdentifierNotFound) Error() string
type DeleteSkusIdentifierParams ¶
type DeleteSkusIdentifierParams struct { /*Identifier The sku objectid. */ Identifier string }
DeleteSkusIdentifierParams contains all the parameters to send to the API endpoint for the delete skus identifier operation typically these are written to a http.Request
func NewDeleteSkusIdentifierParams ¶
func NewDeleteSkusIdentifierParams() *DeleteSkusIdentifierParams
NewDeleteSkusIdentifierParams creates a new DeleteSkusIdentifierParams object with the default values initialized.
func (*DeleteSkusIdentifierParams) WithIdentifier ¶
func (o *DeleteSkusIdentifierParams) WithIdentifier(Identifier string) *DeleteSkusIdentifierParams
WithIdentifier adds the identifier to the delete skus identifier params
func (*DeleteSkusIdentifierParams) WriteToRequest ¶
func (o *DeleteSkusIdentifierParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSkusIdentifierReader ¶
type DeleteSkusIdentifierReader struct {
// contains filtered or unexported fields
}
DeleteSkusIdentifierReader is a Reader for the DeleteSkusIdentifier structure.
func (*DeleteSkusIdentifierReader) ReadResponse ¶
func (o *DeleteSkusIdentifierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the recieved o.
type PutProfilesLibraryIdentifierDefault ¶
type PutProfilesLibraryIdentifierDefault struct { Payload *models.Error // contains filtered or unexported fields }
PutProfilesLibraryIdentifierDefault handles this case with default header values.
Unexpected error
func NewPutProfilesLibraryIdentifierDefault ¶
func NewPutProfilesLibraryIdentifierDefault(code int) *PutProfilesLibraryIdentifierDefault
NewPutProfilesLibraryIdentifierDefault creates a PutProfilesLibraryIdentifierDefault with default headers values
func (*PutProfilesLibraryIdentifierDefault) Code ¶
func (o *PutProfilesLibraryIdentifierDefault) Code() int
Code gets the status code for the put profiles library identifier default response
func (*PutProfilesLibraryIdentifierDefault) Error ¶
func (o *PutProfilesLibraryIdentifierDefault) Error() string
type PutProfilesLibraryIdentifierInternalServerError ¶
PutProfilesLibraryIdentifierInternalServerError handles this case with default header values.
Upload failed.
func NewPutProfilesLibraryIdentifierInternalServerError ¶
func NewPutProfilesLibraryIdentifierInternalServerError() *PutProfilesLibraryIdentifierInternalServerError
NewPutProfilesLibraryIdentifierInternalServerError creates a PutProfilesLibraryIdentifierInternalServerError with default headers values
func (*PutProfilesLibraryIdentifierInternalServerError) Error ¶
func (o *PutProfilesLibraryIdentifierInternalServerError) Error() string
type PutProfilesLibraryIdentifierOK ¶
type PutProfilesLibraryIdentifierOK struct {
Payload PutProfilesLibraryIdentifierOKBodyBody
}
PutProfilesLibraryIdentifierOK handles this case with default header values.
profile to put
func NewPutProfilesLibraryIdentifierOK ¶
func NewPutProfilesLibraryIdentifierOK() *PutProfilesLibraryIdentifierOK
NewPutProfilesLibraryIdentifierOK creates a PutProfilesLibraryIdentifierOK with default headers values
func (*PutProfilesLibraryIdentifierOK) Error ¶
func (o *PutProfilesLibraryIdentifierOK) Error() string
type PutProfilesLibraryIdentifierOKBodyBody ¶
type PutProfilesLibraryIdentifierOKBodyBody interface{}
PutProfilesLibraryIdentifierOKBodyBody put profiles library identifier o k body body
swagger:model PutProfilesLibraryIdentifierOKBodyBody
type PutProfilesLibraryIdentifierParams ¶
type PutProfilesLibraryIdentifierParams struct { /*Identifier The profile name. */ Identifier string }
PutProfilesLibraryIdentifierParams contains all the parameters to send to the API endpoint for the put profiles library identifier operation typically these are written to a http.Request
func NewPutProfilesLibraryIdentifierParams ¶
func NewPutProfilesLibraryIdentifierParams() *PutProfilesLibraryIdentifierParams
NewPutProfilesLibraryIdentifierParams creates a new PutProfilesLibraryIdentifierParams object with the default values initialized.
func (*PutProfilesLibraryIdentifierParams) WithIdentifier ¶
func (o *PutProfilesLibraryIdentifierParams) WithIdentifier(Identifier string) *PutProfilesLibraryIdentifierParams
WithIdentifier adds the identifier to the put profiles library identifier params
func (*PutProfilesLibraryIdentifierParams) WriteToRequest ¶
func (o *PutProfilesLibraryIdentifierParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutProfilesLibraryIdentifierReader ¶
type PutProfilesLibraryIdentifierReader struct {
// contains filtered or unexported fields
}
PutProfilesLibraryIdentifierReader is a Reader for the PutProfilesLibraryIdentifier structure.
func (*PutProfilesLibraryIdentifierReader) ReadResponse ¶
func (o *PutProfilesLibraryIdentifierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the recieved o.
type PutTemplatesLibraryIdentifierDefault ¶
type PutTemplatesLibraryIdentifierDefault struct { Payload *models.Error // contains filtered or unexported fields }
PutTemplatesLibraryIdentifierDefault handles this case with default header values.
Unexpected error
func NewPutTemplatesLibraryIdentifierDefault ¶
func NewPutTemplatesLibraryIdentifierDefault(code int) *PutTemplatesLibraryIdentifierDefault
NewPutTemplatesLibraryIdentifierDefault creates a PutTemplatesLibraryIdentifierDefault with default headers values
func (*PutTemplatesLibraryIdentifierDefault) Code ¶
func (o *PutTemplatesLibraryIdentifierDefault) Code() int
Code gets the status code for the put templates library identifier default response
func (*PutTemplatesLibraryIdentifierDefault) Error ¶
func (o *PutTemplatesLibraryIdentifierDefault) Error() string
type PutTemplatesLibraryIdentifierNotFound ¶
PutTemplatesLibraryIdentifierNotFound handles this case with default header values.
There is no template with specified identifier.
func NewPutTemplatesLibraryIdentifierNotFound ¶
func NewPutTemplatesLibraryIdentifierNotFound() *PutTemplatesLibraryIdentifierNotFound
NewPutTemplatesLibraryIdentifierNotFound creates a PutTemplatesLibraryIdentifierNotFound with default headers values
func (*PutTemplatesLibraryIdentifierNotFound) Error ¶
func (o *PutTemplatesLibraryIdentifierNotFound) Error() string
type PutTemplatesLibraryIdentifierOK ¶
type PutTemplatesLibraryIdentifierOK struct {
Payload PutTemplatesLibraryIdentifierOKBodyBody
}
PutTemplatesLibraryIdentifierOK handles this case with default header values.
return template
func NewPutTemplatesLibraryIdentifierOK ¶
func NewPutTemplatesLibraryIdentifierOK() *PutTemplatesLibraryIdentifierOK
NewPutTemplatesLibraryIdentifierOK creates a PutTemplatesLibraryIdentifierOK with default headers values
func (*PutTemplatesLibraryIdentifierOK) Error ¶
func (o *PutTemplatesLibraryIdentifierOK) Error() string
type PutTemplatesLibraryIdentifierOKBodyBody ¶
type PutTemplatesLibraryIdentifierOKBodyBody interface{}
PutTemplatesLibraryIdentifierOKBodyBody put templates library identifier o k body body
swagger:model PutTemplatesLibraryIdentifierOKBodyBody
type PutTemplatesLibraryIdentifierParams ¶
type PutTemplatesLibraryIdentifierParams struct { /*Identifier objectid of template */ Identifier string }
PutTemplatesLibraryIdentifierParams contains all the parameters to send to the API endpoint for the put templates library identifier operation typically these are written to a http.Request
func NewPutTemplatesLibraryIdentifierParams ¶
func NewPutTemplatesLibraryIdentifierParams() *PutTemplatesLibraryIdentifierParams
NewPutTemplatesLibraryIdentifierParams creates a new PutTemplatesLibraryIdentifierParams object with the default values initialized.
func (*PutTemplatesLibraryIdentifierParams) WithIdentifier ¶
func (o *PutTemplatesLibraryIdentifierParams) WithIdentifier(Identifier string) *PutTemplatesLibraryIdentifierParams
WithIdentifier adds the identifier to the put templates library identifier params
func (*PutTemplatesLibraryIdentifierParams) WriteToRequest ¶
func (o *PutTemplatesLibraryIdentifierParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutTemplatesLibraryIdentifierReader ¶
type PutTemplatesLibraryIdentifierReader struct {
// contains filtered or unexported fields
}
PutTemplatesLibraryIdentifierReader is a Reader for the PutTemplatesLibraryIdentifier structure.
func (*PutTemplatesLibraryIdentifierReader) ReadResponse ¶
func (o *PutTemplatesLibraryIdentifierReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the recieved o.
type PutWorkflowsDefault ¶
PutWorkflowsDefault handles this case with default header values.
Upload failed
func NewPutWorkflowsDefault ¶
func NewPutWorkflowsDefault(code int) *PutWorkflowsDefault
NewPutWorkflowsDefault creates a PutWorkflowsDefault with default headers values
func (*PutWorkflowsDefault) Code ¶
func (o *PutWorkflowsDefault) Code() int
Code gets the status code for the put workflows default response
func (*PutWorkflowsDefault) Error ¶
func (o *PutWorkflowsDefault) Error() string
type PutWorkflowsInternalServerError ¶
PutWorkflowsInternalServerError handles this case with default header values.
Error problem was encountered, workflow was not written.
func NewPutWorkflowsInternalServerError ¶
func NewPutWorkflowsInternalServerError() *PutWorkflowsInternalServerError
NewPutWorkflowsInternalServerError creates a PutWorkflowsInternalServerError with default headers values
func (*PutWorkflowsInternalServerError) Error ¶
func (o *PutWorkflowsInternalServerError) Error() string
type PutWorkflowsOK ¶
type PutWorkflowsOK struct {
Payload PutWorkflowsOKBodyBody
}
PutWorkflowsOK handles this case with default header values.
Fetch workflows
func NewPutWorkflowsOK ¶
func NewPutWorkflowsOK() *PutWorkflowsOK
NewPutWorkflowsOK creates a PutWorkflowsOK with default headers values
func (*PutWorkflowsOK) Error ¶
func (o *PutWorkflowsOK) Error() string
type PutWorkflowsOKBodyBody ¶
type PutWorkflowsOKBodyBody interface{}
PutWorkflowsOKBodyBody put workflows o k body body
swagger:model PutWorkflowsOKBodyBody
type PutWorkflowsParams ¶
type PutWorkflowsParams struct {
/*Body*/
Body interface{}
}
PutWorkflowsParams contains all the parameters to send to the API endpoint for the put workflows operation typically these are written to a http.Request
func NewPutWorkflowsParams ¶
func NewPutWorkflowsParams() *PutWorkflowsParams
NewPutWorkflowsParams creates a new PutWorkflowsParams object with the default values initialized.
func (*PutWorkflowsParams) WithBody ¶
func (o *PutWorkflowsParams) WithBody(Body interface{}) *PutWorkflowsParams
WithBody adds the body to the put workflows params
func (*PutWorkflowsParams) WriteToRequest ¶
func (o *PutWorkflowsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutWorkflowsReader ¶
type PutWorkflowsReader struct {
// contains filtered or unexported fields
}
PutWorkflowsReader is a Reader for the PutWorkflows structure.
func (*PutWorkflowsReader) ReadResponse ¶
func (o *PutWorkflowsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the recieved o.
type PutWorkflowsTasksDefault ¶
type PutWorkflowsTasksDefault struct { Payload *models.Error // contains filtered or unexported fields }
PutWorkflowsTasksDefault handles this case with default header values.
Upload failed
func NewPutWorkflowsTasksDefault ¶
func NewPutWorkflowsTasksDefault(code int) *PutWorkflowsTasksDefault
NewPutWorkflowsTasksDefault creates a PutWorkflowsTasksDefault with default headers values
func (*PutWorkflowsTasksDefault) Code ¶
func (o *PutWorkflowsTasksDefault) Code() int
Code gets the status code for the put workflows tasks default response
func (*PutWorkflowsTasksDefault) Error ¶
func (o *PutWorkflowsTasksDefault) Error() string
type PutWorkflowsTasksInternalServerError ¶
PutWorkflowsTasksInternalServerError handles this case with default header values.
Error problem was encountered, task was not written.
func NewPutWorkflowsTasksInternalServerError ¶
func NewPutWorkflowsTasksInternalServerError() *PutWorkflowsTasksInternalServerError
NewPutWorkflowsTasksInternalServerError creates a PutWorkflowsTasksInternalServerError with default headers values
func (*PutWorkflowsTasksInternalServerError) Error ¶
func (o *PutWorkflowsTasksInternalServerError) Error() string
type PutWorkflowsTasksOK ¶
type PutWorkflowsTasksOK struct {
Payload PutWorkflowsTasksOKBodyBody
}
PutWorkflowsTasksOK handles this case with default header values.
Add tasks to task library
func NewPutWorkflowsTasksOK ¶
func NewPutWorkflowsTasksOK() *PutWorkflowsTasksOK
NewPutWorkflowsTasksOK creates a PutWorkflowsTasksOK with default headers values
func (*PutWorkflowsTasksOK) Error ¶
func (o *PutWorkflowsTasksOK) Error() string
type PutWorkflowsTasksOKBodyBody ¶
type PutWorkflowsTasksOKBodyBody interface{}
PutWorkflowsTasksOKBodyBody put workflows tasks o k body body
swagger:model PutWorkflowsTasksOKBodyBody
type PutWorkflowsTasksParams ¶
type PutWorkflowsTasksParams struct {
/*Body*/
Body interface{}
}
PutWorkflowsTasksParams contains all the parameters to send to the API endpoint for the put workflows tasks operation typically these are written to a http.Request
func NewPutWorkflowsTasksParams ¶
func NewPutWorkflowsTasksParams() *PutWorkflowsTasksParams
NewPutWorkflowsTasksParams creates a new PutWorkflowsTasksParams object with the default values initialized.
func (*PutWorkflowsTasksParams) WithBody ¶
func (o *PutWorkflowsTasksParams) WithBody(Body interface{}) *PutWorkflowsTasksParams
WithBody adds the body to the put workflows tasks params
func (*PutWorkflowsTasksParams) WriteToRequest ¶
func (o *PutWorkflowsTasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutWorkflowsTasksReader ¶
type PutWorkflowsTasksReader struct {
// contains filtered or unexported fields
}
PutWorkflowsTasksReader is a Reader for the PutWorkflowsTasks structure.
func (*PutWorkflowsTasksReader) ReadResponse ¶
func (o *PutWorkflowsTasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the recieved o.
Source Files
¶
- delete_skus_identifier_parameters.go
- delete_skus_identifier_responses.go
- put_client.go
- put_profiles_library_identifier_parameters.go
- put_profiles_library_identifier_responses.go
- put_templates_library_identifier_parameters.go
- put_templates_library_identifier_responses.go
- put_workflows_parameters.go
- put_workflows_responses.go
- put_workflows_tasks_parameters.go
- put_workflows_tasks_responses.go