registered_plugins

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 registered plugins API

func (*Client) CreateAutoRegisterPluginUsingPOST

CreateAutoRegisterPluginUsingPOST creates registered plugin

func (*Client) DeleteAutoRegisterPluginUsingDELETE

DeleteAutoRegisterPluginUsingDELETE deletes a registered plugin

func (*Client) GetAutoRegisterPluginsUsingGET

func (a *Client) GetAutoRegisterPluginsUsingGET(params *GetAutoRegisterPluginsUsingGETParams) (*GetAutoRegisterPluginsUsingGETOK, error)

GetAutoRegisterPluginsUsingGET retrieves all registered plugins

func (*Client) PatchRegisteredPluginsUsingPATCH

PatchRegisteredPluginsUsingPATCH patches registered plugins

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new registered plugins API client.

type CreateAutoRegisterPluginUsingPOSTCreated

type CreateAutoRegisterPluginUsingPOSTCreated struct {
}

CreateAutoRegisterPluginUsingPOSTCreated handles this case with default header values.

Created

func NewCreateAutoRegisterPluginUsingPOSTCreated

func NewCreateAutoRegisterPluginUsingPOSTCreated() *CreateAutoRegisterPluginUsingPOSTCreated

NewCreateAutoRegisterPluginUsingPOSTCreated creates a CreateAutoRegisterPluginUsingPOSTCreated with default headers values

func (*CreateAutoRegisterPluginUsingPOSTCreated) Error

type CreateAutoRegisterPluginUsingPOSTForbidden

type CreateAutoRegisterPluginUsingPOSTForbidden struct {
}

CreateAutoRegisterPluginUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewCreateAutoRegisterPluginUsingPOSTForbidden

func NewCreateAutoRegisterPluginUsingPOSTForbidden() *CreateAutoRegisterPluginUsingPOSTForbidden

NewCreateAutoRegisterPluginUsingPOSTForbidden creates a CreateAutoRegisterPluginUsingPOSTForbidden with default headers values

func (*CreateAutoRegisterPluginUsingPOSTForbidden) Error

type CreateAutoRegisterPluginUsingPOSTNotFound

type CreateAutoRegisterPluginUsingPOSTNotFound struct {
}

CreateAutoRegisterPluginUsingPOSTNotFound handles this case with default header values.

Not Found

func NewCreateAutoRegisterPluginUsingPOSTNotFound

func NewCreateAutoRegisterPluginUsingPOSTNotFound() *CreateAutoRegisterPluginUsingPOSTNotFound

NewCreateAutoRegisterPluginUsingPOSTNotFound creates a CreateAutoRegisterPluginUsingPOSTNotFound with default headers values

func (*CreateAutoRegisterPluginUsingPOSTNotFound) Error

type CreateAutoRegisterPluginUsingPOSTOK

type CreateAutoRegisterPluginUsingPOSTOK struct {
	Payload *models.RegisteredPluginDto
}

CreateAutoRegisterPluginUsingPOSTOK handles this case with default header values.

OK

func NewCreateAutoRegisterPluginUsingPOSTOK

func NewCreateAutoRegisterPluginUsingPOSTOK() *CreateAutoRegisterPluginUsingPOSTOK

NewCreateAutoRegisterPluginUsingPOSTOK creates a CreateAutoRegisterPluginUsingPOSTOK with default headers values

func (*CreateAutoRegisterPluginUsingPOSTOK) Error

func (*CreateAutoRegisterPluginUsingPOSTOK) GetPayload

type CreateAutoRegisterPluginUsingPOSTParams

