Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateAutoRegisterPluginUsingPOST(params *CreateAutoRegisterPluginUsingPOSTParams) (*CreateAutoRegisterPluginUsingPOSTOK, ...)
- func (a *Client) DeleteAutoRegisterPluginUsingDELETE(params *DeleteAutoRegisterPluginUsingDELETEParams) (*DeleteAutoRegisterPluginUsingDELETEOK, ...)
- func (a *Client) GetAutoRegisterPluginsUsingGET(params *GetAutoRegisterPluginsUsingGETParams) (*GetAutoRegisterPluginsUsingGETOK, error)
- func (a *Client) PatchRegisteredPluginsUsingPATCH(params *PatchRegisteredPluginsUsingPATCHParams) (*PatchRegisteredPluginsUsingPATCHOK, ...)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type CreateAutoRegisterPluginUsingPOSTCreated
- type CreateAutoRegisterPluginUsingPOSTForbidden
- type CreateAutoRegisterPluginUsingPOSTNotFound
- type CreateAutoRegisterPluginUsingPOSTOK
- type CreateAutoRegisterPluginUsingPOSTParams
- func NewCreateAutoRegisterPluginUsingPOSTParams() *CreateAutoRegisterPluginUsingPOSTParams
- func NewCreateAutoRegisterPluginUsingPOSTParamsWithContext(ctx context.Context) *CreateAutoRegisterPluginUsingPOSTParams
- func NewCreateAutoRegisterPluginUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateAutoRegisterPluginUsingPOSTParams
- func NewCreateAutoRegisterPluginUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateAutoRegisterPluginUsingPOSTParams
- func (o *CreateAutoRegisterPluginUsingPOSTParams) SetContext(ctx context.Context)
- func (o *CreateAutoRegisterPluginUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *CreateAutoRegisterPluginUsingPOSTParams) SetRegisteredPluginDto(registeredPluginDto *models.RegisteredPluginDto)
- func (o *CreateAutoRegisterPluginUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *CreateAutoRegisterPluginUsingPOSTParams) WithContext(ctx context.Context) *CreateAutoRegisterPluginUsingPOSTParams
- func (o *CreateAutoRegisterPluginUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateAutoRegisterPluginUsingPOSTParams
- func (o *CreateAutoRegisterPluginUsingPOSTParams) WithRegisteredPluginDto(registeredPluginDto *models.RegisteredPluginDto) *CreateAutoRegisterPluginUsingPOSTParams
- func (o *CreateAutoRegisterPluginUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateAutoRegisterPluginUsingPOSTParams
- func (o *CreateAutoRegisterPluginUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAutoRegisterPluginUsingPOSTReader
- type CreateAutoRegisterPluginUsingPOSTUnauthorized
- type DeleteAutoRegisterPluginUsingDELETEForbidden
- type DeleteAutoRegisterPluginUsingDELETENoContent
- type DeleteAutoRegisterPluginUsingDELETEOK
- type DeleteAutoRegisterPluginUsingDELETEParams
- func NewDeleteAutoRegisterPluginUsingDELETEParams() *DeleteAutoRegisterPluginUsingDELETEParams
- func NewDeleteAutoRegisterPluginUsingDELETEParamsWithContext(ctx context.Context) *DeleteAutoRegisterPluginUsingDELETEParams
- func NewDeleteAutoRegisterPluginUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteAutoRegisterPluginUsingDELETEParams
- func NewDeleteAutoRegisterPluginUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteAutoRegisterPluginUsingDELETEParams
- func (o *DeleteAutoRegisterPluginUsingDELETEParams) SetContext(ctx context.Context)
- func (o *DeleteAutoRegisterPluginUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAutoRegisterPluginUsingDELETEParams) SetRegisteredPluginID(registeredPluginID int64)
- func (o *DeleteAutoRegisterPluginUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAutoRegisterPluginUsingDELETEParams) WithContext(ctx context.Context) *DeleteAutoRegisterPluginUsingDELETEParams
- func (o *DeleteAutoRegisterPluginUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteAutoRegisterPluginUsingDELETEParams
- func (o *DeleteAutoRegisterPluginUsingDELETEParams) WithRegisteredPluginID(registeredPluginID int64) *DeleteAutoRegisterPluginUsingDELETEParams
- func (o *DeleteAutoRegisterPluginUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteAutoRegisterPluginUsingDELETEParams
- func (o *DeleteAutoRegisterPluginUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAutoRegisterPluginUsingDELETEReader
- type DeleteAutoRegisterPluginUsingDELETEUnauthorized
- type GetAutoRegisterPluginsUsingGETForbidden
- type GetAutoRegisterPluginsUsingGETNotFound
- type GetAutoRegisterPluginsUsingGETOK
- type GetAutoRegisterPluginsUsingGETParams
- func NewGetAutoRegisterPluginsUsingGETParams() *GetAutoRegisterPluginsUsingGETParams
- func NewGetAutoRegisterPluginsUsingGETParamsWithContext(ctx context.Context) *GetAutoRegisterPluginsUsingGETParams
- func NewGetAutoRegisterPluginsUsingGETParamsWithHTTPClient(client *http.Client) *GetAutoRegisterPluginsUsingGETParams
- func NewGetAutoRegisterPluginsUsingGETParamsWithTimeout(timeout time.Duration) *GetAutoRegisterPluginsUsingGETParams
- func (o *GetAutoRegisterPluginsUsingGETParams) SetContext(ctx context.Context)
- func (o *GetAutoRegisterPluginsUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetAutoRegisterPluginsUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetAutoRegisterPluginsUsingGETParams) WithContext(ctx context.Context) *GetAutoRegisterPluginsUsingGETParams
- func (o *GetAutoRegisterPluginsUsingGETParams) WithHTTPClient(client *http.Client) *GetAutoRegisterPluginsUsingGETParams
- func (o *GetAutoRegisterPluginsUsingGETParams) WithTimeout(timeout time.Duration) *GetAutoRegisterPluginsUsingGETParams
- func (o *GetAutoRegisterPluginsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAutoRegisterPluginsUsingGETReader
- type GetAutoRegisterPluginsUsingGETUnauthorized
- type PatchRegisteredPluginsUsingPATCHForbidden
- type PatchRegisteredPluginsUsingPATCHNoContent
- type PatchRegisteredPluginsUsingPATCHOK
- type PatchRegisteredPluginsUsingPATCHParams
- func NewPatchRegisteredPluginsUsingPATCHParams() *PatchRegisteredPluginsUsingPATCHParams
- func NewPatchRegisteredPluginsUsingPATCHParamsWithContext(ctx context.Context) *PatchRegisteredPluginsUsingPATCHParams
- func NewPatchRegisteredPluginsUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchRegisteredPluginsUsingPATCHParams
- func NewPatchRegisteredPluginsUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchRegisteredPluginsUsingPATCHParams
- func (o *PatchRegisteredPluginsUsingPATCHParams) SetContext(ctx context.Context)
- func (o *PatchRegisteredPluginsUsingPATCHParams) SetHTTPClient(client *http.Client)
- func (o *PatchRegisteredPluginsUsingPATCHParams) SetRegisteredPlugins(registeredPlugins *models.RegisteredPluginDtoList)
- func (o *PatchRegisteredPluginsUsingPATCHParams) SetTimeout(timeout time.Duration)
- func (o *PatchRegisteredPluginsUsingPATCHParams) WithContext(ctx context.Context) *PatchRegisteredPluginsUsingPATCHParams
- func (o *PatchRegisteredPluginsUsingPATCHParams) WithHTTPClient(client *http.Client) *PatchRegisteredPluginsUsingPATCHParams
- func (o *PatchRegisteredPluginsUsingPATCHParams) WithRegisteredPlugins(registeredPlugins *models.RegisteredPluginDtoList) *PatchRegisteredPluginsUsingPATCHParams
- func (o *PatchRegisteredPluginsUsingPATCHParams) WithTimeout(timeout time.Duration) *PatchRegisteredPluginsUsingPATCHParams
- func (o *PatchRegisteredPluginsUsingPATCHParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchRegisteredPluginsUsingPATCHReader
- type PatchRegisteredPluginsUsingPATCHUnauthorized
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 ¶
func (a *Client) CreateAutoRegisterPluginUsingPOST(params *CreateAutoRegisterPluginUsingPOSTParams) (*CreateAutoRegisterPluginUsingPOSTOK, *CreateAutoRegisterPluginUsingPOSTCreated, error)
CreateAutoRegisterPluginUsingPOST creates registered plugin
func (*Client) DeleteAutoRegisterPluginUsingDELETE ¶
func (a *Client) DeleteAutoRegisterPluginUsingDELETE(params *DeleteAutoRegisterPluginUsingDELETEParams) (*DeleteAutoRegisterPluginUsingDELETEOK, *DeleteAutoRegisterPluginUsingDELETENoContent, error)
DeleteAutoRegisterPluginUsingDELETE deletes a registered plugin
func (*Client) GetAutoRegisterPluginsUsingGET ¶
func (a *Client) GetAutoRegisterPluginsUsingGET(params *GetAutoRegisterPluginsUsingGETParams) (*GetAutoRegisterPluginsUsingGETOK, error)
GetAutoRegisterPluginsUsingGET retrieves all registered plugins
func (*Client) PatchRegisteredPluginsUsingPATCH ¶
func (a *Client) PatchRegisteredPluginsUsingPATCH(params *PatchRegisteredPluginsUsingPATCHParams) (*PatchRegisteredPluginsUsingPATCHOK, *PatchRegisteredPluginsUsingPATCHNoContent, error)
PatchRegisteredPluginsUsingPATCH patches registered plugins
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface {
CreateAutoRegisterPluginUsingPOST(params *CreateAutoRegisterPluginUsingPOSTParams) (*CreateAutoRegisterPluginUsingPOSTOK, *CreateAutoRegisterPluginUsingPOSTCreated, error)
DeleteAutoRegisterPluginUsingDELETE(params *DeleteAutoRegisterPluginUsingDELETEParams) (*DeleteAutoRegisterPluginUsingDELETEOK, *DeleteAutoRegisterPluginUsingDELETENoContent, error)
GetAutoRegisterPluginsUsingGET(params *GetAutoRegisterPluginsUsingGETParams) (*GetAutoRegisterPluginsUsingGETOK, error)
PatchRegisteredPluginsUsingPATCH(params *PatchRegisteredPluginsUsingPATCHParams) (*PatchRegisteredPluginsUsingPATCHOK, *PatchRegisteredPluginsUsingPATCHNoContent, error)
SetTransport(transport runtime.ClientTransport)
}
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new 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 ¶
func (o *CreateAutoRegisterPluginUsingPOSTCreated) Error() string
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 ¶
func (o *CreateAutoRegisterPluginUsingPOSTForbidden) Error() string
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 ¶
func (o *CreateAutoRegisterPluginUsingPOSTNotFound) Error() string
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 (o *CreateAutoRegisterPluginUsingPOSTOK) Error() string
func (*CreateAutoRegisterPluginUsingPOSTOK) GetPayload ¶
func (o *CreateAutoRegisterPluginUsingPOSTOK) GetPayload() *models.RegisteredPluginDto
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 ¶
func (o *CreateAutoRegisterPluginUsingPOSTParams) SetContext(ctx context.Context)
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 ¶
func (o *CreateAutoRegisterPluginUsingPOSTParams) WithContext(ctx context.Context) *CreateAutoRegisterPluginUsingPOSTParams
WithContext adds the context to the create auto register plugin using p o s t params
func (*CreateAutoRegisterPluginUsingPOSTParams) WithHTTPClient ¶
func (o *CreateAutoRegisterPluginUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateAutoRegisterPluginUsingPOSTParams
WithHTTPClient adds the HTTPClient to the create auto register plugin using p o s t params
func (*CreateAutoRegisterPluginUsingPOSTParams) WithRegisteredPluginDto ¶
func (o *CreateAutoRegisterPluginUsingPOSTParams) WithRegisteredPluginDto(registeredPluginDto *models.RegisteredPluginDto) *CreateAutoRegisterPluginUsingPOSTParams
WithRegisteredPluginDto adds the registeredPluginDto to the create auto register plugin using p o s t params
func (*CreateAutoRegisterPluginUsingPOSTParams) WithTimeout ¶
func (o *CreateAutoRegisterPluginUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateAutoRegisterPluginUsingPOSTParams
WithTimeout adds the timeout to the create auto register plugin using p o s t params
func (*CreateAutoRegisterPluginUsingPOSTParams) WriteToRequest ¶
func (o *CreateAutoRegisterPluginUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *CreateAutoRegisterPluginUsingPOSTUnauthorized) Error() string
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 ¶
func (o *DeleteAutoRegisterPluginUsingDELETEForbidden) Error() string
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 ¶
func (o *DeleteAutoRegisterPluginUsingDELETENoContent) Error() string
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 ¶
func (o *DeleteAutoRegisterPluginUsingDELETEOK) Error() string
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 ¶
func (o *DeleteAutoRegisterPluginUsingDELETEParams) SetContext(ctx context.Context)
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 ¶
func (o *DeleteAutoRegisterPluginUsingDELETEParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete auto register plugin using d e l e t e params
func (*DeleteAutoRegisterPluginUsingDELETEParams) WithContext ¶
func (o *DeleteAutoRegisterPluginUsingDELETEParams) WithContext(ctx context.Context) *DeleteAutoRegisterPluginUsingDELETEParams
WithContext adds the context to the delete auto register plugin using d e l e t e params
func (*DeleteAutoRegisterPluginUsingDELETEParams) WithHTTPClient ¶
func (o *DeleteAutoRegisterPluginUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteAutoRegisterPluginUsingDELETEParams
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 ¶
func (o *DeleteAutoRegisterPluginUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteAutoRegisterPluginUsingDELETEParams
WithTimeout adds the timeout to the delete auto register plugin using d e l e t e params
func (*DeleteAutoRegisterPluginUsingDELETEParams) WriteToRequest ¶
func (o *DeleteAutoRegisterPluginUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteAutoRegisterPluginUsingDELETEUnauthorized) Error() string
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 ¶
func (o *GetAutoRegisterPluginsUsingGETForbidden) Error() string
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 ¶
func (o *GetAutoRegisterPluginsUsingGETNotFound) Error() string
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 (o *GetAutoRegisterPluginsUsingGETOK) Error() string
func (*GetAutoRegisterPluginsUsingGETOK) GetPayload ¶
func (o *GetAutoRegisterPluginsUsingGETOK) GetPayload() *models.ListHolderDto
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 ¶
func (o *GetAutoRegisterPluginsUsingGETParams) SetContext(ctx context.Context)
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 ¶
func (o *GetAutoRegisterPluginsUsingGETParams) WithContext(ctx context.Context) *GetAutoRegisterPluginsUsingGETParams
WithContext adds the context to the get auto register plugins using g e t params
func (*GetAutoRegisterPluginsUsingGETParams) WithHTTPClient ¶
func (o *GetAutoRegisterPluginsUsingGETParams) WithHTTPClient(client *http.Client) *GetAutoRegisterPluginsUsingGETParams
WithHTTPClient adds the HTTPClient to the get auto register plugins using g e t params
func (*GetAutoRegisterPluginsUsingGETParams) WithTimeout ¶
func (o *GetAutoRegisterPluginsUsingGETParams) WithTimeout(timeout time.Duration) *GetAutoRegisterPluginsUsingGETParams
WithTimeout adds the timeout to the get auto register plugins using g e t params
func (*GetAutoRegisterPluginsUsingGETParams) WriteToRequest ¶
func (o *GetAutoRegisterPluginsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAutoRegisterPluginsUsingGETUnauthorized) Error() string
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 ¶
func (o *PatchRegisteredPluginsUsingPATCHForbidden) Error() string
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 ¶
func (o *PatchRegisteredPluginsUsingPATCHNoContent) Error() string
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 (o *PatchRegisteredPluginsUsingPATCHOK) Error() string
func (*PatchRegisteredPluginsUsingPATCHOK) GetPayload ¶
func (o *PatchRegisteredPluginsUsingPATCHOK) GetPayload() *models.RegisteredPluginDtoList
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 ¶
func (o *PatchRegisteredPluginsUsingPATCHParams) SetContext(ctx context.Context)
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 ¶
func (o *PatchRegisteredPluginsUsingPATCHParams) WithContext(ctx context.Context) *PatchRegisteredPluginsUsingPATCHParams
WithContext adds the context to the patch registered plugins using p a t c h params
func (*PatchRegisteredPluginsUsingPATCHParams) WithHTTPClient ¶
func (o *PatchRegisteredPluginsUsingPATCHParams) WithHTTPClient(client *http.Client) *PatchRegisteredPluginsUsingPATCHParams
WithHTTPClient adds the HTTPClient to the patch registered plugins using p a t c h params
func (*PatchRegisteredPluginsUsingPATCHParams) WithRegisteredPlugins ¶
func (o *PatchRegisteredPluginsUsingPATCHParams) WithRegisteredPlugins(registeredPlugins *models.RegisteredPluginDtoList) *PatchRegisteredPluginsUsingPATCHParams
WithRegisteredPlugins adds the registeredPlugins to the patch registered plugins using p a t c h params
func (*PatchRegisteredPluginsUsingPATCHParams) WithTimeout ¶
func (o *PatchRegisteredPluginsUsingPATCHParams) WithTimeout(timeout time.Duration) *PatchRegisteredPluginsUsingPATCHParams
WithTimeout adds the timeout to the patch registered plugins using p a t c h params
func (*PatchRegisteredPluginsUsingPATCHParams) WriteToRequest ¶
func (o *PatchRegisteredPluginsUsingPATCHParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *PatchRegisteredPluginsUsingPATCHUnauthorized) Error() string
Source Files
¶
- create_auto_register_plugin_using_p_o_s_t_parameters.go
- create_auto_register_plugin_using_p_o_s_t_responses.go
- delete_auto_register_plugin_using_d_e_l_e_t_e_parameters.go
- delete_auto_register_plugin_using_d_e_l_e_t_e_responses.go
- get_auto_register_plugins_using_g_e_t_parameters.go
- get_auto_register_plugins_using_g_e_t_responses.go
- patch_registered_plugins_using_p_a_t_c_h_parameters.go
- patch_registered_plugins_using_p_a_t_c_h_responses.go
- registered_plugins_client.go