plugin_service

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for plugin service API

func (*Client) DeletePluginUsingDELETE

DeletePluginUsingDELETE deletes a plugin

func (*Client) EditPluginManifestURLUsingPUT

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

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

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

SyncPluginUsingPATCH syncs a plugin

type ClientService

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

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

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

WithContext adds the context to the delete plugin using d e l e t e params

func (*DeletePluginUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete plugin using d e l e t e params

func (*DeletePluginUsingDELETEParams) WithPluginID

WithPluginID adds the pluginID to the delete plugin using d e l e t e params

func (*DeletePluginUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the delete plugin using d e l e t e params

func (*DeletePluginUsingDELETEParams) WriteToRequest

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

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

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

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

type EditPluginManifestURLUsingPUTOK

type EditPluginManifestURLUsingPUTOK struct {
	Payload *models.PluginDto
}

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 (*EditPluginManifestURLUsingPUTOK) GetPayload

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

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

WithContext adds the context to the edit plugin manifest Url using p u t params

func (*EditPluginManifestURLUsingPUTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edit plugin manifest Url using p u t params

func (*EditPluginManifestURLUsingPUTParams) WithPluginDto

WithPluginDto adds the pluginDto to the edit plugin manifest Url using p u t params

func (*EditPluginManifestURLUsingPUTParams) WithPluginID

WithPluginID adds the pluginID to the edit plugin manifest Url using p u t params

func (*EditPluginManifestURLUsingPUTParams) WithTimeout

WithTimeout adds the timeout to the edit plugin manifest Url using p u t params

func (*EditPluginManifestURLUsingPUTParams) WriteToRequest

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

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

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

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 (*GetAllPluginServiceTemplatesUsingGETOK) GetPayload

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

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

SetTimeout adds the timeout to the get all plugin service templates using g e t params

func (*GetAllPluginServiceTemplatesUsingGETParams) SetType

SetType adds the type to the get all plugin service templates using g e t params

func (*GetAllPluginServiceTemplatesUsingGETParams) WithContext

WithContext adds the context to the get all plugin service templates using g e t params

func (*GetAllPluginServiceTemplatesUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all plugin service templates using g e t params

func (*GetAllPluginServiceTemplatesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get all plugin service templates using g e t params

func (*GetAllPluginServiceTemplatesUsingGETParams) WithType

WithType adds the typeVar to the get all plugin service templates using g e t params

func (*GetAllPluginServiceTemplatesUsingGETParams) WriteToRequest

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

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

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

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

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

WithContext adds the context to the get all plugins using g e t params

func (*GetAllPluginsUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all plugins using g e t params

func (*GetAllPluginsUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get all plugins using g e t params

func (*GetAllPluginsUsingGETParams) WriteToRequest

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

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

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

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

WithContext adds the context to the get plugin icon using g e t params

func (*GetPluginIconUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get plugin icon using g e t params

func (*GetPluginIconUsingGETParams) WithPluginID

WithPluginID adds the pluginID to the get plugin icon using g e t params

func (*GetPluginIconUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get plugin icon using g e t params

func (*GetPluginIconUsingGETParams) WriteToRequest

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

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

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

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

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 (*GetPluginServiceTemplateParameterUsingPOSTOK) GetPayload

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

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

SetFilter adds the filter to the get plugin service template parameter using p o s t params

func (*GetPluginServiceTemplateParameterUsingPOSTParams) SetHTTPClient

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

SetTimeout adds the timeout to the get plugin service template parameter using p o s t params

func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithContext

WithContext adds the context to the get plugin service template parameter using p o s t params

func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithDynamicValuesDto

WithDynamicValuesDto adds the dynamicValuesDto to the get plugin service template parameter using p o s t params

func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithFilter

WithFilter adds the filter to the get plugin service template parameter using p o s t params

func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get plugin service template parameter using p o s t params

func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithPageNumber

WithPageNumber adds the pageNumber to the get plugin service template parameter using p o s t params

func (*GetPluginServiceTemplateParameterUsingPOSTParams) WithPageSize

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

WithTimeout adds the timeout to the get plugin service template parameter using p o s t params

func (*GetPluginServiceTemplateParameterUsingPOSTParams) WriteToRequest

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

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

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

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 (*GetPluginServiceTemplateUsingGETOK) GetPayload

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

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

WithContext adds the context to the get plugin service template using g e t params

func (*GetPluginServiceTemplateUsingGETParams) WithHTTPClient

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

WithTimeout adds the timeout to the get plugin service template using g e t params

func (*GetPluginServiceTemplateUsingGETParams) WriteToRequest

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

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

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

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 (*GetPluginServiceUsingGETOK) GetPayload

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

WithContext adds the context to the get plugin service using g e t params

func (*GetPluginServiceUsingGETParams) WithHTTPClient

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

WithTimeout adds the timeout to the get plugin service using g e t params

func (*GetPluginServiceUsingGETParams) WriteToRequest

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

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

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

type GetPluginUsingGETOK struct {
	Payload *models.PluginDto
}

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

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

WithTimeout adds the timeout to the get plugin using g e t params

func (*GetPluginUsingGETParams) WriteToRequest

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

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

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

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

type RegisterPluginUsingPOSTOK

type RegisterPluginUsingPOSTOK struct {
	Payload *models.PluginDto
}

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

WithContext adds the context to the register plugin using p o s t params

func (*RegisterPluginUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the register plugin using p o s t params

func (*RegisterPluginUsingPOSTParams) WithPluginURLDto

WithPluginURLDto adds the pluginURLDto to the register plugin using p o s t params

func (*RegisterPluginUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the register plugin using p o s t params

func (*RegisterPluginUsingPOSTParams) WriteToRequest

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

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

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

type SyncPluginUsingPATCHOK

type SyncPluginUsingPATCHOK struct {
	Payload *models.PluginDto
}

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

WithContext adds the context to the sync plugin using p a t c h params

func (*SyncPluginUsingPATCHParams) WithHTTPClient

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

WithTimeout adds the timeout to the sync plugin using p a t c h params

func (*SyncPluginUsingPATCHParams) WriteToRequest

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

Jump to

Keyboard shortcuts

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