type CreateAutoRegisterPluginUsingPOSTParams struct {

	/*RegisteredPluginDto
	  registeredPluginDto

	*/
	RegisteredPluginDto *models.RegisteredPluginDto

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateAutoRegisterPluginUsingPOSTParams contains all the parameters to send to the API endpoint for the create auto register plugin using p o s t operation typically these are written to a http.Request

func NewCreateAutoRegisterPluginUsingPOSTParams

func NewCreateAutoRegisterPluginUsingPOSTParams() *CreateAutoRegisterPluginUsingPOSTParams

NewCreateAutoRegisterPluginUsingPOSTParams creates a new CreateAutoRegisterPluginUsingPOSTParams object with the default values initialized.

func NewCreateAutoRegisterPluginUsingPOSTParamsWithContext

func NewCreateAutoRegisterPluginUsingPOSTParamsWithContext(ctx context.Context) *CreateAutoRegisterPluginUsingPOSTParams

NewCreateAutoRegisterPluginUsingPOSTParamsWithContext creates a new CreateAutoRegisterPluginUsingPOSTParams object with the default values initialized, and the ability to set a context for a request

func NewCreateAutoRegisterPluginUsingPOSTParamsWithHTTPClient

func NewCreateAutoRegisterPluginUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateAutoRegisterPluginUsingPOSTParams

NewCreateAutoRegisterPluginUsingPOSTParamsWithHTTPClient creates a new CreateAutoRegisterPluginUsingPOSTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateAutoRegisterPluginUsingPOSTParamsWithTimeout

func NewCreateAutoRegisterPluginUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateAutoRegisterPluginUsingPOSTParams

NewCreateAutoRegisterPluginUsingPOSTParamsWithTimeout creates a new CreateAutoRegisterPluginUsingPOSTParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateAutoRegisterPluginUsingPOSTParams) SetContext

SetContext adds the context to the create auto register plugin using p o s t params

func (*CreateAutoRegisterPluginUsingPOSTParams) SetHTTPClient

