Documentation ¶
Index ¶
- type Client
- func (a *Client) DeletePluginUsingDELETE(params *DeletePluginUsingDELETEParams) (*DeletePluginUsingDELETEOK, *DeletePluginUsingDELETENoContent, error)
- func (a *Client) EditPluginManifestURLUsingPUT(params *EditPluginManifestURLUsingPUTParams) (*EditPluginManifestURLUsingPUTOK, *EditPluginManifestURLUsingPUTCreated, error)
- func (a *Client) GetAllPluginServiceTemplatesUsingGET(params *GetAllPluginServiceTemplatesUsingGETParams) (*GetAllPluginServiceTemplatesUsingGETOK, error)
- func (a *Client) GetAllPluginsUsingGET(params *GetAllPluginsUsingGETParams) (*GetAllPluginsUsingGETOK, error)
- func (a *Client) GetPluginIconUsingGET(params *GetPluginIconUsingGETParams) (*GetPluginIconUsingGETOK, error)
- func (a *Client) GetPluginServiceTemplateParameterUsingPOST(params *GetPluginServiceTemplateParameterUsingPOSTParams) (*GetPluginServiceTemplateParameterUsingPOSTOK, ...)
- func (a *Client) GetPluginServiceTemplateUsingGET(params *GetPluginServiceTemplateUsingGETParams) (*GetPluginServiceTemplateUsingGETOK, error)
- func (a *Client) GetPluginServiceUsingGET(params *GetPluginServiceUsingGETParams) (*GetPluginServiceUsingGETOK, error)
- func (a *Client) GetPluginUsingGET(params *GetPluginUsingGETParams) (*GetPluginUsingGETOK, error)
- func (a *Client) RegisterPluginUsingPOST(params *RegisterPluginUsingPOSTParams) (*RegisterPluginUsingPOSTOK, *RegisterPluginUsingPOSTCreated, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) SyncPluginUsingPATCH(params *SyncPluginUsingPATCHParams) (*SyncPluginUsingPATCHOK, *SyncPluginUsingPATCHNoContent, error)
- type ClientService
- type DeletePluginUsingDELETEForbidden
- type DeletePluginUsingDELETENoContent
- type DeletePluginUsingDELETEOK
- type DeletePluginUsingDELETEParams
- func NewDeletePluginUsingDELETEParams() *DeletePluginUsingDELETEParams
- func NewDeletePluginUsingDELETEParamsWithContext(ctx context.Context) *DeletePluginUsingDELETEParams
- func NewDeletePluginUsingDELETEParamsWithHTTPClient(client *http.Client) *DeletePluginUsingDELETEParams
- func NewDeletePluginUsingDELETEParamsWithTimeout(timeout time.Duration) *DeletePluginUsingDELETEParams
- func (o *DeletePluginUsingDELETEParams) SetContext(ctx context.Context)
- func (o *DeletePluginUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *DeletePluginUsingDELETEParams) SetPluginID(pluginID int64)
- func (o *DeletePluginUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *DeletePluginUsingDELETEParams) WithContext(ctx context.Context) *DeletePluginUsingDELETEParams
- func (o *DeletePluginUsingDELETEParams) WithHTTPClient(client *http.Client) *DeletePluginUsingDELETEParams
- func (o *DeletePluginUsingDELETEParams) WithPluginID(pluginID int64) *DeletePluginUsingDELETEParams
- func (o *DeletePluginUsingDELETEParams) WithTimeout(timeout time.Duration) *DeletePluginUsingDELETEParams
- func (o *DeletePluginUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePluginUsingDELETEReader
- type DeletePluginUsingDELETEUnauthorized
- type EditPluginManifestURLUsingPUTCreated
- type EditPluginManifestURLUsingPUTForbidden
- type EditPluginManifestURLUsingPUTNotFound
- type EditPluginManifestURLUsingPUTOK
- type EditPluginManifestURLUsingPUTParams
- func NewEditPluginManifestURLUsingPUTParams() *EditPluginManifestURLUsingPUTParams
- func NewEditPluginManifestURLUsingPUTParamsWithContext(ctx context.Context) *EditPluginManifestURLUsingPUTParams
- func NewEditPluginManifestURLUsingPUTParamsWithHTTPClient(client *http.Client) *EditPluginManifestURLUsingPUTParams
- func NewEditPluginManifestURLUsingPUTParamsWithTimeout(timeout time.Duration) *EditPluginManifestURLUsingPUTParams
- func (o *EditPluginManifestURLUsingPUTParams) SetContext(ctx context.Context)
- func (o *EditPluginManifestURLUsingPUTParams) SetHTTPClient(client *http.Client)
- func (o *EditPluginManifestURLUsingPUTParams) SetPluginDto(pluginDto *models.PluginDto)
- func (o *EditPluginManifestURLUsingPUTParams) SetPluginID(pluginID int64)
- func (o *EditPluginManifestURLUsingPUTParams) SetTimeout(timeout time.Duration)
- func (o *EditPluginManifestURLUsingPUTParams) WithContext(ctx context.Context) *EditPluginManifestURLUsingPUTParams
- func (o *EditPluginManifestURLUsingPUTParams) WithHTTPClient(client *http.Client) *EditPluginManifestURLUsingPUTParams
- func (o *EditPluginManifestURLUsingPUTParams) WithPluginDto(pluginDto *models.PluginDto) *EditPluginManifestURLUsingPUTParams
- func (o *EditPluginManifestURLUsingPUTParams) WithPluginID(pluginID int64) *EditPluginManifestURLUsingPUTParams
- func (o *EditPluginManifestURLUsingPUTParams) WithTimeout(timeout time.Duration) *EditPluginManifestURLUsingPUTParams
- func (o *EditPluginManifestURLUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EditPluginManifestURLUsingPUTReader
- type EditPluginManifestURLUsingPUTUnauthorized
- type GetAllPluginServiceTemplatesUsingGETForbidden
- type GetAllPluginServiceTemplatesUsingGETNotFound
- type GetAllPluginServiceTemplatesUsingGETOK
- type GetAllPluginServiceTemplatesUsingGETParams
- func NewGetAllPluginServiceTemplatesUsingGETParams() *GetAllPluginServiceTemplatesUsingGETParams
- func NewGetAllPluginServiceTemplatesUsingGETParamsWithContext(ctx context.Context) *GetAllPluginServiceTemplatesUsingGETParams
- func NewGetAllPluginServiceTemplatesUsingGETParamsWithHTTPClient(client *http.Client) *GetAllPluginServiceTemplatesUsingGETParams
- func NewGetAllPluginServiceTemplatesUsingGETParamsWithTimeout(timeout time.Duration) *GetAllPluginServiceTemplatesUsingGETParams
- func (o *GetAllPluginServiceTemplatesUsingGETParams) SetContext(ctx context.Context)
- func (o *GetAllPluginServiceTemplatesUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetAllPluginServiceTemplatesUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetAllPluginServiceTemplatesUsingGETParams) SetType(typeVar string)
- func (o *GetAllPluginServiceTemplatesUsingGETParams) WithContext(ctx context.Context) *GetAllPluginServiceTemplatesUsingGETParams
- func (o *GetAllPluginServiceTemplatesUsingGETParams) WithHTTPClient(client *http.Client) *GetAllPluginServiceTemplatesUsingGETParams
- func (o *GetAllPluginServiceTemplatesUsingGETParams) WithTimeout(timeout time.Duration) *GetAllPluginServiceTemplatesUsingGETParams
- func (o *GetAllPluginServiceTemplatesUsingGETParams) WithType(typeVar string) *GetAllPluginServiceTemplatesUsingGETParams
- func (o *GetAllPluginServiceTemplatesUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAllPluginServiceTemplatesUsingGETReader
- type GetAllPluginServiceTemplatesUsingGETUnauthorized
- type GetAllPluginsUsingGETForbidden
- type GetAllPluginsUsingGETNotFound
- type GetAllPluginsUsingGETOK
- type GetAllPluginsUsingGETParams
- func NewGetAllPluginsUsingGETParams() *GetAllPluginsUsingGETParams
- func NewGetAllPluginsUsingGETParamsWithContext(ctx context.Context) *GetAllPluginsUsingGETParams
- func NewGetAllPluginsUsingGETParamsWithHTTPClient(client *http.Client) *GetAllPluginsUsingGETParams
- func NewGetAllPluginsUsingGETParamsWithTimeout(timeout time.Duration) *GetAllPluginsUsingGETParams
- func (o *GetAllPluginsUsingGETParams) SetContext(ctx context.Context)
- func (o *GetAllPluginsUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetAllPluginsUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetAllPluginsUsingGETParams) WithContext(ctx context.Context) *GetAllPluginsUsingGETParams
- func (o *GetAllPluginsUsingGETParams) WithHTTPClient(client *http.Client) *GetAllPluginsUsingGETParams
- func (o *GetAllPluginsUsingGETParams) WithTimeout(timeout time.Duration) *GetAllPluginsUsingGETParams
- func (o *GetAllPluginsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAllPluginsUsingGETReader
- type GetAllPluginsUsingGETUnauthorized
- type GetPluginIconUsingGETForbidden
- type GetPluginIconUsingGETNotFound
- type GetPluginIconUsingGETOK
- type GetPluginIconUsingGETParams
- func NewGetPluginIconUsingGETParams() *GetPluginIconUsingGETParams
- func NewGetPluginIconUsingGETParamsWithContext(ctx context.Context) *GetPluginIconUsingGETParams
- func NewGetPluginIconUsingGETParamsWithHTTPClient(client *http.Client) *GetPluginIconUsingGETParams
- func NewGetPluginIconUsingGETParamsWithTimeout(timeout time.Duration) *GetPluginIconUsingGETParams
- func (o *GetPluginIconUsingGETParams) SetContext(ctx context.Context)
- func (o *GetPluginIconUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetPluginIconUsingGETParams) SetPluginID(pluginID int64)
- func (o *GetPluginIconUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetPluginIconUsingGETParams) WithContext(ctx context.Context) *GetPluginIconUsingGETParams
- func (o *GetPluginIconUsingGETParams) WithHTTPClient(client *http.Client) *GetPluginIconUsingGETParams
- func (o *GetPluginIconUsingGETParams) WithPluginID(pluginID int64) *GetPluginIconUsingGETParams
- func (o *GetPluginIconUsingGETParams) WithTimeout(timeout time.Duration) *GetPluginIconUsingGETParams
- func (o *GetPluginIconUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPluginIconUsingGETReader
- type GetPluginIconUsingGETUnauthorized
- type GetPluginServiceTemplateParameterUsingPOSTCreated
- type GetPluginServiceTemplateParameterUsingPOSTForbidden
- type GetPluginServiceTemplateParameterUsingPOSTNotFound
- type GetPluginServiceTemplateParameterUsingPOSTOK
- type GetPluginServiceTemplateParameterUsingPOSTParams
- func NewGetPluginServiceTemplateParameterUsingPOSTParams() *GetPluginServiceTemplateParameterUsingPOSTParams
- func NewGetPluginServiceTemplateParameterUsingPOSTParamsWithContext(ctx context.Context) *GetPluginServiceTemplateParameterUsingPOSTParams
- func NewGetPluginServiceTemplateParameterUsingPOSTParamsWithHTTPClient(client *http.Client) *GetPluginServiceTemplateParameterUsingPOSTParams
- func NewGetPluginServiceTemplateParameterUsingPOSTParamsWithTimeout(timeout time.Duration) *GetPluginServiceTemplateParameterUsingPOSTParams
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetContext(ctx context.Context)
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetDynamicValuesDto(dynamicValuesDto *models.DynamicValuesInputDto)
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetFilter(filter *string)
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetPageNumber(pageNumber *int32)
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetPageSize(pageSize *int32)
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetPluginServiceTemplateID(pluginServiceTemplateID int64)
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetPluginServiceTemplateParameterID(pluginServiceTemplateParameterID int64)
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithContext(ctx context.Context) *GetPluginServiceTemplateParameterUsingPOSTParams
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithDynamicValuesDto(dynamicValuesDto *models.DynamicValuesInputDto) *GetPluginServiceTemplateParameterUsingPOSTParams
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithFilter(filter *string) *GetPluginServiceTemplateParameterUsingPOSTParams
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithHTTPClient(client *http.Client) *GetPluginServiceTemplateParameterUsingPOSTParams
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithPageNumber(pageNumber *int32) *GetPluginServiceTemplateParameterUsingPOSTParams
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithPageSize(pageSize *int32) *GetPluginServiceTemplateParameterUsingPOSTParams
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithPluginServiceTemplateID(pluginServiceTemplateID int64) *GetPluginServiceTemplateParameterUsingPOSTParams
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithPluginServiceTemplateParameterID(pluginServiceTemplateParameterID int64) *GetPluginServiceTemplateParameterUsingPOSTParams
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithTimeout(timeout time.Duration) *GetPluginServiceTemplateParameterUsingPOSTParams
- func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPluginServiceTemplateParameterUsingPOSTReader
- type GetPluginServiceTemplateParameterUsingPOSTUnauthorized
- type GetPluginServiceTemplateUsingGETForbidden
- type GetPluginServiceTemplateUsingGETNotFound
- type GetPluginServiceTemplateUsingGETOK
- type GetPluginServiceTemplateUsingGETParams
- func NewGetPluginServiceTemplateUsingGETParams() *GetPluginServiceTemplateUsingGETParams
- func NewGetPluginServiceTemplateUsingGETParamsWithContext(ctx context.Context) *GetPluginServiceTemplateUsingGETParams
- func NewGetPluginServiceTemplateUsingGETParamsWithHTTPClient(client *http.Client) *GetPluginServiceTemplateUsingGETParams
- func NewGetPluginServiceTemplateUsingGETParamsWithTimeout(timeout time.Duration) *GetPluginServiceTemplateUsingGETParams
- func (o *GetPluginServiceTemplateUsingGETParams) SetContext(ctx context.Context)
- func (o *GetPluginServiceTemplateUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetPluginServiceTemplateUsingGETParams) SetPluginServiceTemplateID(pluginServiceTemplateID int64)
- func (o *GetPluginServiceTemplateUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetPluginServiceTemplateUsingGETParams) WithContext(ctx context.Context) *GetPluginServiceTemplateUsingGETParams
- func (o *GetPluginServiceTemplateUsingGETParams) WithHTTPClient(client *http.Client) *GetPluginServiceTemplateUsingGETParams
- func (o *GetPluginServiceTemplateUsingGETParams) WithPluginServiceTemplateID(pluginServiceTemplateID int64) *GetPluginServiceTemplateUsingGETParams
- func (o *GetPluginServiceTemplateUsingGETParams) WithTimeout(timeout time.Duration) *GetPluginServiceTemplateUsingGETParams
- func (o *GetPluginServiceTemplateUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPluginServiceTemplateUsingGETReader
- type GetPluginServiceTemplateUsingGETUnauthorized
- type GetPluginServiceUsingGETForbidden
- type GetPluginServiceUsingGETNotFound
- type GetPluginServiceUsingGETOK
- type GetPluginServiceUsingGETParams
- func NewGetPluginServiceUsingGETParams() *GetPluginServiceUsingGETParams
- func NewGetPluginServiceUsingGETParamsWithContext(ctx context.Context) *GetPluginServiceUsingGETParams
- func NewGetPluginServiceUsingGETParamsWithHTTPClient(client *http.Client) *GetPluginServiceUsingGETParams
- func NewGetPluginServiceUsingGETParamsWithTimeout(timeout time.Duration) *GetPluginServiceUsingGETParams
- func (o *GetPluginServiceUsingGETParams) SetContext(ctx context.Context)
- func (o *GetPluginServiceUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetPluginServiceUsingGETParams) SetPluginServiceID(pluginServiceID int64)
- func (o *GetPluginServiceUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetPluginServiceUsingGETParams) WithContext(ctx context.Context) *GetPluginServiceUsingGETParams
- func (o *GetPluginServiceUsingGETParams) WithHTTPClient(client *http.Client) *GetPluginServiceUsingGETParams
- func (o *GetPluginServiceUsingGETParams) WithPluginServiceID(pluginServiceID int64) *GetPluginServiceUsingGETParams
- func (o *GetPluginServiceUsingGETParams) WithTimeout(timeout time.Duration) *GetPluginServiceUsingGETParams
- func (o *GetPluginServiceUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPluginServiceUsingGETReader
- type GetPluginServiceUsingGETUnauthorized
- type GetPluginUsingGETForbidden
- type GetPluginUsingGETNotFound
- type GetPluginUsingGETOK
- type GetPluginUsingGETParams
- func NewGetPluginUsingGETParams() *GetPluginUsingGETParams
- func NewGetPluginUsingGETParamsWithContext(ctx context.Context) *GetPluginUsingGETParams
- func NewGetPluginUsingGETParamsWithHTTPClient(client *http.Client) *GetPluginUsingGETParams
- func NewGetPluginUsingGETParamsWithTimeout(timeout time.Duration) *GetPluginUsingGETParams
- func (o *GetPluginUsingGETParams) SetContext(ctx context.Context)
- func (o *GetPluginUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetPluginUsingGETParams) SetPluginID(pluginID int64)
- func (o *GetPluginUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetPluginUsingGETParams) WithContext(ctx context.Context) *GetPluginUsingGETParams
- func (o *GetPluginUsingGETParams) WithHTTPClient(client *http.Client) *GetPluginUsingGETParams
- func (o *GetPluginUsingGETParams) WithPluginID(pluginID int64) *GetPluginUsingGETParams
- func (o *GetPluginUsingGETParams) WithTimeout(timeout time.Duration) *GetPluginUsingGETParams
- func (o *GetPluginUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPluginUsingGETReader
- type GetPluginUsingGETUnauthorized
- type RegisterPluginUsingPOSTCreated
- type RegisterPluginUsingPOSTForbidden
- type RegisterPluginUsingPOSTNotFound
- type RegisterPluginUsingPOSTOK
- type RegisterPluginUsingPOSTParams
- func NewRegisterPluginUsingPOSTParams() *RegisterPluginUsingPOSTParams
- func NewRegisterPluginUsingPOSTParamsWithContext(ctx context.Context) *RegisterPluginUsingPOSTParams
- func NewRegisterPluginUsingPOSTParamsWithHTTPClient(client *http.Client) *RegisterPluginUsingPOSTParams
- func NewRegisterPluginUsingPOSTParamsWithTimeout(timeout time.Duration) *RegisterPluginUsingPOSTParams
- func (o *RegisterPluginUsingPOSTParams) SetContext(ctx context.Context)
- func (o *RegisterPluginUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *RegisterPluginUsingPOSTParams) SetPluginURLDto(pluginURLDto *models.PluginURLDto)
- func (o *RegisterPluginUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *RegisterPluginUsingPOSTParams) WithContext(ctx context.Context) *RegisterPluginUsingPOSTParams
- func (o *RegisterPluginUsingPOSTParams) WithHTTPClient(client *http.Client) *RegisterPluginUsingPOSTParams
- func (o *RegisterPluginUsingPOSTParams) WithPluginURLDto(pluginURLDto *models.PluginURLDto) *RegisterPluginUsingPOSTParams
- func (o *RegisterPluginUsingPOSTParams) WithTimeout(timeout time.Duration) *RegisterPluginUsingPOSTParams
- func (o *RegisterPluginUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RegisterPluginUsingPOSTReader
- type RegisterPluginUsingPOSTUnauthorized
- type SyncPluginUsingPATCHForbidden
- type SyncPluginUsingPATCHNoContent
- type SyncPluginUsingPATCHOK
- type SyncPluginUsingPATCHParams
- func NewSyncPluginUsingPATCHParams() *SyncPluginUsingPATCHParams
- func NewSyncPluginUsingPATCHParamsWithContext(ctx context.Context) *SyncPluginUsingPATCHParams
- func NewSyncPluginUsingPATCHParamsWithHTTPClient(client *http.Client) *SyncPluginUsingPATCHParams
- func NewSyncPluginUsingPATCHParamsWithTimeout(timeout time.Duration) *SyncPluginUsingPATCHParams
- func (o *SyncPluginUsingPATCHParams) SetContext(ctx context.Context)
- func (o *SyncPluginUsingPATCHParams) SetHTTPClient(client *http.Client)
- func (o *SyncPluginUsingPATCHParams) SetPluginID(pluginID int64)
- func (o *SyncPluginUsingPATCHParams) SetTimeout(timeout time.Duration)
- func (o *SyncPluginUsingPATCHParams) WithContext(ctx context.Context) *SyncPluginUsingPATCHParams
- func (o *SyncPluginUsingPATCHParams) WithHTTPClient(client *http.Client) *SyncPluginUsingPATCHParams
- func (o *SyncPluginUsingPATCHParams) WithPluginID(pluginID int64) *SyncPluginUsingPATCHParams
- func (o *SyncPluginUsingPATCHParams) WithTimeout(timeout time.Duration) *SyncPluginUsingPATCHParams
- func (o *SyncPluginUsingPATCHParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncPluginUsingPATCHReader
- type SyncPluginUsingPATCHUnauthorized
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 plugin service API
func (*Client) DeletePluginUsingDELETE ¶
func (a *Client) DeletePluginUsingDELETE(params *DeletePluginUsingDELETEParams) (*DeletePluginUsingDELETEOK, *DeletePluginUsingDELETENoContent, error)
DeletePluginUsingDELETE deletes a plugin
func (*Client) EditPluginManifestURLUsingPUT ¶
func (a *Client) EditPluginManifestURLUsingPUT(params *EditPluginManifestURLUsingPUTParams) (*EditPluginManifestURLUsingPUTOK, *EditPluginManifestURLUsingPUTCreated, error)
EditPluginManifestURLUsingPUT edits a plugin manifest URL
func (*Client) GetAllPluginServiceTemplatesUsingGET ¶
func (a *Client) GetAllPluginServiceTemplatesUsingGET(params *GetAllPluginServiceTemplatesUsingGETParams) (*GetAllPluginServiceTemplatesUsingGETOK, error)
GetAllPluginServiceTemplatesUsingGET retrieves all plugin service templates
func (*Client) GetAllPluginsUsingGET ¶
func (a *Client) GetAllPluginsUsingGET(params *GetAllPluginsUsingGETParams) (*GetAllPluginsUsingGETOK, error)
GetAllPluginsUsingGET retrieves all plugins
func (*Client) GetPluginIconUsingGET ¶
func (a *Client) GetPluginIconUsingGET(params *GetPluginIconUsingGETParams) (*GetPluginIconUsingGETOK, error)
GetPluginIconUsingGET retrieves a plugin s icon
func (*Client) GetPluginServiceTemplateParameterUsingPOST ¶
func (a *Client) GetPluginServiceTemplateParameterUsingPOST(params *GetPluginServiceTemplateParameterUsingPOSTParams) (*GetPluginServiceTemplateParameterUsingPOSTOK, *GetPluginServiceTemplateParameterUsingPOSTCreated, error)
GetPluginServiceTemplateParameterUsingPOST retrieves a plugin service template parameter dynamic values
func (*Client) GetPluginServiceTemplateUsingGET ¶
func (a *Client) GetPluginServiceTemplateUsingGET(params *GetPluginServiceTemplateUsingGETParams) (*GetPluginServiceTemplateUsingGETOK, error)
GetPluginServiceTemplateUsingGET retrieves a plugin service template
func (*Client) GetPluginServiceUsingGET ¶
func (a *Client) GetPluginServiceUsingGET(params *GetPluginServiceUsingGETParams) (*GetPluginServiceUsingGETOK, error)
GetPluginServiceUsingGET retrieves a plugin service
func (*Client) GetPluginUsingGET ¶
func (a *Client) GetPluginUsingGET(params *GetPluginUsingGETParams) (*GetPluginUsingGETOK, error)
GetPluginUsingGET retrieves a plugin
func (*Client) RegisterPluginUsingPOST ¶
func (a *Client) RegisterPluginUsingPOST(params *RegisterPluginUsingPOSTParams) (*RegisterPluginUsingPOSTOK, *RegisterPluginUsingPOSTCreated, error)
RegisterPluginUsingPOST registers a plugin by URL
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) SyncPluginUsingPATCH ¶
func (a *Client) SyncPluginUsingPATCH(params *SyncPluginUsingPATCHParams) (*SyncPluginUsingPATCHOK, *SyncPluginUsingPATCHNoContent, error)
SyncPluginUsingPATCH syncs a plugin
type ClientService ¶
type ClientService interface { DeletePluginUsingDELETE(params *DeletePluginUsingDELETEParams) (*DeletePluginUsingDELETEOK, *DeletePluginUsingDELETENoContent, error) EditPluginManifestURLUsingPUT(params *EditPluginManifestURLUsingPUTParams) (*EditPluginManifestURLUsingPUTOK, *EditPluginManifestURLUsingPUTCreated, error) GetAllPluginServiceTemplatesUsingGET(params *GetAllPluginServiceTemplatesUsingGETParams) (*GetAllPluginServiceTemplatesUsingGETOK, error) GetAllPluginsUsingGET(params *GetAllPluginsUsingGETParams) (*GetAllPluginsUsingGETOK, error) GetPluginIconUsingGET(params *GetPluginIconUsingGETParams) (*GetPluginIconUsingGETOK, error) GetPluginServiceTemplateParameterUsingPOST(params *GetPluginServiceTemplateParameterUsingPOSTParams) (*GetPluginServiceTemplateParameterUsingPOSTOK, *GetPluginServiceTemplateParameterUsingPOSTCreated, error) GetPluginServiceTemplateUsingGET(params *GetPluginServiceTemplateUsingGETParams) (*GetPluginServiceTemplateUsingGETOK, error) GetPluginServiceUsingGET(params *GetPluginServiceUsingGETParams) (*GetPluginServiceUsingGETOK, error) GetPluginUsingGET(params *GetPluginUsingGETParams) (*GetPluginUsingGETOK, error) RegisterPluginUsingPOST(params *RegisterPluginUsingPOSTParams) (*RegisterPluginUsingPOSTOK, *RegisterPluginUsingPOSTCreated, error) SyncPluginUsingPATCH(params *SyncPluginUsingPATCHParams) (*SyncPluginUsingPATCHOK, *SyncPluginUsingPATCHNoContent, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new plugin service API client.
type DeletePluginUsingDELETEForbidden ¶
type DeletePluginUsingDELETEForbidden struct { }
DeletePluginUsingDELETEForbidden handles this case with default header values.
Forbidden
func NewDeletePluginUsingDELETEForbidden ¶
func NewDeletePluginUsingDELETEForbidden() *DeletePluginUsingDELETEForbidden
NewDeletePluginUsingDELETEForbidden creates a DeletePluginUsingDELETEForbidden with default headers values
func (*DeletePluginUsingDELETEForbidden) Error ¶
func (o *DeletePluginUsingDELETEForbidden) Error() string
type DeletePluginUsingDELETENoContent ¶
type DeletePluginUsingDELETENoContent struct { }
DeletePluginUsingDELETENoContent handles this case with default header values.
No Content
func NewDeletePluginUsingDELETENoContent ¶
func NewDeletePluginUsingDELETENoContent() *DeletePluginUsingDELETENoContent
NewDeletePluginUsingDELETENoContent creates a DeletePluginUsingDELETENoContent with default headers values
func (*DeletePluginUsingDELETENoContent) Error ¶
func (o *DeletePluginUsingDELETENoContent) Error() string
type DeletePluginUsingDELETEOK ¶
type DeletePluginUsingDELETEOK struct { }
DeletePluginUsingDELETEOK handles this case with default header values.
OK
func NewDeletePluginUsingDELETEOK ¶
func NewDeletePluginUsingDELETEOK() *DeletePluginUsingDELETEOK
NewDeletePluginUsingDELETEOK creates a DeletePluginUsingDELETEOK with default headers values
func (*DeletePluginUsingDELETEOK) Error ¶
func (o *DeletePluginUsingDELETEOK) Error() string
type DeletePluginUsingDELETEParams ¶
type DeletePluginUsingDELETEParams struct { /*PluginID pluginId */ PluginID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeletePluginUsingDELETEParams contains all the parameters to send to the API endpoint for the delete plugin using d e l e t e operation typically these are written to a http.Request
func NewDeletePluginUsingDELETEParams ¶
func NewDeletePluginUsingDELETEParams() *DeletePluginUsingDELETEParams
NewDeletePluginUsingDELETEParams creates a new DeletePluginUsingDELETEParams object with the default values initialized.
func NewDeletePluginUsingDELETEParamsWithContext ¶
func NewDeletePluginUsingDELETEParamsWithContext(ctx context.Context) *DeletePluginUsingDELETEParams
NewDeletePluginUsingDELETEParamsWithContext creates a new DeletePluginUsingDELETEParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePluginUsingDELETEParamsWithHTTPClient ¶
func NewDeletePluginUsingDELETEParamsWithHTTPClient(client *http.Client) *DeletePluginUsingDELETEParams
NewDeletePluginUsingDELETEParamsWithHTTPClient creates a new DeletePluginUsingDELETEParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePluginUsingDELETEParamsWithTimeout ¶
func NewDeletePluginUsingDELETEParamsWithTimeout(timeout time.Duration) *DeletePluginUsingDELETEParams
NewDeletePluginUsingDELETEParamsWithTimeout creates a new DeletePluginUsingDELETEParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePluginUsingDELETEParams) SetContext ¶
func (o *DeletePluginUsingDELETEParams) SetContext(ctx context.Context)
SetContext adds the context to the delete plugin using d e l e t e params
func (*DeletePluginUsingDELETEParams) SetHTTPClient ¶
func (o *DeletePluginUsingDELETEParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete plugin using d e l e t e params
func (*DeletePluginUsingDELETEParams) SetPluginID ¶
func (o *DeletePluginUsingDELETEParams) SetPluginID(pluginID int64)
SetPluginID adds the pluginId to the delete plugin using d e l e t e params
func (*DeletePluginUsingDELETEParams) SetTimeout ¶
func (o *DeletePluginUsingDELETEParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete plugin using d e l e t e params
func (*DeletePluginUsingDELETEParams) WithContext ¶
func (o *DeletePluginUsingDELETEParams) WithContext(ctx context.Context) *DeletePluginUsingDELETEParams
WithContext adds the context to the delete plugin using d e l e t e params
func (*DeletePluginUsingDELETEParams) WithHTTPClient ¶
func (o *DeletePluginUsingDELETEParams) WithHTTPClient(client *http.Client) *DeletePluginUsingDELETEParams
WithHTTPClient adds the HTTPClient to the delete plugin using d e l e t e params
func (*DeletePluginUsingDELETEParams) WithPluginID ¶
func (o *DeletePluginUsingDELETEParams) WithPluginID(pluginID int64) *DeletePluginUsingDELETEParams
WithPluginID adds the pluginID to the delete plugin using d e l e t e params
func (*DeletePluginUsingDELETEParams) WithTimeout ¶
func (o *DeletePluginUsingDELETEParams) WithTimeout(timeout time.Duration) *DeletePluginUsingDELETEParams
WithTimeout adds the timeout to the delete plugin using d e l e t e params
func (*DeletePluginUsingDELETEParams) WriteToRequest ¶
func (o *DeletePluginUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePluginUsingDELETEReader ¶
type DeletePluginUsingDELETEReader struct {
// contains filtered or unexported fields
}
DeletePluginUsingDELETEReader is a Reader for the DeletePluginUsingDELETE structure.
func (*DeletePluginUsingDELETEReader) ReadResponse ¶
func (o *DeletePluginUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePluginUsingDELETEUnauthorized ¶
type DeletePluginUsingDELETEUnauthorized struct { }
DeletePluginUsingDELETEUnauthorized handles this case with default header values.
Unauthorized
func NewDeletePluginUsingDELETEUnauthorized ¶
func NewDeletePluginUsingDELETEUnauthorized() *DeletePluginUsingDELETEUnauthorized
NewDeletePluginUsingDELETEUnauthorized creates a DeletePluginUsingDELETEUnauthorized with default headers values
func (*DeletePluginUsingDELETEUnauthorized) Error ¶
func (o *DeletePluginUsingDELETEUnauthorized) Error() string
type EditPluginManifestURLUsingPUTCreated ¶
type EditPluginManifestURLUsingPUTCreated struct { }
EditPluginManifestURLUsingPUTCreated handles this case with default header values.
Created
func NewEditPluginManifestURLUsingPUTCreated ¶
func NewEditPluginManifestURLUsingPUTCreated() *EditPluginManifestURLUsingPUTCreated
NewEditPluginManifestURLUsingPUTCreated creates a EditPluginManifestURLUsingPUTCreated with default headers values
func (*EditPluginManifestURLUsingPUTCreated) Error ¶
func (o *EditPluginManifestURLUsingPUTCreated) Error() string
type EditPluginManifestURLUsingPUTForbidden ¶
type EditPluginManifestURLUsingPUTForbidden struct { }
EditPluginManifestURLUsingPUTForbidden handles this case with default header values.
Forbidden
func NewEditPluginManifestURLUsingPUTForbidden ¶
func NewEditPluginManifestURLUsingPUTForbidden() *EditPluginManifestURLUsingPUTForbidden
NewEditPluginManifestURLUsingPUTForbidden creates a EditPluginManifestURLUsingPUTForbidden with default headers values
func (*EditPluginManifestURLUsingPUTForbidden) Error ¶
func (o *EditPluginManifestURLUsingPUTForbidden) Error() string
type EditPluginManifestURLUsingPUTNotFound ¶
type EditPluginManifestURLUsingPUTNotFound struct { }
EditPluginManifestURLUsingPUTNotFound handles this case with default header values.
Not Found
func NewEditPluginManifestURLUsingPUTNotFound ¶
func NewEditPluginManifestURLUsingPUTNotFound() *EditPluginManifestURLUsingPUTNotFound
NewEditPluginManifestURLUsingPUTNotFound creates a EditPluginManifestURLUsingPUTNotFound with default headers values
func (*EditPluginManifestURLUsingPUTNotFound) Error ¶
func (o *EditPluginManifestURLUsingPUTNotFound) Error() string
type EditPluginManifestURLUsingPUTOK ¶
EditPluginManifestURLUsingPUTOK handles this case with default header values.
OK
func NewEditPluginManifestURLUsingPUTOK ¶
func NewEditPluginManifestURLUsingPUTOK() *EditPluginManifestURLUsingPUTOK
NewEditPluginManifestURLUsingPUTOK creates a EditPluginManifestURLUsingPUTOK with default headers values
func (*EditPluginManifestURLUsingPUTOK) Error ¶
func (o *EditPluginManifestURLUsingPUTOK) Error() string
func (*EditPluginManifestURLUsingPUTOK) GetPayload ¶
func (o *EditPluginManifestURLUsingPUTOK) GetPayload() *models.PluginDto
type EditPluginManifestURLUsingPUTParams ¶
type EditPluginManifestURLUsingPUTParams struct { /*PluginDto pluginDto */ PluginDto *models.PluginDto /*PluginID pluginId */ PluginID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EditPluginManifestURLUsingPUTParams contains all the parameters to send to the API endpoint for the edit plugin manifest Url using p u t operation typically these are written to a http.Request
func NewEditPluginManifestURLUsingPUTParams ¶
func NewEditPluginManifestURLUsingPUTParams() *EditPluginManifestURLUsingPUTParams
NewEditPluginManifestURLUsingPUTParams creates a new EditPluginManifestURLUsingPUTParams object with the default values initialized.
func NewEditPluginManifestURLUsingPUTParamsWithContext ¶
func NewEditPluginManifestURLUsingPUTParamsWithContext(ctx context.Context) *EditPluginManifestURLUsingPUTParams
NewEditPluginManifestURLUsingPUTParamsWithContext creates a new EditPluginManifestURLUsingPUTParams object with the default values initialized, and the ability to set a context for a request
func NewEditPluginManifestURLUsingPUTParamsWithHTTPClient ¶
func NewEditPluginManifestURLUsingPUTParamsWithHTTPClient(client *http.Client) *EditPluginManifestURLUsingPUTParams
NewEditPluginManifestURLUsingPUTParamsWithHTTPClient creates a new EditPluginManifestURLUsingPUTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEditPluginManifestURLUsingPUTParamsWithTimeout ¶
func NewEditPluginManifestURLUsingPUTParamsWithTimeout(timeout time.Duration) *EditPluginManifestURLUsingPUTParams
NewEditPluginManifestURLUsingPUTParamsWithTimeout creates a new EditPluginManifestURLUsingPUTParams object with the default values initialized, and the ability to set a timeout on a request
func (*EditPluginManifestURLUsingPUTParams) SetContext ¶
func (o *EditPluginManifestURLUsingPUTParams) SetContext(ctx context.Context)
SetContext adds the context to the edit plugin manifest Url using p u t params
func (*EditPluginManifestURLUsingPUTParams) SetHTTPClient ¶
func (o *EditPluginManifestURLUsingPUTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edit plugin manifest Url using p u t params
func (*EditPluginManifestURLUsingPUTParams) SetPluginDto ¶
func (o *EditPluginManifestURLUsingPUTParams) SetPluginDto(pluginDto *models.PluginDto)
SetPluginDto adds the pluginDto to the edit plugin manifest Url using p u t params
func (*EditPluginManifestURLUsingPUTParams) SetPluginID ¶
func (o *EditPluginManifestURLUsingPUTParams) SetPluginID(pluginID int64)
SetPluginID adds the pluginId to the edit plugin manifest Url using p u t params
func (*EditPluginManifestURLUsingPUTParams) SetTimeout ¶
func (o *EditPluginManifestURLUsingPUTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edit plugin manifest Url using p u t params
func (*EditPluginManifestURLUsingPUTParams) WithContext ¶
func (o *EditPluginManifestURLUsingPUTParams) WithContext(ctx context.Context) *EditPluginManifestURLUsingPUTParams
WithContext adds the context to the edit plugin manifest Url using p u t params
func (*EditPluginManifestURLUsingPUTParams) WithHTTPClient ¶
func (o *EditPluginManifestURLUsingPUTParams) WithHTTPClient(client *http.Client) *EditPluginManifestURLUsingPUTParams
WithHTTPClient adds the HTTPClient to the edit plugin manifest Url using p u t params
func (*EditPluginManifestURLUsingPUTParams) WithPluginDto ¶
func (o *EditPluginManifestURLUsingPUTParams) WithPluginDto(pluginDto *models.PluginDto) *EditPluginManifestURLUsingPUTParams
WithPluginDto adds the pluginDto to the edit plugin manifest Url using p u t params
func (*EditPluginManifestURLUsingPUTParams) WithPluginID ¶
func (o *EditPluginManifestURLUsingPUTParams) WithPluginID(pluginID int64) *EditPluginManifestURLUsingPUTParams
WithPluginID adds the pluginID to the edit plugin manifest Url using p u t params
func (*EditPluginManifestURLUsingPUTParams) WithTimeout ¶
func (o *EditPluginManifestURLUsingPUTParams) WithTimeout(timeout time.Duration) *EditPluginManifestURLUsingPUTParams
WithTimeout adds the timeout to the edit plugin manifest Url using p u t params
func (*EditPluginManifestURLUsingPUTParams) WriteToRequest ¶
func (o *EditPluginManifestURLUsingPUTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EditPluginManifestURLUsingPUTReader ¶
type EditPluginManifestURLUsingPUTReader struct {
// contains filtered or unexported fields
}
EditPluginManifestURLUsingPUTReader is a Reader for the EditPluginManifestURLUsingPUT structure.
func (*EditPluginManifestURLUsingPUTReader) ReadResponse ¶
func (o *EditPluginManifestURLUsingPUTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EditPluginManifestURLUsingPUTUnauthorized ¶
type EditPluginManifestURLUsingPUTUnauthorized struct { }
EditPluginManifestURLUsingPUTUnauthorized handles this case with default header values.
Unauthorized
func NewEditPluginManifestURLUsingPUTUnauthorized ¶
func NewEditPluginManifestURLUsingPUTUnauthorized() *EditPluginManifestURLUsingPUTUnauthorized
NewEditPluginManifestURLUsingPUTUnauthorized creates a EditPluginManifestURLUsingPUTUnauthorized with default headers values
func (*EditPluginManifestURLUsingPUTUnauthorized) Error ¶
func (o *EditPluginManifestURLUsingPUTUnauthorized) Error() string
type GetAllPluginServiceTemplatesUsingGETForbidden ¶
type GetAllPluginServiceTemplatesUsingGETForbidden struct { }
GetAllPluginServiceTemplatesUsingGETForbidden handles this case with default header values.
Forbidden
func NewGetAllPluginServiceTemplatesUsingGETForbidden ¶
func NewGetAllPluginServiceTemplatesUsingGETForbidden() *GetAllPluginServiceTemplatesUsingGETForbidden
NewGetAllPluginServiceTemplatesUsingGETForbidden creates a GetAllPluginServiceTemplatesUsingGETForbidden with default headers values
func (*GetAllPluginServiceTemplatesUsingGETForbidden) Error ¶
func (o *GetAllPluginServiceTemplatesUsingGETForbidden) Error() string
type GetAllPluginServiceTemplatesUsingGETNotFound ¶
type GetAllPluginServiceTemplatesUsingGETNotFound struct { }
GetAllPluginServiceTemplatesUsingGETNotFound handles this case with default header values.
Not Found
func NewGetAllPluginServiceTemplatesUsingGETNotFound ¶
func NewGetAllPluginServiceTemplatesUsingGETNotFound() *GetAllPluginServiceTemplatesUsingGETNotFound
NewGetAllPluginServiceTemplatesUsingGETNotFound creates a GetAllPluginServiceTemplatesUsingGETNotFound with default headers values
func (*GetAllPluginServiceTemplatesUsingGETNotFound) Error ¶
func (o *GetAllPluginServiceTemplatesUsingGETNotFound) Error() string
type GetAllPluginServiceTemplatesUsingGETOK ¶
type GetAllPluginServiceTemplatesUsingGETOK struct {
Payload *models.ListHolderDtoPluginServiceTemplateDto
}
GetAllPluginServiceTemplatesUsingGETOK handles this case with default header values.
OK
func NewGetAllPluginServiceTemplatesUsingGETOK ¶
func NewGetAllPluginServiceTemplatesUsingGETOK() *GetAllPluginServiceTemplatesUsingGETOK
NewGetAllPluginServiceTemplatesUsingGETOK creates a GetAllPluginServiceTemplatesUsingGETOK with default headers values
func (*GetAllPluginServiceTemplatesUsingGETOK) Error ¶
func (o *GetAllPluginServiceTemplatesUsingGETOK) Error() string
func (*GetAllPluginServiceTemplatesUsingGETOK) GetPayload ¶
func (o *GetAllPluginServiceTemplatesUsingGETOK) GetPayload() *models.ListHolderDtoPluginServiceTemplateDto
type GetAllPluginServiceTemplatesUsingGETParams ¶
type GetAllPluginServiceTemplatesUsingGETParams struct { /*Type pluginServiceTypeStr */ Type string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAllPluginServiceTemplatesUsingGETParams contains all the parameters to send to the API endpoint for the get all plugin service templates using g e t operation typically these are written to a http.Request
func NewGetAllPluginServiceTemplatesUsingGETParams ¶
func NewGetAllPluginServiceTemplatesUsingGETParams() *GetAllPluginServiceTemplatesUsingGETParams
NewGetAllPluginServiceTemplatesUsingGETParams creates a new GetAllPluginServiceTemplatesUsingGETParams object with the default values initialized.
func NewGetAllPluginServiceTemplatesUsingGETParamsWithContext ¶
func NewGetAllPluginServiceTemplatesUsingGETParamsWithContext(ctx context.Context) *GetAllPluginServiceTemplatesUsingGETParams
NewGetAllPluginServiceTemplatesUsingGETParamsWithContext creates a new GetAllPluginServiceTemplatesUsingGETParams object with the default values initialized, and the ability to set a context for a request
func NewGetAllPluginServiceTemplatesUsingGETParamsWithHTTPClient ¶
func NewGetAllPluginServiceTemplatesUsingGETParamsWithHTTPClient(client *http.Client) *GetAllPluginServiceTemplatesUsingGETParams
NewGetAllPluginServiceTemplatesUsingGETParamsWithHTTPClient creates a new GetAllPluginServiceTemplatesUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAllPluginServiceTemplatesUsingGETParamsWithTimeout ¶
func NewGetAllPluginServiceTemplatesUsingGETParamsWithTimeout(timeout time.Duration) *GetAllPluginServiceTemplatesUsingGETParams
NewGetAllPluginServiceTemplatesUsingGETParamsWithTimeout creates a new GetAllPluginServiceTemplatesUsingGETParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAllPluginServiceTemplatesUsingGETParams) SetContext ¶
func (o *GetAllPluginServiceTemplatesUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get all plugin service templates using g e t params
func (*GetAllPluginServiceTemplatesUsingGETParams) SetHTTPClient ¶
func (o *GetAllPluginServiceTemplatesUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get all plugin service templates using g e t params
func (*GetAllPluginServiceTemplatesUsingGETParams) SetTimeout ¶
func (o *GetAllPluginServiceTemplatesUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get all plugin service templates using g e t params
func (*GetAllPluginServiceTemplatesUsingGETParams) SetType ¶
func (o *GetAllPluginServiceTemplatesUsingGETParams) SetType(typeVar string)
SetType adds the type to the get all plugin service templates using g e t params
func (*GetAllPluginServiceTemplatesUsingGETParams) WithContext ¶
func (o *GetAllPluginServiceTemplatesUsingGETParams) WithContext(ctx context.Context) *GetAllPluginServiceTemplatesUsingGETParams
WithContext adds the context to the get all plugin service templates using g e t params
func (*GetAllPluginServiceTemplatesUsingGETParams) WithHTTPClient ¶
func (o *GetAllPluginServiceTemplatesUsingGETParams) WithHTTPClient(client *http.Client) *GetAllPluginServiceTemplatesUsingGETParams
WithHTTPClient adds the HTTPClient to the get all plugin service templates using g e t params
func (*GetAllPluginServiceTemplatesUsingGETParams) WithTimeout ¶
func (o *GetAllPluginServiceTemplatesUsingGETParams) WithTimeout(timeout time.Duration) *GetAllPluginServiceTemplatesUsingGETParams
WithTimeout adds the timeout to the get all plugin service templates using g e t params
func (*GetAllPluginServiceTemplatesUsingGETParams) WithType ¶
func (o *GetAllPluginServiceTemplatesUsingGETParams) WithType(typeVar string) *GetAllPluginServiceTemplatesUsingGETParams
WithType adds the typeVar to the get all plugin service templates using g e t params
func (*GetAllPluginServiceTemplatesUsingGETParams) WriteToRequest ¶
func (o *GetAllPluginServiceTemplatesUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAllPluginServiceTemplatesUsingGETReader ¶
type GetAllPluginServiceTemplatesUsingGETReader struct {
// contains filtered or unexported fields
}
GetAllPluginServiceTemplatesUsingGETReader is a Reader for the GetAllPluginServiceTemplatesUsingGET structure.
func (*GetAllPluginServiceTemplatesUsingGETReader) ReadResponse ¶
func (o *GetAllPluginServiceTemplatesUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAllPluginServiceTemplatesUsingGETUnauthorized ¶
type GetAllPluginServiceTemplatesUsingGETUnauthorized struct { }
GetAllPluginServiceTemplatesUsingGETUnauthorized handles this case with default header values.
Unauthorized
func NewGetAllPluginServiceTemplatesUsingGETUnauthorized ¶
func NewGetAllPluginServiceTemplatesUsingGETUnauthorized() *GetAllPluginServiceTemplatesUsingGETUnauthorized
NewGetAllPluginServiceTemplatesUsingGETUnauthorized creates a GetAllPluginServiceTemplatesUsingGETUnauthorized with default headers values
func (*GetAllPluginServiceTemplatesUsingGETUnauthorized) Error ¶
func (o *GetAllPluginServiceTemplatesUsingGETUnauthorized) Error() string
type GetAllPluginsUsingGETForbidden ¶
type GetAllPluginsUsingGETForbidden struct { }
GetAllPluginsUsingGETForbidden handles this case with default header values.
Forbidden
func NewGetAllPluginsUsingGETForbidden ¶
func NewGetAllPluginsUsingGETForbidden() *GetAllPluginsUsingGETForbidden
NewGetAllPluginsUsingGETForbidden creates a GetAllPluginsUsingGETForbidden with default headers values
func (*GetAllPluginsUsingGETForbidden) Error ¶
func (o *GetAllPluginsUsingGETForbidden) Error() string
type GetAllPluginsUsingGETNotFound ¶
type GetAllPluginsUsingGETNotFound struct { }
GetAllPluginsUsingGETNotFound handles this case with default header values.
Not Found
func NewGetAllPluginsUsingGETNotFound ¶
func NewGetAllPluginsUsingGETNotFound() *GetAllPluginsUsingGETNotFound
NewGetAllPluginsUsingGETNotFound creates a GetAllPluginsUsingGETNotFound with default headers values
func (*GetAllPluginsUsingGETNotFound) Error ¶
func (o *GetAllPluginsUsingGETNotFound) Error() string
type GetAllPluginsUsingGETOK ¶
type GetAllPluginsUsingGETOK struct {
Payload *models.ListHolderDtoPluginDto
}
GetAllPluginsUsingGETOK handles this case with default header values.
OK
func NewGetAllPluginsUsingGETOK ¶
func NewGetAllPluginsUsingGETOK() *GetAllPluginsUsingGETOK
NewGetAllPluginsUsingGETOK creates a GetAllPluginsUsingGETOK with default headers values
func (*GetAllPluginsUsingGETOK) Error ¶
func (o *GetAllPluginsUsingGETOK) Error() string
func (*GetAllPluginsUsingGETOK) GetPayload ¶
func (o *GetAllPluginsUsingGETOK) GetPayload() *models.ListHolderDtoPluginDto
type GetAllPluginsUsingGETParams ¶
type GetAllPluginsUsingGETParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAllPluginsUsingGETParams contains all the parameters to send to the API endpoint for the get all plugins using g e t operation typically these are written to a http.Request
func NewGetAllPluginsUsingGETParams ¶
func NewGetAllPluginsUsingGETParams() *GetAllPluginsUsingGETParams
NewGetAllPluginsUsingGETParams creates a new GetAllPluginsUsingGETParams object with the default values initialized.
func NewGetAllPluginsUsingGETParamsWithContext ¶
func NewGetAllPluginsUsingGETParamsWithContext(ctx context.Context) *GetAllPluginsUsingGETParams
NewGetAllPluginsUsingGETParamsWithContext creates a new GetAllPluginsUsingGETParams object with the default values initialized, and the ability to set a context for a request
func NewGetAllPluginsUsingGETParamsWithHTTPClient ¶
func NewGetAllPluginsUsingGETParamsWithHTTPClient(client *http.Client) *GetAllPluginsUsingGETParams
NewGetAllPluginsUsingGETParamsWithHTTPClient creates a new GetAllPluginsUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAllPluginsUsingGETParamsWithTimeout ¶
func NewGetAllPluginsUsingGETParamsWithTimeout(timeout time.Duration) *GetAllPluginsUsingGETParams
NewGetAllPluginsUsingGETParamsWithTimeout creates a new GetAllPluginsUsingGETParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAllPluginsUsingGETParams) SetContext ¶
func (o *GetAllPluginsUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get all plugins using g e t params
func (*GetAllPluginsUsingGETParams) SetHTTPClient ¶
func (o *GetAllPluginsUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get all plugins using g e t params
func (*GetAllPluginsUsingGETParams) SetTimeout ¶
func (o *GetAllPluginsUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get all plugins using g e t params
func (*GetAllPluginsUsingGETParams) WithContext ¶
func (o *GetAllPluginsUsingGETParams) WithContext(ctx context.Context) *GetAllPluginsUsingGETParams
WithContext adds the context to the get all plugins using g e t params
func (*GetAllPluginsUsingGETParams) WithHTTPClient ¶
func (o *GetAllPluginsUsingGETParams) WithHTTPClient(client *http.Client) *GetAllPluginsUsingGETParams
WithHTTPClient adds the HTTPClient to the get all plugins using g e t params
func (*GetAllPluginsUsingGETParams) WithTimeout ¶
func (o *GetAllPluginsUsingGETParams) WithTimeout(timeout time.Duration) *GetAllPluginsUsingGETParams
WithTimeout adds the timeout to the get all plugins using g e t params
func (*GetAllPluginsUsingGETParams) WriteToRequest ¶
func (o *GetAllPluginsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAllPluginsUsingGETReader ¶
type GetAllPluginsUsingGETReader struct {
// contains filtered or unexported fields
}
GetAllPluginsUsingGETReader is a Reader for the GetAllPluginsUsingGET structure.
func (*GetAllPluginsUsingGETReader) ReadResponse ¶
func (o *GetAllPluginsUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAllPluginsUsingGETUnauthorized ¶
type GetAllPluginsUsingGETUnauthorized struct { }
GetAllPluginsUsingGETUnauthorized handles this case with default header values.
Unauthorized
func NewGetAllPluginsUsingGETUnauthorized ¶
func NewGetAllPluginsUsingGETUnauthorized() *GetAllPluginsUsingGETUnauthorized
NewGetAllPluginsUsingGETUnauthorized creates a GetAllPluginsUsingGETUnauthorized with default headers values
func (*GetAllPluginsUsingGETUnauthorized) Error ¶
func (o *GetAllPluginsUsingGETUnauthorized) Error() string
type GetPluginIconUsingGETForbidden ¶
type GetPluginIconUsingGETForbidden struct { }
GetPluginIconUsingGETForbidden handles this case with default header values.
Forbidden
func NewGetPluginIconUsingGETForbidden ¶
func NewGetPluginIconUsingGETForbidden() *GetPluginIconUsingGETForbidden
NewGetPluginIconUsingGETForbidden creates a GetPluginIconUsingGETForbidden with default headers values
func (*GetPluginIconUsingGETForbidden) Error ¶
func (o *GetPluginIconUsingGETForbidden) Error() string
type GetPluginIconUsingGETNotFound ¶
type GetPluginIconUsingGETNotFound struct { }
GetPluginIconUsingGETNotFound handles this case with default header values.
Not Found
func NewGetPluginIconUsingGETNotFound ¶
func NewGetPluginIconUsingGETNotFound() *GetPluginIconUsingGETNotFound
NewGetPluginIconUsingGETNotFound creates a GetPluginIconUsingGETNotFound with default headers values
func (*GetPluginIconUsingGETNotFound) Error ¶
func (o *GetPluginIconUsingGETNotFound) Error() string
type GetPluginIconUsingGETOK ¶
type GetPluginIconUsingGETOK struct { }
GetPluginIconUsingGETOK handles this case with default header values.
OK
func NewGetPluginIconUsingGETOK ¶
func NewGetPluginIconUsingGETOK() *GetPluginIconUsingGETOK
NewGetPluginIconUsingGETOK creates a GetPluginIconUsingGETOK with default headers values
func (*GetPluginIconUsingGETOK) Error ¶
func (o *GetPluginIconUsingGETOK) Error() string
type GetPluginIconUsingGETParams ¶
type GetPluginIconUsingGETParams struct { /*PluginID pluginId */ PluginID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPluginIconUsingGETParams contains all the parameters to send to the API endpoint for the get plugin icon using g e t operation typically these are written to a http.Request
func NewGetPluginIconUsingGETParams ¶
func NewGetPluginIconUsingGETParams() *GetPluginIconUsingGETParams
NewGetPluginIconUsingGETParams creates a new GetPluginIconUsingGETParams object with the default values initialized.
func NewGetPluginIconUsingGETParamsWithContext ¶
func NewGetPluginIconUsingGETParamsWithContext(ctx context.Context) *GetPluginIconUsingGETParams
NewGetPluginIconUsingGETParamsWithContext creates a new GetPluginIconUsingGETParams object with the default values initialized, and the ability to set a context for a request
func NewGetPluginIconUsingGETParamsWithHTTPClient ¶
func NewGetPluginIconUsingGETParamsWithHTTPClient(client *http.Client) *GetPluginIconUsingGETParams
NewGetPluginIconUsingGETParamsWithHTTPClient creates a new GetPluginIconUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPluginIconUsingGETParamsWithTimeout ¶
func NewGetPluginIconUsingGETParamsWithTimeout(timeout time.Duration) *GetPluginIconUsingGETParams
NewGetPluginIconUsingGETParamsWithTimeout creates a new GetPluginIconUsingGETParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPluginIconUsingGETParams) SetContext ¶
func (o *GetPluginIconUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get plugin icon using g e t params
func (*GetPluginIconUsingGETParams) SetHTTPClient ¶
func (o *GetPluginIconUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get plugin icon using g e t params
func (*GetPluginIconUsingGETParams) SetPluginID ¶
func (o *GetPluginIconUsingGETParams) SetPluginID(pluginID int64)
SetPluginID adds the pluginId to the get plugin icon using g e t params
func (*GetPluginIconUsingGETParams) SetTimeout ¶
func (o *GetPluginIconUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get plugin icon using g e t params
func (*GetPluginIconUsingGETParams) WithContext ¶
func (o *GetPluginIconUsingGETParams) WithContext(ctx context.Context) *GetPluginIconUsingGETParams
WithContext adds the context to the get plugin icon using g e t params
func (*GetPluginIconUsingGETParams) WithHTTPClient ¶
func (o *GetPluginIconUsingGETParams) WithHTTPClient(client *http.Client) *GetPluginIconUsingGETParams
WithHTTPClient adds the HTTPClient to the get plugin icon using g e t params
func (*GetPluginIconUsingGETParams) WithPluginID ¶
func (o *GetPluginIconUsingGETParams) WithPluginID(pluginID int64) *GetPluginIconUsingGETParams
WithPluginID adds the pluginID to the get plugin icon using g e t params
func (*GetPluginIconUsingGETParams) WithTimeout ¶
func (o *GetPluginIconUsingGETParams) WithTimeout(timeout time.Duration) *GetPluginIconUsingGETParams
WithTimeout adds the timeout to the get plugin icon using g e t params
func (*GetPluginIconUsingGETParams) WriteToRequest ¶
func (o *GetPluginIconUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPluginIconUsingGETReader ¶
type GetPluginIconUsingGETReader struct {
// contains filtered or unexported fields
}
GetPluginIconUsingGETReader is a Reader for the GetPluginIconUsingGET structure.
func (*GetPluginIconUsingGETReader) ReadResponse ¶
func (o *GetPluginIconUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPluginIconUsingGETUnauthorized ¶
type GetPluginIconUsingGETUnauthorized struct { }
GetPluginIconUsingGETUnauthorized handles this case with default header values.
Unauthorized
func NewGetPluginIconUsingGETUnauthorized ¶
func NewGetPluginIconUsingGETUnauthorized() *GetPluginIconUsingGETUnauthorized
NewGetPluginIconUsingGETUnauthorized creates a GetPluginIconUsingGETUnauthorized with default headers values
func (*GetPluginIconUsingGETUnauthorized) Error ¶
func (o *GetPluginIconUsingGETUnauthorized) Error() string
type GetPluginServiceTemplateParameterUsingPOSTCreated ¶
type GetPluginServiceTemplateParameterUsingPOSTCreated struct { }
GetPluginServiceTemplateParameterUsingPOSTCreated handles this case with default header values.
Created
func NewGetPluginServiceTemplateParameterUsingPOSTCreated ¶
func NewGetPluginServiceTemplateParameterUsingPOSTCreated() *GetPluginServiceTemplateParameterUsingPOSTCreated
NewGetPluginServiceTemplateParameterUsingPOSTCreated creates a GetPluginServiceTemplateParameterUsingPOSTCreated with default headers values
func (*GetPluginServiceTemplateParameterUsingPOSTCreated) Error ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTCreated) Error() string
type GetPluginServiceTemplateParameterUsingPOSTForbidden ¶
type GetPluginServiceTemplateParameterUsingPOSTForbidden struct { }
GetPluginServiceTemplateParameterUsingPOSTForbidden handles this case with default header values.
Forbidden
func NewGetPluginServiceTemplateParameterUsingPOSTForbidden ¶
func NewGetPluginServiceTemplateParameterUsingPOSTForbidden() *GetPluginServiceTemplateParameterUsingPOSTForbidden
NewGetPluginServiceTemplateParameterUsingPOSTForbidden creates a GetPluginServiceTemplateParameterUsingPOSTForbidden with default headers values
func (*GetPluginServiceTemplateParameterUsingPOSTForbidden) Error ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTForbidden) Error() string
type GetPluginServiceTemplateParameterUsingPOSTNotFound ¶
type GetPluginServiceTemplateParameterUsingPOSTNotFound struct { }
GetPluginServiceTemplateParameterUsingPOSTNotFound handles this case with default header values.
Not Found
func NewGetPluginServiceTemplateParameterUsingPOSTNotFound ¶
func NewGetPluginServiceTemplateParameterUsingPOSTNotFound() *GetPluginServiceTemplateParameterUsingPOSTNotFound
NewGetPluginServiceTemplateParameterUsingPOSTNotFound creates a GetPluginServiceTemplateParameterUsingPOSTNotFound with default headers values
func (*GetPluginServiceTemplateParameterUsingPOSTNotFound) Error ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTNotFound) Error() string
type GetPluginServiceTemplateParameterUsingPOSTOK ¶
type GetPluginServiceTemplateParameterUsingPOSTOK struct {
Payload *models.PagedResultDtoPairDto
}
GetPluginServiceTemplateParameterUsingPOSTOK handles this case with default header values.
OK
func NewGetPluginServiceTemplateParameterUsingPOSTOK ¶
func NewGetPluginServiceTemplateParameterUsingPOSTOK() *GetPluginServiceTemplateParameterUsingPOSTOK
NewGetPluginServiceTemplateParameterUsingPOSTOK creates a GetPluginServiceTemplateParameterUsingPOSTOK with default headers values
func (*GetPluginServiceTemplateParameterUsingPOSTOK) Error ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTOK) Error() string
func (*GetPluginServiceTemplateParameterUsingPOSTOK) GetPayload ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTOK) GetPayload() *models.PagedResultDtoPairDto
type GetPluginServiceTemplateParameterUsingPOSTParams ¶
type GetPluginServiceTemplateParameterUsingPOSTParams struct { /*DynamicValuesDto dynamicValuesDto */ DynamicValuesDto *models.DynamicValuesInputDto /*Filter freeTextFilter */ Filter *string /*PageNumber pageNumber */ PageNumber *int32 /*PageSize pageSize */ PageSize *int32 /*PluginServiceTemplateID pluginServiceTemplateId */ PluginServiceTemplateID int64 /*PluginServiceTemplateParameterID pluginServiceTemplateParameterId */ PluginServiceTemplateParameterID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPluginServiceTemplateParameterUsingPOSTParams contains all the parameters to send to the API endpoint for the get plugin service template parameter using p o s t operation typically these are written to a http.Request
func NewGetPluginServiceTemplateParameterUsingPOSTParams ¶
func NewGetPluginServiceTemplateParameterUsingPOSTParams() *GetPluginServiceTemplateParameterUsingPOSTParams
NewGetPluginServiceTemplateParameterUsingPOSTParams creates a new GetPluginServiceTemplateParameterUsingPOSTParams object with the default values initialized.
func NewGetPluginServiceTemplateParameterUsingPOSTParamsWithContext ¶
func NewGetPluginServiceTemplateParameterUsingPOSTParamsWithContext(ctx context.Context) *GetPluginServiceTemplateParameterUsingPOSTParams
NewGetPluginServiceTemplateParameterUsingPOSTParamsWithContext creates a new GetPluginServiceTemplateParameterUsingPOSTParams object with the default values initialized, and the ability to set a context for a request
func NewGetPluginServiceTemplateParameterUsingPOSTParamsWithHTTPClient ¶
func NewGetPluginServiceTemplateParameterUsingPOSTParamsWithHTTPClient(client *http.Client) *GetPluginServiceTemplateParameterUsingPOSTParams
NewGetPluginServiceTemplateParameterUsingPOSTParamsWithHTTPClient creates a new GetPluginServiceTemplateParameterUsingPOSTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPluginServiceTemplateParameterUsingPOSTParamsWithTimeout ¶
func NewGetPluginServiceTemplateParameterUsingPOSTParamsWithTimeout(timeout time.Duration) *GetPluginServiceTemplateParameterUsingPOSTParams
NewGetPluginServiceTemplateParameterUsingPOSTParamsWithTimeout creates a new GetPluginServiceTemplateParameterUsingPOSTParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPluginServiceTemplateParameterUsingPOSTParams) SetContext ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) SetDynamicValuesDto ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetDynamicValuesDto(dynamicValuesDto *models.DynamicValuesInputDto)
SetDynamicValuesDto adds the dynamicValuesDto to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) SetFilter ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetFilter(filter *string)
SetFilter adds the filter to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) SetHTTPClient ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) SetPageNumber ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) SetPageSize ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) SetPluginServiceTemplateID ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetPluginServiceTemplateID(pluginServiceTemplateID int64)
SetPluginServiceTemplateID adds the pluginServiceTemplateId to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) SetPluginServiceTemplateParameterID ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetPluginServiceTemplateParameterID(pluginServiceTemplateParameterID int64)
SetPluginServiceTemplateParameterID adds the pluginServiceTemplateParameterId to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) SetTimeout ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithContext ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithContext(ctx context.Context) *GetPluginServiceTemplateParameterUsingPOSTParams
WithContext adds the context to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithDynamicValuesDto ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithDynamicValuesDto(dynamicValuesDto *models.DynamicValuesInputDto) *GetPluginServiceTemplateParameterUsingPOSTParams
WithDynamicValuesDto adds the dynamicValuesDto to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithFilter ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithFilter(filter *string) *GetPluginServiceTemplateParameterUsingPOSTParams
WithFilter adds the filter to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithHTTPClient ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithHTTPClient(client *http.Client) *GetPluginServiceTemplateParameterUsingPOSTParams
WithHTTPClient adds the HTTPClient to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithPageNumber ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithPageNumber(pageNumber *int32) *GetPluginServiceTemplateParameterUsingPOSTParams
WithPageNumber adds the pageNumber to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithPageSize ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithPageSize(pageSize *int32) *GetPluginServiceTemplateParameterUsingPOSTParams
WithPageSize adds the pageSize to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithPluginServiceTemplateID ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithPluginServiceTemplateID(pluginServiceTemplateID int64) *GetPluginServiceTemplateParameterUsingPOSTParams
WithPluginServiceTemplateID adds the pluginServiceTemplateID to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithPluginServiceTemplateParameterID ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithPluginServiceTemplateParameterID(pluginServiceTemplateParameterID int64) *GetPluginServiceTemplateParameterUsingPOSTParams
WithPluginServiceTemplateParameterID adds the pluginServiceTemplateParameterID to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithTimeout ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WithTimeout(timeout time.Duration) *GetPluginServiceTemplateParameterUsingPOSTParams
WithTimeout adds the timeout to the get plugin service template parameter using p o s t params
func (*GetPluginServiceTemplateParameterUsingPOSTParams) WriteToRequest ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPluginServiceTemplateParameterUsingPOSTReader ¶
type GetPluginServiceTemplateParameterUsingPOSTReader struct {
// contains filtered or unexported fields
}
GetPluginServiceTemplateParameterUsingPOSTReader is a Reader for the GetPluginServiceTemplateParameterUsingPOST structure.
func (*GetPluginServiceTemplateParameterUsingPOSTReader) ReadResponse ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPluginServiceTemplateParameterUsingPOSTUnauthorized ¶
type GetPluginServiceTemplateParameterUsingPOSTUnauthorized struct { }
GetPluginServiceTemplateParameterUsingPOSTUnauthorized handles this case with default header values.
Unauthorized
func NewGetPluginServiceTemplateParameterUsingPOSTUnauthorized ¶
func NewGetPluginServiceTemplateParameterUsingPOSTUnauthorized() *GetPluginServiceTemplateParameterUsingPOSTUnauthorized
NewGetPluginServiceTemplateParameterUsingPOSTUnauthorized creates a GetPluginServiceTemplateParameterUsingPOSTUnauthorized with default headers values
func (*GetPluginServiceTemplateParameterUsingPOSTUnauthorized) Error ¶
func (o *GetPluginServiceTemplateParameterUsingPOSTUnauthorized) Error() string
type GetPluginServiceTemplateUsingGETForbidden ¶
type GetPluginServiceTemplateUsingGETForbidden struct { }
GetPluginServiceTemplateUsingGETForbidden handles this case with default header values.
Forbidden
func NewGetPluginServiceTemplateUsingGETForbidden ¶
func NewGetPluginServiceTemplateUsingGETForbidden() *GetPluginServiceTemplateUsingGETForbidden
NewGetPluginServiceTemplateUsingGETForbidden creates a GetPluginServiceTemplateUsingGETForbidden with default headers values
func (*GetPluginServiceTemplateUsingGETForbidden) Error ¶
func (o *GetPluginServiceTemplateUsingGETForbidden) Error() string
type GetPluginServiceTemplateUsingGETNotFound ¶
type GetPluginServiceTemplateUsingGETNotFound struct { }
GetPluginServiceTemplateUsingGETNotFound handles this case with default header values.
Not Found
func NewGetPluginServiceTemplateUsingGETNotFound ¶
func NewGetPluginServiceTemplateUsingGETNotFound() *GetPluginServiceTemplateUsingGETNotFound
NewGetPluginServiceTemplateUsingGETNotFound creates a GetPluginServiceTemplateUsingGETNotFound with default headers values
func (*GetPluginServiceTemplateUsingGETNotFound) Error ¶
func (o *GetPluginServiceTemplateUsingGETNotFound) Error() string
type GetPluginServiceTemplateUsingGETOK ¶
type GetPluginServiceTemplateUsingGETOK struct {
Payload *models.PluginServiceTemplateDto
}
GetPluginServiceTemplateUsingGETOK handles this case with default header values.
OK
func NewGetPluginServiceTemplateUsingGETOK ¶
func NewGetPluginServiceTemplateUsingGETOK() *GetPluginServiceTemplateUsingGETOK
NewGetPluginServiceTemplateUsingGETOK creates a GetPluginServiceTemplateUsingGETOK with default headers values
func (*GetPluginServiceTemplateUsingGETOK) Error ¶
func (o *GetPluginServiceTemplateUsingGETOK) Error() string
func (*GetPluginServiceTemplateUsingGETOK) GetPayload ¶
func (o *GetPluginServiceTemplateUsingGETOK) GetPayload() *models.PluginServiceTemplateDto
type GetPluginServiceTemplateUsingGETParams ¶
type GetPluginServiceTemplateUsingGETParams struct { /*PluginServiceTemplateID pluginServiceTemplateId */ PluginServiceTemplateID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPluginServiceTemplateUsingGETParams contains all the parameters to send to the API endpoint for the get plugin service template using g e t operation typically these are written to a http.Request
func NewGetPluginServiceTemplateUsingGETParams ¶
func NewGetPluginServiceTemplateUsingGETParams() *GetPluginServiceTemplateUsingGETParams
NewGetPluginServiceTemplateUsingGETParams creates a new GetPluginServiceTemplateUsingGETParams object with the default values initialized.
func NewGetPluginServiceTemplateUsingGETParamsWithContext ¶
func NewGetPluginServiceTemplateUsingGETParamsWithContext(ctx context.Context) *GetPluginServiceTemplateUsingGETParams
NewGetPluginServiceTemplateUsingGETParamsWithContext creates a new GetPluginServiceTemplateUsingGETParams object with the default values initialized, and the ability to set a context for a request
func NewGetPluginServiceTemplateUsingGETParamsWithHTTPClient ¶
func NewGetPluginServiceTemplateUsingGETParamsWithHTTPClient(client *http.Client) *GetPluginServiceTemplateUsingGETParams
NewGetPluginServiceTemplateUsingGETParamsWithHTTPClient creates a new GetPluginServiceTemplateUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPluginServiceTemplateUsingGETParamsWithTimeout ¶
func NewGetPluginServiceTemplateUsingGETParamsWithTimeout(timeout time.Duration) *GetPluginServiceTemplateUsingGETParams
NewGetPluginServiceTemplateUsingGETParamsWithTimeout creates a new GetPluginServiceTemplateUsingGETParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPluginServiceTemplateUsingGETParams) SetContext ¶
func (o *GetPluginServiceTemplateUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get plugin service template using g e t params
func (*GetPluginServiceTemplateUsingGETParams) SetHTTPClient ¶
func (o *GetPluginServiceTemplateUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get plugin service template using g e t params
func (*GetPluginServiceTemplateUsingGETParams) SetPluginServiceTemplateID ¶
func (o *GetPluginServiceTemplateUsingGETParams) SetPluginServiceTemplateID(pluginServiceTemplateID int64)
SetPluginServiceTemplateID adds the pluginServiceTemplateId to the get plugin service template using g e t params
func (*GetPluginServiceTemplateUsingGETParams) SetTimeout ¶
func (o *GetPluginServiceTemplateUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get plugin service template using g e t params
func (*GetPluginServiceTemplateUsingGETParams) WithContext ¶
func (o *GetPluginServiceTemplateUsingGETParams) WithContext(ctx context.Context) *GetPluginServiceTemplateUsingGETParams
WithContext adds the context to the get plugin service template using g e t params
func (*GetPluginServiceTemplateUsingGETParams) WithHTTPClient ¶
func (o *GetPluginServiceTemplateUsingGETParams) WithHTTPClient(client *http.Client) *GetPluginServiceTemplateUsingGETParams
WithHTTPClient adds the HTTPClient to the get plugin service template using g e t params
func (*GetPluginServiceTemplateUsingGETParams) WithPluginServiceTemplateID ¶
func (o *GetPluginServiceTemplateUsingGETParams) WithPluginServiceTemplateID(pluginServiceTemplateID int64) *GetPluginServiceTemplateUsingGETParams
WithPluginServiceTemplateID adds the pluginServiceTemplateID to the get plugin service template using g e t params
func (*GetPluginServiceTemplateUsingGETParams) WithTimeout ¶
func (o *GetPluginServiceTemplateUsingGETParams) WithTimeout(timeout time.Duration) *GetPluginServiceTemplateUsingGETParams
WithTimeout adds the timeout to the get plugin service template using g e t params
func (*GetPluginServiceTemplateUsingGETParams) WriteToRequest ¶
func (o *GetPluginServiceTemplateUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPluginServiceTemplateUsingGETReader ¶
type GetPluginServiceTemplateUsingGETReader struct {
// contains filtered or unexported fields
}
GetPluginServiceTemplateUsingGETReader is a Reader for the GetPluginServiceTemplateUsingGET structure.
func (*GetPluginServiceTemplateUsingGETReader) ReadResponse ¶
func (o *GetPluginServiceTemplateUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPluginServiceTemplateUsingGETUnauthorized ¶
type GetPluginServiceTemplateUsingGETUnauthorized struct { }
GetPluginServiceTemplateUsingGETUnauthorized handles this case with default header values.
Unauthorized
func NewGetPluginServiceTemplateUsingGETUnauthorized ¶
func NewGetPluginServiceTemplateUsingGETUnauthorized() *GetPluginServiceTemplateUsingGETUnauthorized
NewGetPluginServiceTemplateUsingGETUnauthorized creates a GetPluginServiceTemplateUsingGETUnauthorized with default headers values
func (*GetPluginServiceTemplateUsingGETUnauthorized) Error ¶
func (o *GetPluginServiceTemplateUsingGETUnauthorized) Error() string
type GetPluginServiceUsingGETForbidden ¶
type GetPluginServiceUsingGETForbidden struct { }
GetPluginServiceUsingGETForbidden handles this case with default header values.
Forbidden
func NewGetPluginServiceUsingGETForbidden ¶
func NewGetPluginServiceUsingGETForbidden() *GetPluginServiceUsingGETForbidden
NewGetPluginServiceUsingGETForbidden creates a GetPluginServiceUsingGETForbidden with default headers values
func (*GetPluginServiceUsingGETForbidden) Error ¶
func (o *GetPluginServiceUsingGETForbidden) Error() string
type GetPluginServiceUsingGETNotFound ¶
type GetPluginServiceUsingGETNotFound struct { }
GetPluginServiceUsingGETNotFound handles this case with default header values.
Not Found
func NewGetPluginServiceUsingGETNotFound ¶
func NewGetPluginServiceUsingGETNotFound() *GetPluginServiceUsingGETNotFound
NewGetPluginServiceUsingGETNotFound creates a GetPluginServiceUsingGETNotFound with default headers values
func (*GetPluginServiceUsingGETNotFound) Error ¶
func (o *GetPluginServiceUsingGETNotFound) Error() string
type GetPluginServiceUsingGETOK ¶
type GetPluginServiceUsingGETOK struct {
Payload *models.PluginServiceDto
}
GetPluginServiceUsingGETOK handles this case with default header values.
OK
func NewGetPluginServiceUsingGETOK ¶
func NewGetPluginServiceUsingGETOK() *GetPluginServiceUsingGETOK
NewGetPluginServiceUsingGETOK creates a GetPluginServiceUsingGETOK with default headers values
func (*GetPluginServiceUsingGETOK) Error ¶
func (o *GetPluginServiceUsingGETOK) Error() string
func (*GetPluginServiceUsingGETOK) GetPayload ¶
func (o *GetPluginServiceUsingGETOK) GetPayload() *models.PluginServiceDto
type GetPluginServiceUsingGETParams ¶
type GetPluginServiceUsingGETParams struct { /*PluginServiceID pluginServiceId */ PluginServiceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPluginServiceUsingGETParams contains all the parameters to send to the API endpoint for the get plugin service using g e t operation typically these are written to a http.Request
func NewGetPluginServiceUsingGETParams ¶
func NewGetPluginServiceUsingGETParams() *GetPluginServiceUsingGETParams
NewGetPluginServiceUsingGETParams creates a new GetPluginServiceUsingGETParams object with the default values initialized.
func NewGetPluginServiceUsingGETParamsWithContext ¶
func NewGetPluginServiceUsingGETParamsWithContext(ctx context.Context) *GetPluginServiceUsingGETParams
NewGetPluginServiceUsingGETParamsWithContext creates a new GetPluginServiceUsingGETParams object with the default values initialized, and the ability to set a context for a request
func NewGetPluginServiceUsingGETParamsWithHTTPClient ¶
func NewGetPluginServiceUsingGETParamsWithHTTPClient(client *http.Client) *GetPluginServiceUsingGETParams
NewGetPluginServiceUsingGETParamsWithHTTPClient creates a new GetPluginServiceUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPluginServiceUsingGETParamsWithTimeout ¶
func NewGetPluginServiceUsingGETParamsWithTimeout(timeout time.Duration) *GetPluginServiceUsingGETParams
NewGetPluginServiceUsingGETParamsWithTimeout creates a new GetPluginServiceUsingGETParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPluginServiceUsingGETParams) SetContext ¶
func (o *GetPluginServiceUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get plugin service using g e t params
func (*GetPluginServiceUsingGETParams) SetHTTPClient ¶
func (o *GetPluginServiceUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get plugin service using g e t params
func (*GetPluginServiceUsingGETParams) SetPluginServiceID ¶
func (o *GetPluginServiceUsingGETParams) SetPluginServiceID(pluginServiceID int64)
SetPluginServiceID adds the pluginServiceId to the get plugin service using g e t params
func (*GetPluginServiceUsingGETParams) SetTimeout ¶
func (o *GetPluginServiceUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get plugin service using g e t params
func (*GetPluginServiceUsingGETParams) WithContext ¶
func (o *GetPluginServiceUsingGETParams) WithContext(ctx context.Context) *GetPluginServiceUsingGETParams
WithContext adds the context to the get plugin service using g e t params
func (*GetPluginServiceUsingGETParams) WithHTTPClient ¶
func (o *GetPluginServiceUsingGETParams) WithHTTPClient(client *http.Client) *GetPluginServiceUsingGETParams
WithHTTPClient adds the HTTPClient to the get plugin service using g e t params
func (*GetPluginServiceUsingGETParams) WithPluginServiceID ¶
func (o *GetPluginServiceUsingGETParams) WithPluginServiceID(pluginServiceID int64) *GetPluginServiceUsingGETParams
WithPluginServiceID adds the pluginServiceID to the get plugin service using g e t params
func (*GetPluginServiceUsingGETParams) WithTimeout ¶
func (o *GetPluginServiceUsingGETParams) WithTimeout(timeout time.Duration) *GetPluginServiceUsingGETParams
WithTimeout adds the timeout to the get plugin service using g e t params
func (*GetPluginServiceUsingGETParams) WriteToRequest ¶
func (o *GetPluginServiceUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPluginServiceUsingGETReader ¶
type GetPluginServiceUsingGETReader struct {
// contains filtered or unexported fields
}
GetPluginServiceUsingGETReader is a Reader for the GetPluginServiceUsingGET structure.
func (*GetPluginServiceUsingGETReader) ReadResponse ¶
func (o *GetPluginServiceUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPluginServiceUsingGETUnauthorized ¶
type GetPluginServiceUsingGETUnauthorized struct { }
GetPluginServiceUsingGETUnauthorized handles this case with default header values.
Unauthorized
func NewGetPluginServiceUsingGETUnauthorized ¶
func NewGetPluginServiceUsingGETUnauthorized() *GetPluginServiceUsingGETUnauthorized
NewGetPluginServiceUsingGETUnauthorized creates a GetPluginServiceUsingGETUnauthorized with default headers values
func (*GetPluginServiceUsingGETUnauthorized) Error ¶
func (o *GetPluginServiceUsingGETUnauthorized) Error() string
type GetPluginUsingGETForbidden ¶
type GetPluginUsingGETForbidden struct { }
GetPluginUsingGETForbidden handles this case with default header values.
Forbidden
func NewGetPluginUsingGETForbidden ¶
func NewGetPluginUsingGETForbidden() *GetPluginUsingGETForbidden
NewGetPluginUsingGETForbidden creates a GetPluginUsingGETForbidden with default headers values
func (*GetPluginUsingGETForbidden) Error ¶
func (o *GetPluginUsingGETForbidden) Error() string
type GetPluginUsingGETNotFound ¶
type GetPluginUsingGETNotFound struct { }
GetPluginUsingGETNotFound handles this case with default header values.
Not Found
func NewGetPluginUsingGETNotFound ¶
func NewGetPluginUsingGETNotFound() *GetPluginUsingGETNotFound
NewGetPluginUsingGETNotFound creates a GetPluginUsingGETNotFound with default headers values
func (*GetPluginUsingGETNotFound) Error ¶
func (o *GetPluginUsingGETNotFound) Error() string
type GetPluginUsingGETOK ¶
GetPluginUsingGETOK handles this case with default header values.
OK
func NewGetPluginUsingGETOK ¶
func NewGetPluginUsingGETOK() *GetPluginUsingGETOK
NewGetPluginUsingGETOK creates a GetPluginUsingGETOK with default headers values
func (*GetPluginUsingGETOK) Error ¶
func (o *GetPluginUsingGETOK) Error() string
func (*GetPluginUsingGETOK) GetPayload ¶
func (o *GetPluginUsingGETOK) GetPayload() *models.PluginDto
type GetPluginUsingGETParams ¶
type GetPluginUsingGETParams struct { /*PluginID pluginId */ PluginID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPluginUsingGETParams contains all the parameters to send to the API endpoint for the get plugin using g e t operation typically these are written to a http.Request
func NewGetPluginUsingGETParams ¶
func NewGetPluginUsingGETParams() *GetPluginUsingGETParams
NewGetPluginUsingGETParams creates a new GetPluginUsingGETParams object with the default values initialized.
func NewGetPluginUsingGETParamsWithContext ¶
func NewGetPluginUsingGETParamsWithContext(ctx context.Context) *GetPluginUsingGETParams
NewGetPluginUsingGETParamsWithContext creates a new GetPluginUsingGETParams object with the default values initialized, and the ability to set a context for a request
func NewGetPluginUsingGETParamsWithHTTPClient ¶
func NewGetPluginUsingGETParamsWithHTTPClient(client *http.Client) *GetPluginUsingGETParams
NewGetPluginUsingGETParamsWithHTTPClient creates a new GetPluginUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPluginUsingGETParamsWithTimeout ¶
func NewGetPluginUsingGETParamsWithTimeout(timeout time.Duration) *GetPluginUsingGETParams
NewGetPluginUsingGETParamsWithTimeout creates a new GetPluginUsingGETParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPluginUsingGETParams) SetContext ¶
func (o *GetPluginUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get plugin using g e t params
func (*GetPluginUsingGETParams) SetHTTPClient ¶
func (o *GetPluginUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get plugin using g e t params
func (*GetPluginUsingGETParams) SetPluginID ¶
func (o *GetPluginUsingGETParams) SetPluginID(pluginID int64)
SetPluginID adds the pluginId to the get plugin using g e t params
func (*GetPluginUsingGETParams) SetTimeout ¶
func (o *GetPluginUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get plugin using g e t params
func (*GetPluginUsingGETParams) WithContext ¶
func (o *GetPluginUsingGETParams) WithContext(ctx context.Context) *GetPluginUsingGETParams
WithContext adds the context to the get plugin using g e t params
func (*GetPluginUsingGETParams) WithHTTPClient ¶
func (o *GetPluginUsingGETParams) WithHTTPClient(client *http.Client) *GetPluginUsingGETParams
WithHTTPClient adds the HTTPClient to the get plugin using g e t params
func (*GetPluginUsingGETParams) WithPluginID ¶
func (o *GetPluginUsingGETParams) WithPluginID(pluginID int64) *GetPluginUsingGETParams
WithPluginID adds the pluginID to the get plugin using g e t params
func (*GetPluginUsingGETParams) WithTimeout ¶
func (o *GetPluginUsingGETParams) WithTimeout(timeout time.Duration) *GetPluginUsingGETParams
WithTimeout adds the timeout to the get plugin using g e t params
func (*GetPluginUsingGETParams) WriteToRequest ¶
func (o *GetPluginUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPluginUsingGETReader ¶
type GetPluginUsingGETReader struct {
// contains filtered or unexported fields
}
GetPluginUsingGETReader is a Reader for the GetPluginUsingGET structure.
func (*GetPluginUsingGETReader) ReadResponse ¶
func (o *GetPluginUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPluginUsingGETUnauthorized ¶
type GetPluginUsingGETUnauthorized struct { }
GetPluginUsingGETUnauthorized handles this case with default header values.
Unauthorized
func NewGetPluginUsingGETUnauthorized ¶
func NewGetPluginUsingGETUnauthorized() *GetPluginUsingGETUnauthorized
NewGetPluginUsingGETUnauthorized creates a GetPluginUsingGETUnauthorized with default headers values
func (*GetPluginUsingGETUnauthorized) Error ¶
func (o *GetPluginUsingGETUnauthorized) Error() string
type RegisterPluginUsingPOSTCreated ¶
type RegisterPluginUsingPOSTCreated struct { }
RegisterPluginUsingPOSTCreated handles this case with default header values.
Created
func NewRegisterPluginUsingPOSTCreated ¶
func NewRegisterPluginUsingPOSTCreated() *RegisterPluginUsingPOSTCreated
NewRegisterPluginUsingPOSTCreated creates a RegisterPluginUsingPOSTCreated with default headers values
func (*RegisterPluginUsingPOSTCreated) Error ¶
func (o *RegisterPluginUsingPOSTCreated) Error() string
type RegisterPluginUsingPOSTForbidden ¶
type RegisterPluginUsingPOSTForbidden struct { }
RegisterPluginUsingPOSTForbidden handles this case with default header values.
Forbidden
func NewRegisterPluginUsingPOSTForbidden ¶
func NewRegisterPluginUsingPOSTForbidden() *RegisterPluginUsingPOSTForbidden
NewRegisterPluginUsingPOSTForbidden creates a RegisterPluginUsingPOSTForbidden with default headers values
func (*RegisterPluginUsingPOSTForbidden) Error ¶
func (o *RegisterPluginUsingPOSTForbidden) Error() string
type RegisterPluginUsingPOSTNotFound ¶
type RegisterPluginUsingPOSTNotFound struct { }
RegisterPluginUsingPOSTNotFound handles this case with default header values.
Not Found
func NewRegisterPluginUsingPOSTNotFound ¶
func NewRegisterPluginUsingPOSTNotFound() *RegisterPluginUsingPOSTNotFound
NewRegisterPluginUsingPOSTNotFound creates a RegisterPluginUsingPOSTNotFound with default headers values
func (*RegisterPluginUsingPOSTNotFound) Error ¶
func (o *RegisterPluginUsingPOSTNotFound) Error() string
type RegisterPluginUsingPOSTOK ¶
RegisterPluginUsingPOSTOK handles this case with default header values.
OK
func NewRegisterPluginUsingPOSTOK ¶
func NewRegisterPluginUsingPOSTOK() *RegisterPluginUsingPOSTOK
NewRegisterPluginUsingPOSTOK creates a RegisterPluginUsingPOSTOK with default headers values
func (*RegisterPluginUsingPOSTOK) Error ¶
func (o *RegisterPluginUsingPOSTOK) Error() string
func (*RegisterPluginUsingPOSTOK) GetPayload ¶
func (o *RegisterPluginUsingPOSTOK) GetPayload() *models.PluginDto
type RegisterPluginUsingPOSTParams ¶
type RegisterPluginUsingPOSTParams struct { /*PluginURLDto pluginUrlDto */ PluginURLDto *models.PluginURLDto Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RegisterPluginUsingPOSTParams contains all the parameters to send to the API endpoint for the register plugin using p o s t operation typically these are written to a http.Request
func NewRegisterPluginUsingPOSTParams ¶
func NewRegisterPluginUsingPOSTParams() *RegisterPluginUsingPOSTParams
NewRegisterPluginUsingPOSTParams creates a new RegisterPluginUsingPOSTParams object with the default values initialized.
func NewRegisterPluginUsingPOSTParamsWithContext ¶
func NewRegisterPluginUsingPOSTParamsWithContext(ctx context.Context) *RegisterPluginUsingPOSTParams
NewRegisterPluginUsingPOSTParamsWithContext creates a new RegisterPluginUsingPOSTParams object with the default values initialized, and the ability to set a context for a request
func NewRegisterPluginUsingPOSTParamsWithHTTPClient ¶
func NewRegisterPluginUsingPOSTParamsWithHTTPClient(client *http.Client) *RegisterPluginUsingPOSTParams
NewRegisterPluginUsingPOSTParamsWithHTTPClient creates a new RegisterPluginUsingPOSTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRegisterPluginUsingPOSTParamsWithTimeout ¶
func NewRegisterPluginUsingPOSTParamsWithTimeout(timeout time.Duration) *RegisterPluginUsingPOSTParams
NewRegisterPluginUsingPOSTParamsWithTimeout creates a new RegisterPluginUsingPOSTParams object with the default values initialized, and the ability to set a timeout on a request
func (*RegisterPluginUsingPOSTParams) SetContext ¶
func (o *RegisterPluginUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the register plugin using p o s t params
func (*RegisterPluginUsingPOSTParams) SetHTTPClient ¶
func (o *RegisterPluginUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the register plugin using p o s t params
func (*RegisterPluginUsingPOSTParams) SetPluginURLDto ¶
func (o *RegisterPluginUsingPOSTParams) SetPluginURLDto(pluginURLDto *models.PluginURLDto)
SetPluginURLDto adds the pluginUrlDto to the register plugin using p o s t params
func (*RegisterPluginUsingPOSTParams) SetTimeout ¶
func (o *RegisterPluginUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the register plugin using p o s t params
func (*RegisterPluginUsingPOSTParams) WithContext ¶
func (o *RegisterPluginUsingPOSTParams) WithContext(ctx context.Context) *RegisterPluginUsingPOSTParams
WithContext adds the context to the register plugin using p o s t params
func (*RegisterPluginUsingPOSTParams) WithHTTPClient ¶
func (o *RegisterPluginUsingPOSTParams) WithHTTPClient(client *http.Client) *RegisterPluginUsingPOSTParams
WithHTTPClient adds the HTTPClient to the register plugin using p o s t params
func (*RegisterPluginUsingPOSTParams) WithPluginURLDto ¶
func (o *RegisterPluginUsingPOSTParams) WithPluginURLDto(pluginURLDto *models.PluginURLDto) *RegisterPluginUsingPOSTParams
WithPluginURLDto adds the pluginURLDto to the register plugin using p o s t params
func (*RegisterPluginUsingPOSTParams) WithTimeout ¶
func (o *RegisterPluginUsingPOSTParams) WithTimeout(timeout time.Duration) *RegisterPluginUsingPOSTParams
WithTimeout adds the timeout to the register plugin using p o s t params
func (*RegisterPluginUsingPOSTParams) WriteToRequest ¶
func (o *RegisterPluginUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RegisterPluginUsingPOSTReader ¶
type RegisterPluginUsingPOSTReader struct {
// contains filtered or unexported fields
}
RegisterPluginUsingPOSTReader is a Reader for the RegisterPluginUsingPOST structure.
func (*RegisterPluginUsingPOSTReader) ReadResponse ¶
func (o *RegisterPluginUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RegisterPluginUsingPOSTUnauthorized ¶
type RegisterPluginUsingPOSTUnauthorized struct { }
RegisterPluginUsingPOSTUnauthorized handles this case with default header values.
Unauthorized
func NewRegisterPluginUsingPOSTUnauthorized ¶
func NewRegisterPluginUsingPOSTUnauthorized() *RegisterPluginUsingPOSTUnauthorized
NewRegisterPluginUsingPOSTUnauthorized creates a RegisterPluginUsingPOSTUnauthorized with default headers values
func (*RegisterPluginUsingPOSTUnauthorized) Error ¶
func (o *RegisterPluginUsingPOSTUnauthorized) Error() string
type SyncPluginUsingPATCHForbidden ¶
type SyncPluginUsingPATCHForbidden struct { }
SyncPluginUsingPATCHForbidden handles this case with default header values.
Forbidden
func NewSyncPluginUsingPATCHForbidden ¶
func NewSyncPluginUsingPATCHForbidden() *SyncPluginUsingPATCHForbidden
NewSyncPluginUsingPATCHForbidden creates a SyncPluginUsingPATCHForbidden with default headers values
func (*SyncPluginUsingPATCHForbidden) Error ¶
func (o *SyncPluginUsingPATCHForbidden) Error() string
type SyncPluginUsingPATCHNoContent ¶
type SyncPluginUsingPATCHNoContent struct { }
SyncPluginUsingPATCHNoContent handles this case with default header values.
No Content
func NewSyncPluginUsingPATCHNoContent ¶
func NewSyncPluginUsingPATCHNoContent() *SyncPluginUsingPATCHNoContent
NewSyncPluginUsingPATCHNoContent creates a SyncPluginUsingPATCHNoContent with default headers values
func (*SyncPluginUsingPATCHNoContent) Error ¶
func (o *SyncPluginUsingPATCHNoContent) Error() string
type SyncPluginUsingPATCHOK ¶
SyncPluginUsingPATCHOK handles this case with default header values.
OK
func NewSyncPluginUsingPATCHOK ¶
func NewSyncPluginUsingPATCHOK() *SyncPluginUsingPATCHOK
NewSyncPluginUsingPATCHOK creates a SyncPluginUsingPATCHOK with default headers values
func (*SyncPluginUsingPATCHOK) Error ¶
func (o *SyncPluginUsingPATCHOK) Error() string
func (*SyncPluginUsingPATCHOK) GetPayload ¶
func (o *SyncPluginUsingPATCHOK) GetPayload() *models.PluginDto
type SyncPluginUsingPATCHParams ¶
type SyncPluginUsingPATCHParams struct { /*PluginID pluginId */ PluginID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SyncPluginUsingPATCHParams contains all the parameters to send to the API endpoint for the sync plugin using p a t c h operation typically these are written to a http.Request
func NewSyncPluginUsingPATCHParams ¶
func NewSyncPluginUsingPATCHParams() *SyncPluginUsingPATCHParams
NewSyncPluginUsingPATCHParams creates a new SyncPluginUsingPATCHParams object with the default values initialized.
func NewSyncPluginUsingPATCHParamsWithContext ¶
func NewSyncPluginUsingPATCHParamsWithContext(ctx context.Context) *SyncPluginUsingPATCHParams
NewSyncPluginUsingPATCHParamsWithContext creates a new SyncPluginUsingPATCHParams object with the default values initialized, and the ability to set a context for a request
func NewSyncPluginUsingPATCHParamsWithHTTPClient ¶
func NewSyncPluginUsingPATCHParamsWithHTTPClient(client *http.Client) *SyncPluginUsingPATCHParams
NewSyncPluginUsingPATCHParamsWithHTTPClient creates a new SyncPluginUsingPATCHParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSyncPluginUsingPATCHParamsWithTimeout ¶
func NewSyncPluginUsingPATCHParamsWithTimeout(timeout time.Duration) *SyncPluginUsingPATCHParams
NewSyncPluginUsingPATCHParamsWithTimeout creates a new SyncPluginUsingPATCHParams object with the default values initialized, and the ability to set a timeout on a request
func (*SyncPluginUsingPATCHParams) SetContext ¶
func (o *SyncPluginUsingPATCHParams) SetContext(ctx context.Context)
SetContext adds the context to the sync plugin using p a t c h params
func (*SyncPluginUsingPATCHParams) SetHTTPClient ¶
func (o *SyncPluginUsingPATCHParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync plugin using p a t c h params
func (*SyncPluginUsingPATCHParams) SetPluginID ¶
func (o *SyncPluginUsingPATCHParams) SetPluginID(pluginID int64)
SetPluginID adds the pluginId to the sync plugin using p a t c h params
func (*SyncPluginUsingPATCHParams) SetTimeout ¶
func (o *SyncPluginUsingPATCHParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync plugin using p a t c h params
func (*SyncPluginUsingPATCHParams) WithContext ¶
func (o *SyncPluginUsingPATCHParams) WithContext(ctx context.Context) *SyncPluginUsingPATCHParams
WithContext adds the context to the sync plugin using p a t c h params
func (*SyncPluginUsingPATCHParams) WithHTTPClient ¶
func (o *SyncPluginUsingPATCHParams) WithHTTPClient(client *http.Client) *SyncPluginUsingPATCHParams
WithHTTPClient adds the HTTPClient to the sync plugin using p a t c h params
func (*SyncPluginUsingPATCHParams) WithPluginID ¶
func (o *SyncPluginUsingPATCHParams) WithPluginID(pluginID int64) *SyncPluginUsingPATCHParams
WithPluginID adds the pluginID to the sync plugin using p a t c h params
func (*SyncPluginUsingPATCHParams) WithTimeout ¶
func (o *SyncPluginUsingPATCHParams) WithTimeout(timeout time.Duration) *SyncPluginUsingPATCHParams
WithTimeout adds the timeout to the sync plugin using p a t c h params
func (*SyncPluginUsingPATCHParams) WriteToRequest ¶
func (o *SyncPluginUsingPATCHParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncPluginUsingPATCHReader ¶
type SyncPluginUsingPATCHReader struct {
// contains filtered or unexported fields
}
SyncPluginUsingPATCHReader is a Reader for the SyncPluginUsingPATCH structure.
func (*SyncPluginUsingPATCHReader) ReadResponse ¶
func (o *SyncPluginUsingPATCHReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncPluginUsingPATCHUnauthorized ¶
type SyncPluginUsingPATCHUnauthorized struct { }
SyncPluginUsingPATCHUnauthorized handles this case with default header values.
Unauthorized
func NewSyncPluginUsingPATCHUnauthorized ¶
func NewSyncPluginUsingPATCHUnauthorized() *SyncPluginUsingPATCHUnauthorized
NewSyncPluginUsingPATCHUnauthorized creates a SyncPluginUsingPATCHUnauthorized with default headers values
func (*SyncPluginUsingPATCHUnauthorized) Error ¶
func (o *SyncPluginUsingPATCHUnauthorized) Error() string
Source Files ¶
- delete_plugin_using_d_e_l_e_t_e_parameters.go
- delete_plugin_using_d_e_l_e_t_e_responses.go
- edit_plugin_manifest_url_using_p_u_t_parameters.go
- edit_plugin_manifest_url_using_p_u_t_responses.go
- get_all_plugin_service_templates_using_g_e_t_parameters.go
- get_all_plugin_service_templates_using_g_e_t_responses.go
- get_all_plugins_using_g_e_t_parameters.go
- get_all_plugins_using_g_e_t_responses.go
- get_plugin_icon_using_g_e_t_parameters.go
- get_plugin_icon_using_g_e_t_responses.go
- get_plugin_service_template_parameter_using_p_o_s_t_parameters.go
- get_plugin_service_template_parameter_using_p_o_s_t_responses.go
- get_plugin_service_template_using_g_e_t_parameters.go
- get_plugin_service_template_using_g_e_t_responses.go
- get_plugin_service_using_g_e_t_parameters.go
- get_plugin_service_using_g_e_t_responses.go
- get_plugin_using_g_e_t_parameters.go
- get_plugin_using_g_e_t_responses.go
- plugin_service_client.go
- register_plugin_using_p_o_s_t_parameters.go
- register_plugin_using_p_o_s_t_responses.go
- sync_plugin_using_p_a_t_c_h_parameters.go
- sync_plugin_using_p_a_t_c_h_responses.go