func (o *CreateAutoRegisterPluginUsingPOSTParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create auto register plugin using p o s t params

func (*CreateAutoRegisterPluginUsingPOSTParams) SetRegisteredPluginDto

func (o *CreateAutoRegisterPluginUsingPOSTParams) SetRegisteredPluginDto(registeredPluginDto *models.RegisteredPluginDto)

SetRegisteredPluginDto adds the registeredPluginDto to the create auto register plugin using p o s t params

func (*CreateAutoRegisterPluginUsingPOSTParams) SetTimeout

func (o *CreateAutoRegisterPluginUsingPOSTParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create auto register plugin using p o s t params

func (*CreateAutoRegisterPluginUsingPOSTParams) WithContext

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

func (*CreateAutoRegisterPluginUsingPOSTParams) WithHTTPClient

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

func (*CreateAutoRegisterPluginUsingPOSTParams) WithRegisteredPluginDto

WithRegisteredPluginDto adds the registeredPluginDto to the create auto register plugin using p o s t params

func (*CreateAutoRegisterPluginUsingPOSTParams) WithTimeout

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

func (*CreateAutoRegisterPluginUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAutoRegisterPluginUsingPOSTReader

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

CreateAutoRegisterPluginUsingPOSTReader is a Reader for the CreateAutoRegisterPluginUsingPOST structure.

func (*CreateAutoRegisterPluginUsingPOSTReader) ReadResponse

func (o *CreateAutoRegisterPluginUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateAutoRegisterPluginUsingPOSTUnauthorized

type CreateAutoRegisterPluginUsingPOSTUnauthorized struct {
}

CreateAutoRegisterPluginUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewCreateAutoRegisterPluginUsingPOSTUnauthorized

func NewCreateAutoRegisterPluginUsingPOSTUnauthorized() *CreateAutoRegisterPluginUsingPOSTUnauthorized

NewCreateAutoRegisterPluginUsingPOSTUnauthorized creates a CreateAutoRegisterPluginUsingPOSTUnauthorized with default headers values

func (*CreateAutoRegisterPluginUsingPOSTUnauthorized) Error

type DeleteAutoRegisterPluginUsingDELETEForbidden

type DeleteAutoRegisterPluginUsingDELETEForbidden struct {
}

DeleteAutoRegisterPluginUsingDELETEForbidden handles this case with default header values.

Forbidden

func NewDeleteAutoRegisterPluginUsingDELETEForbidden

func NewDeleteAutoRegisterPluginUsingDELETEForbidden() *DeleteAutoRegisterPluginUsingDELETEForbidden

NewDeleteAutoRegisterPluginUsingDELETEForbidden creates a DeleteAutoRegisterPluginUsingDELETEForbidden with default headers values

func (*DeleteAutoRegisterPluginUsingDELETEForbidden) Error

type DeleteAutoRegisterPluginUsingDELETENoContent

type DeleteAutoRegisterPluginUsingDELETENoContent struct {
}

DeleteAutoRegisterPluginUsingDELETENoContent handles this case with default header values.

No Content

func NewDeleteAutoRegisterPluginUsingDELETENoContent

func NewDeleteAutoRegisterPluginUsingDELETENoContent() *DeleteAutoRegisterPluginUsingDELETENoContent

NewDeleteAutoRegisterPluginUsingDELETENoContent creates a DeleteAutoRegisterPluginUsingDELETENoContent with default headers values

func (*DeleteAutoRegisterPluginUsingDELETENoContent) Error

type DeleteAutoRegisterPluginUsingDELETEOK

type DeleteAutoRegisterPluginUsingDELETEOK struct {
}

DeleteAutoRegisterPluginUsingDELETEOK handles this case with default header values.

OK

func NewDeleteAutoRegisterPluginUsingDELETEOK

func NewDeleteAutoRegisterPluginUsingDELETEOK() *DeleteAutoRegisterPluginUsingDELETEOK

NewDeleteAutoRegisterPluginUsingDELETEOK creates a DeleteAutoRegisterPluginUsingDELETEOK with default headers values

func (*DeleteAutoRegisterPluginUsingDELETEOK) Error

type DeleteAutoRegisterPluginUsingDELETEParams

type DeleteAutoRegisterPluginUsingDELETEParams struct {

	/*RegisteredPluginID
	  autoRegisterPluginId

	*/
	RegisteredPluginID int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteAutoRegisterPluginUsingDELETEParams contains all the parameters to send to the API endpoint for the delete auto register plugin using d e l e t e operation typically these are written to a http.Request

func NewDeleteAutoRegisterPluginUsingDELETEParams

func NewDeleteAutoRegisterPluginUsingDELETEParams() *DeleteAutoRegisterPluginUsingDELETEParams

NewDeleteAutoRegisterPluginUsingDELETEParams creates a new DeleteAutoRegisterPluginUsingDELETEParams object with the default values initialized.

func NewDeleteAutoRegisterPluginUsingDELETEParamsWithContext

func NewDeleteAutoRegisterPluginUsingDELETEParamsWithContext(ctx context.Context) *DeleteAutoRegisterPluginUsingDELETEParams

NewDeleteAutoRegisterPluginUsingDELETEParamsWithContext creates a new DeleteAutoRegisterPluginUsingDELETEParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteAutoRegisterPluginUsingDELETEParamsWithHTTPClient

func NewDeleteAutoRegisterPluginUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteAutoRegisterPluginUsingDELETEParams

NewDeleteAutoRegisterPluginUsingDELETEParamsWithHTTPClient creates a new DeleteAutoRegisterPluginUsingDELETEParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteAutoRegisterPluginUsingDELETEParamsWithTimeout

func NewDeleteAutoRegisterPluginUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteAutoRegisterPluginUsingDELETEParams

NewDeleteAutoRegisterPluginUsingDELETEParamsWithTimeout creates a new DeleteAutoRegisterPluginUsingDELETEParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteAutoRegisterPluginUsingDELETEParams) SetContext

SetContext adds the context to the delete auto register plugin using d e l e t e params

func (*DeleteAutoRegisterPluginUsingDELETEParams) SetHTTPClient

func (o *DeleteAutoRegisterPluginUsingDELETEParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete auto register plugin using d e l e t e params

func (*DeleteAutoRegisterPluginUsingDELETEParams) SetRegisteredPluginID

func (o *DeleteAutoRegisterPluginUsingDELETEParams) SetRegisteredPluginID(registeredPluginID int64)

SetRegisteredPluginID adds the registeredPluginId to the delete auto register plugin using d e l e t e params

func (*DeleteAutoRegisterPluginUsingDELETEParams) SetTimeout

SetTimeout adds the timeout to the delete auto register plugin using d e l e t e params

func (*DeleteAutoRegisterPluginUsingDELETEParams) WithContext

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

func (*DeleteAutoRegisterPluginUsingDELETEParams) WithHTTPClient

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

func (*DeleteAutoRegisterPluginUsingDELETEParams) WithRegisteredPluginID

func (o *DeleteAutoRegisterPluginUsingDELETEParams) WithRegisteredPluginID(registeredPluginID int64) *DeleteAutoRegisterPluginUsingDELETEParams

WithRegisteredPluginID adds the registeredPluginID to the delete auto register plugin using d e l e t e params

func (*DeleteAutoRegisterPluginUsingDELETEParams) WithTimeout

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

func (*DeleteAutoRegisterPluginUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAutoRegisterPluginUsingDELETEReader

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

DeleteAutoRegisterPluginUsingDELETEReader is a Reader for the DeleteAutoRegisterPluginUsingDELETE structure.

func (*DeleteAutoRegisterPluginUsingDELETEReader) ReadResponse

func (o *DeleteAutoRegisterPluginUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteAutoRegisterPluginUsingDELETEUnauthorized

type DeleteAutoRegisterPluginUsingDELETEUnauthorized struct {
}

DeleteAutoRegisterPluginUsingDELETEUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteAutoRegisterPluginUsingDELETEUnauthorized

func NewDeleteAutoRegisterPluginUsingDELETEUnauthorized() *DeleteAutoRegisterPluginUsingDELETEUnauthorized

NewDeleteAutoRegisterPluginUsingDELETEUnauthorized creates a DeleteAutoRegisterPluginUsingDELETEUnauthorized with default headers values

func (*DeleteAutoRegisterPluginUsingDELETEUnauthorized) Error

type GetAutoRegisterPluginsUsingGETForbidden

type GetAutoRegisterPluginsUsingGETForbidden struct {
}

GetAutoRegisterPluginsUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetAutoRegisterPluginsUsingGETForbidden

func NewGetAutoRegisterPluginsUsingGETForbidden() *GetAutoRegisterPluginsUsingGETForbidden

NewGetAutoRegisterPluginsUsingGETForbidden creates a GetAutoRegisterPluginsUsingGETForbidden with default headers values

func (*GetAutoRegisterPluginsUsingGETForbidden) Error

type GetAutoRegisterPluginsUsingGETNotFound

type GetAutoRegisterPluginsUsingGETNotFound struct {
}

GetAutoRegisterPluginsUsingGETNotFound handles this case with default header values.

Not Found

func NewGetAutoRegisterPluginsUsingGETNotFound

func NewGetAutoRegisterPluginsUsingGETNotFound() *GetAutoRegisterPluginsUsingGETNotFound

NewGetAutoRegisterPluginsUsingGETNotFound creates a GetAutoRegisterPluginsUsingGETNotFound with default headers values

func (*GetAutoRegisterPluginsUsingGETNotFound) Error

type GetAutoRegisterPluginsUsingGETOK

type GetAutoRegisterPluginsUsingGETOK struct {
	Payload *models.ListHolderDto
}

GetAutoRegisterPluginsUsingGETOK handles this case with default header values.

OK

func NewGetAutoRegisterPluginsUsingGETOK

func NewGetAutoRegisterPluginsUsingGETOK() *GetAutoRegisterPluginsUsingGETOK

NewGetAutoRegisterPluginsUsingGETOK creates a GetAutoRegisterPluginsUsingGETOK with default headers values

func (*GetAutoRegisterPluginsUsingGETOK) Error

func (*GetAutoRegisterPluginsUsingGETOK) GetPayload

type GetAutoRegisterPluginsUsingGETParams

type GetAutoRegisterPluginsUsingGETParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAutoRegisterPluginsUsingGETParams contains all the parameters to send to the API endpoint for the get auto register plugins using g e t operation typically these are written to a http.Request

func NewGetAutoRegisterPluginsUsingGETParams

func NewGetAutoRegisterPluginsUsingGETParams() *GetAutoRegisterPluginsUsingGETParams

NewGetAutoRegisterPluginsUsingGETParams creates a new GetAutoRegisterPluginsUsingGETParams object with the default values initialized.

func NewGetAutoRegisterPluginsUsingGETParamsWithContext

func NewGetAutoRegisterPluginsUsingGETParamsWithContext(ctx context.Context) *GetAutoRegisterPluginsUsingGETParams

NewGetAutoRegisterPluginsUsingGETParamsWithContext creates a new GetAutoRegisterPluginsUsingGETParams object with the default values initialized, and the ability to set a context for a request

func NewGetAutoRegisterPluginsUsingGETParamsWithHTTPClient

func NewGetAutoRegisterPluginsUsingGETParamsWithHTTPClient(client *http.Client) *GetAutoRegisterPluginsUsingGETParams

NewGetAutoRegisterPluginsUsingGETParamsWithHTTPClient creates a new GetAutoRegisterPluginsUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAutoRegisterPluginsUsingGETParamsWithTimeout

func NewGetAutoRegisterPluginsUsingGETParamsWithTimeout(timeout time.Duration) *GetAutoRegisterPluginsUsingGETParams

NewGetAutoRegisterPluginsUsingGETParamsWithTimeout creates a new GetAutoRegisterPluginsUsingGETParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAutoRegisterPluginsUsingGETParams) SetContext

SetContext adds the context to the get auto register plugins using g e t params

func (*GetAutoRegisterPluginsUsingGETParams) SetHTTPClient

func (o *GetAutoRegisterPluginsUsingGETParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get auto register plugins using g e t params

func (*GetAutoRegisterPluginsUsingGETParams) SetTimeout

func (o *GetAutoRegisterPluginsUsingGETParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get auto register plugins using g e t params

func (*GetAutoRegisterPluginsUsingGETParams) WithContext

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

func (*GetAutoRegisterPluginsUsingGETParams) WithHTTPClient

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

func (*GetAutoRegisterPluginsUsingGETParams) WithTimeout

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

func (*GetAutoRegisterPluginsUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAutoRegisterPluginsUsingGETReader

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

GetAutoRegisterPluginsUsingGETReader is a Reader for the GetAutoRegisterPluginsUsingGET structure.

func (*GetAutoRegisterPluginsUsingGETReader) ReadResponse

func (o *GetAutoRegisterPluginsUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAutoRegisterPluginsUsingGETUnauthorized

type GetAutoRegisterPluginsUsingGETUnauthorized struct {
}

GetAutoRegisterPluginsUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetAutoRegisterPluginsUsingGETUnauthorized

func NewGetAutoRegisterPluginsUsingGETUnauthorized() *GetAutoRegisterPluginsUsingGETUnauthorized

NewGetAutoRegisterPluginsUsingGETUnauthorized creates a GetAutoRegisterPluginsUsingGETUnauthorized with default headers values

func (*GetAutoRegisterPluginsUsingGETUnauthorized) Error

type PatchRegisteredPluginsUsingPATCHForbidden

type PatchRegisteredPluginsUsingPATCHForbidden struct {
}

PatchRegisteredPluginsUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewPatchRegisteredPluginsUsingPATCHForbidden

func NewPatchRegisteredPluginsUsingPATCHForbidden() *PatchRegisteredPluginsUsingPATCHForbidden

NewPatchRegisteredPluginsUsingPATCHForbidden creates a PatchRegisteredPluginsUsingPATCHForbidden with default headers values

func (*PatchRegisteredPluginsUsingPATCHForbidden) Error

type PatchRegisteredPluginsUsingPATCHNoContent

type PatchRegisteredPluginsUsingPATCHNoContent struct {
}

PatchRegisteredPluginsUsingPATCHNoContent handles this case with default header values.

No Content

func NewPatchRegisteredPluginsUsingPATCHNoContent

func NewPatchRegisteredPluginsUsingPATCHNoContent() *PatchRegisteredPluginsUsingPATCHNoContent

NewPatchRegisteredPluginsUsingPATCHNoContent creates a PatchRegisteredPluginsUsingPATCHNoContent with default headers values

func (*PatchRegisteredPluginsUsingPATCHNoContent) Error

type PatchRegisteredPluginsUsingPATCHOK

type PatchRegisteredPluginsUsingPATCHOK struct {
	Payload *models.RegisteredPluginDtoList
}

PatchRegisteredPluginsUsingPATCHOK handles this case with default header values.

OK

func NewPatchRegisteredPluginsUsingPATCHOK

func NewPatchRegisteredPluginsUsingPATCHOK() *PatchRegisteredPluginsUsingPATCHOK

NewPatchRegisteredPluginsUsingPATCHOK creates a PatchRegisteredPluginsUsingPATCHOK with default headers values

func (*PatchRegisteredPluginsUsingPATCHOK) Error

func (*PatchRegisteredPluginsUsingPATCHOK) GetPayload

type PatchRegisteredPluginsUsingPATCHParams

type PatchRegisteredPluginsUsingPATCHParams struct {

	/*RegisteredPlugins
	  registeredPlugins

	*/
	RegisteredPlugins *models.RegisteredPluginDtoList

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchRegisteredPluginsUsingPATCHParams contains all the parameters to send to the API endpoint for the patch registered plugins using p a t c h operation typically these are written to a http.Request

func NewPatchRegisteredPluginsUsingPATCHParams

func NewPatchRegisteredPluginsUsingPATCHParams() *PatchRegisteredPluginsUsingPATCHParams

NewPatchRegisteredPluginsUsingPATCHParams creates a new PatchRegisteredPluginsUsingPATCHParams object with the default values initialized.

func NewPatchRegisteredPluginsUsingPATCHParamsWithContext

func NewPatchRegisteredPluginsUsingPATCHParamsWithContext(ctx context.Context) *PatchRegisteredPluginsUsingPATCHParams

NewPatchRegisteredPluginsUsingPATCHParamsWithContext creates a new PatchRegisteredPluginsUsingPATCHParams object with the default values initialized, and the ability to set a context for a request

func NewPatchRegisteredPluginsUsingPATCHParamsWithHTTPClient

func NewPatchRegisteredPluginsUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchRegisteredPluginsUsingPATCHParams

NewPatchRegisteredPluginsUsingPATCHParamsWithHTTPClient creates a new PatchRegisteredPluginsUsingPATCHParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchRegisteredPluginsUsingPATCHParamsWithTimeout

func NewPatchRegisteredPluginsUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchRegisteredPluginsUsingPATCHParams

NewPatchRegisteredPluginsUsingPATCHParamsWithTimeout creates a new PatchRegisteredPluginsUsingPATCHParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchRegisteredPluginsUsingPATCHParams) SetContext

SetContext adds the context to the patch registered plugins using p a t c h params

func (*PatchRegisteredPluginsUsingPATCHParams) SetHTTPClient

func (o *PatchRegisteredPluginsUsingPATCHParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch registered plugins using p a t c h params

func (*PatchRegisteredPluginsUsingPATCHParams) SetRegisteredPlugins

func (o *PatchRegisteredPluginsUsingPATCHParams) SetRegisteredPlugins(registeredPlugins *models.RegisteredPluginDtoList)

SetRegisteredPlugins adds the registeredPlugins to the patch registered plugins using p a t c h params

func (*PatchRegisteredPluginsUsingPATCHParams) SetTimeout

func (o *PatchRegisteredPluginsUsingPATCHParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch registered plugins using p a t c h params

func (*PatchRegisteredPluginsUsingPATCHParams) WithContext

WithContext adds the context to the patch registered plugins using p a t c h params

func (*PatchRegisteredPluginsUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch registered plugins using p a t c h params

func (*PatchRegisteredPluginsUsingPATCHParams) WithRegisteredPlugins

WithRegisteredPlugins adds the registeredPlugins to the patch registered plugins using p a t c h params

func (*PatchRegisteredPluginsUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the patch registered plugins using p a t c h params

func (*PatchRegisteredPluginsUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchRegisteredPluginsUsingPATCHReader

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

PatchRegisteredPluginsUsingPATCHReader is a Reader for the PatchRegisteredPluginsUsingPATCH structure.

func (*PatchRegisteredPluginsUsingPATCHReader) ReadResponse

func (o *PatchRegisteredPluginsUsingPATCHReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchRegisteredPluginsUsingPATCHUnauthorized

type PatchRegisteredPluginsUsingPATCHUnauthorized struct {
}

PatchRegisteredPluginsUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewPatchRegisteredPluginsUsingPATCHUnauthorized

func NewPatchRegisteredPluginsUsingPATCHUnauthorized() *PatchRegisteredPluginsUsingPATCHUnauthorized

NewPatchRegisteredPluginsUsingPATCHUnauthorized creates a PatchRegisteredPluginsUsingPATCHUnauthorized with default headers values

func (*PatchRegisteredPluginsUsingPATCHUnauthorized) Error

Jump to

Keyboard shortcuts

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