plugin

package
v2.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2019 License: MIT 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 API

func New

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

New creates a new plugin API client.

func (*Client) DisablePlugin

func (a *Client) DisablePlugin(params *DisablePluginParams, authInfo runtime.ClientAuthInfoWriter) (*DisablePluginOK, error)

DisablePlugin disables a plugin

func (*Client) EnablePlugin

func (a *Client) EnablePlugin(params *EnablePluginParams, authInfo runtime.ClientAuthInfoWriter) (*EnablePluginOK, error)

EnablePlugin enables a plugin

func (*Client) GetPluginConfig

func (a *Client) GetPluginConfig(params *GetPluginConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPluginConfigOK, error)

GetPluginConfig gets y a m l configuration for configurer plugin

func (*Client) GetPluginDisplay

func (a *Client) GetPluginDisplay(params *GetPluginDisplayParams, authInfo runtime.ClientAuthInfoWriter) (*GetPluginDisplayOK, error)

GetPluginDisplay gets display info for a displayer plugin

func (*Client) GetPlugins

func (a *Client) GetPlugins(params *GetPluginsParams, authInfo runtime.ClientAuthInfoWriter) (*GetPluginsOK, error)

GetPlugins returns all plugins

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdatePluginConfig

func (a *Client) UpdatePluginConfig(params *UpdatePluginConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePluginConfigOK, error)

UpdatePluginConfig updates y a m l configuration for configurer plugin

type DisablePluginForbidden

type DisablePluginForbidden struct {
	Payload *models.Error
}

DisablePluginForbidden handles this case with default header values.

Forbidden

func NewDisablePluginForbidden

func NewDisablePluginForbidden() *DisablePluginForbidden

NewDisablePluginForbidden creates a DisablePluginForbidden with default headers values

func (*DisablePluginForbidden) Error

func (o *DisablePluginForbidden) Error() string

type DisablePluginInternalServerError

type DisablePluginInternalServerError struct {
	Payload *models.Error
}

DisablePluginInternalServerError handles this case with default header values.

Internal Server Error

func NewDisablePluginInternalServerError

func NewDisablePluginInternalServerError() *DisablePluginInternalServerError

NewDisablePluginInternalServerError creates a DisablePluginInternalServerError with default headers values

func (*DisablePluginInternalServerError) Error

type DisablePluginNotFound

type DisablePluginNotFound struct {
	Payload *models.Error
}

DisablePluginNotFound handles this case with default header values.

Not Found

func NewDisablePluginNotFound

func NewDisablePluginNotFound() *DisablePluginNotFound

NewDisablePluginNotFound creates a DisablePluginNotFound with default headers values

func (*DisablePluginNotFound) Error

func (o *DisablePluginNotFound) Error() string

type DisablePluginOK

type DisablePluginOK struct {
}

DisablePluginOK handles this case with default header values.

Ok

func NewDisablePluginOK

func NewDisablePluginOK() *DisablePluginOK

NewDisablePluginOK creates a DisablePluginOK with default headers values

func (*DisablePluginOK) Error

func (o *DisablePluginOK) Error() string

type DisablePluginParams

type DisablePluginParams struct {

	/*ID
	  the plugin id

	*/
	ID int64

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

DisablePluginParams contains all the parameters to send to the API endpoint for the disable plugin operation typically these are written to a http.Request

func NewDisablePluginParams

func NewDisablePluginParams() *DisablePluginParams

NewDisablePluginParams creates a new DisablePluginParams object with the default values initialized.

func NewDisablePluginParamsWithContext

func NewDisablePluginParamsWithContext(ctx context.Context) *DisablePluginParams

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

func NewDisablePluginParamsWithHTTPClient

func NewDisablePluginParamsWithHTTPClient(client *http.Client) *DisablePluginParams

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

func NewDisablePluginParamsWithTimeout

func NewDisablePluginParamsWithTimeout(timeout time.Duration) *DisablePluginParams

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

func (*DisablePluginParams) SetContext

func (o *DisablePluginParams) SetContext(ctx context.Context)

SetContext adds the context to the disable plugin params

func (*DisablePluginParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the disable plugin params

func (*DisablePluginParams) SetID

func (o *DisablePluginParams) SetID(id int64)

SetID adds the id to the disable plugin params

func (*DisablePluginParams) SetTimeout

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

SetTimeout adds the timeout to the disable plugin params

func (*DisablePluginParams) WithContext

WithContext adds the context to the disable plugin params

func (*DisablePluginParams) WithHTTPClient

func (o *DisablePluginParams) WithHTTPClient(client *http.Client) *DisablePluginParams

WithHTTPClient adds the HTTPClient to the disable plugin params

func (*DisablePluginParams) WithID

WithID adds the id to the disable plugin params

func (*DisablePluginParams) WithTimeout

func (o *DisablePluginParams) WithTimeout(timeout time.Duration) *DisablePluginParams

WithTimeout adds the timeout to the disable plugin params

func (*DisablePluginParams) WriteToRequest

func (o *DisablePluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DisablePluginReader

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

DisablePluginReader is a Reader for the DisablePlugin structure.

func (*DisablePluginReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DisablePluginUnauthorized

type DisablePluginUnauthorized struct {
	Payload *models.Error
}

DisablePluginUnauthorized handles this case with default header values.

Unauthorized

func NewDisablePluginUnauthorized

func NewDisablePluginUnauthorized() *DisablePluginUnauthorized

NewDisablePluginUnauthorized creates a DisablePluginUnauthorized with default headers values

func (*DisablePluginUnauthorized) Error

func (o *DisablePluginUnauthorized) Error() string

type EnablePluginForbidden

type EnablePluginForbidden struct {
	Payload *models.Error
}

EnablePluginForbidden handles this case with default header values.

Forbidden

func NewEnablePluginForbidden

func NewEnablePluginForbidden() *EnablePluginForbidden

NewEnablePluginForbidden creates a EnablePluginForbidden with default headers values

func (*EnablePluginForbidden) Error

func (o *EnablePluginForbidden) Error() string

type EnablePluginInternalServerError

type EnablePluginInternalServerError struct {
	Payload *models.Error
}

EnablePluginInternalServerError handles this case with default header values.

Internal Server Error

func NewEnablePluginInternalServerError

func NewEnablePluginInternalServerError() *EnablePluginInternalServerError

NewEnablePluginInternalServerError creates a EnablePluginInternalServerError with default headers values

func (*EnablePluginInternalServerError) Error

type EnablePluginNotFound

type EnablePluginNotFound struct {
	Payload *models.Error
}

EnablePluginNotFound handles this case with default header values.

Not Found

func NewEnablePluginNotFound

func NewEnablePluginNotFound() *EnablePluginNotFound

NewEnablePluginNotFound creates a EnablePluginNotFound with default headers values

func (*EnablePluginNotFound) Error

func (o *EnablePluginNotFound) Error() string

type EnablePluginOK

type EnablePluginOK struct {
}

EnablePluginOK handles this case with default header values.

Ok

func NewEnablePluginOK

func NewEnablePluginOK() *EnablePluginOK

NewEnablePluginOK creates a EnablePluginOK with default headers values

func (*EnablePluginOK) Error

func (o *EnablePluginOK) Error() string

type EnablePluginParams

type EnablePluginParams struct {

	/*ID
	  the plugin id

	*/
	ID int64

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

EnablePluginParams contains all the parameters to send to the API endpoint for the enable plugin operation typically these are written to a http.Request

func NewEnablePluginParams

func NewEnablePluginParams() *EnablePluginParams

NewEnablePluginParams creates a new EnablePluginParams object with the default values initialized.

func NewEnablePluginParamsWithContext

func NewEnablePluginParamsWithContext(ctx context.Context) *EnablePluginParams

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

func NewEnablePluginParamsWithHTTPClient

func NewEnablePluginParamsWithHTTPClient(client *http.Client) *EnablePluginParams

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

func NewEnablePluginParamsWithTimeout

func NewEnablePluginParamsWithTimeout(timeout time.Duration) *EnablePluginParams

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

func (*EnablePluginParams) SetContext

func (o *EnablePluginParams) SetContext(ctx context.Context)

SetContext adds the context to the enable plugin params

func (*EnablePluginParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the enable plugin params

func (*EnablePluginParams) SetID

func (o *EnablePluginParams) SetID(id int64)

SetID adds the id to the enable plugin params

func (*EnablePluginParams) SetTimeout

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

SetTimeout adds the timeout to the enable plugin params

func (*EnablePluginParams) WithContext

WithContext adds the context to the enable plugin params

func (*EnablePluginParams) WithHTTPClient

func (o *EnablePluginParams) WithHTTPClient(client *http.Client) *EnablePluginParams

WithHTTPClient adds the HTTPClient to the enable plugin params

func (*EnablePluginParams) WithID

WithID adds the id to the enable plugin params

func (*EnablePluginParams) WithTimeout

func (o *EnablePluginParams) WithTimeout(timeout time.Duration) *EnablePluginParams

WithTimeout adds the timeout to the enable plugin params

func (*EnablePluginParams) WriteToRequest

func (o *EnablePluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type EnablePluginReader

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

EnablePluginReader is a Reader for the EnablePlugin structure.

func (*EnablePluginReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EnablePluginUnauthorized

type EnablePluginUnauthorized struct {
	Payload *models.Error
}

EnablePluginUnauthorized handles this case with default header values.

Unauthorized

func NewEnablePluginUnauthorized

func NewEnablePluginUnauthorized() *EnablePluginUnauthorized

NewEnablePluginUnauthorized creates a EnablePluginUnauthorized with default headers values

func (*EnablePluginUnauthorized) Error

func (o *EnablePluginUnauthorized) Error() string

type GetPluginConfigBadRequest

type GetPluginConfigBadRequest struct {
	Payload *models.Error
}

GetPluginConfigBadRequest handles this case with default header values.

Bad Request

func NewGetPluginConfigBadRequest

func NewGetPluginConfigBadRequest() *GetPluginConfigBadRequest

NewGetPluginConfigBadRequest creates a GetPluginConfigBadRequest with default headers values

func (*GetPluginConfigBadRequest) Error

func (o *GetPluginConfigBadRequest) Error() string

type GetPluginConfigForbidden

type GetPluginConfigForbidden struct {
	Payload *models.Error
}

GetPluginConfigForbidden handles this case with default header values.

Forbidden

func NewGetPluginConfigForbidden

func NewGetPluginConfigForbidden() *GetPluginConfigForbidden

NewGetPluginConfigForbidden creates a GetPluginConfigForbidden with default headers values

func (*GetPluginConfigForbidden) Error

func (o *GetPluginConfigForbidden) Error() string

type GetPluginConfigInternalServerError

type GetPluginConfigInternalServerError struct {
	Payload *models.Error
}

GetPluginConfigInternalServerError handles this case with default header values.

Internal Server Error

func NewGetPluginConfigInternalServerError

func NewGetPluginConfigInternalServerError() *GetPluginConfigInternalServerError

NewGetPluginConfigInternalServerError creates a GetPluginConfigInternalServerError with default headers values

func (*GetPluginConfigInternalServerError) Error

type GetPluginConfigNotFound

type GetPluginConfigNotFound struct {
	Payload *models.Error
}

GetPluginConfigNotFound handles this case with default header values.

Not Found

func NewGetPluginConfigNotFound

func NewGetPluginConfigNotFound() *GetPluginConfigNotFound

NewGetPluginConfigNotFound creates a GetPluginConfigNotFound with default headers values

func (*GetPluginConfigNotFound) Error

func (o *GetPluginConfigNotFound) Error() string

type GetPluginConfigOK

type GetPluginConfigOK struct {
	Payload interface{}
}

GetPluginConfigOK handles this case with default header values.

Ok

func NewGetPluginConfigOK

func NewGetPluginConfigOK() *GetPluginConfigOK

NewGetPluginConfigOK creates a GetPluginConfigOK with default headers values

func (*GetPluginConfigOK) Error

func (o *GetPluginConfigOK) Error() string

type GetPluginConfigParams

type GetPluginConfigParams struct {

	/*ID
	  the plugin id

	*/
	ID int64

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

GetPluginConfigParams contains all the parameters to send to the API endpoint for the get plugin config operation typically these are written to a http.Request

func NewGetPluginConfigParams

func NewGetPluginConfigParams() *GetPluginConfigParams

NewGetPluginConfigParams creates a new GetPluginConfigParams object with the default values initialized.

func NewGetPluginConfigParamsWithContext

func NewGetPluginConfigParamsWithContext(ctx context.Context) *GetPluginConfigParams

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

func NewGetPluginConfigParamsWithHTTPClient

func NewGetPluginConfigParamsWithHTTPClient(client *http.Client) *GetPluginConfigParams

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

func NewGetPluginConfigParamsWithTimeout

func NewGetPluginConfigParamsWithTimeout(timeout time.Duration) *GetPluginConfigParams

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

func (*GetPluginConfigParams) SetContext

func (o *GetPluginConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the get plugin config params

func (*GetPluginConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get plugin config params

func (*GetPluginConfigParams) SetID

func (o *GetPluginConfigParams) SetID(id int64)

SetID adds the id to the get plugin config params

func (*GetPluginConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get plugin config params

func (*GetPluginConfigParams) WithContext

WithContext adds the context to the get plugin config params

func (*GetPluginConfigParams) WithHTTPClient

func (o *GetPluginConfigParams) WithHTTPClient(client *http.Client) *GetPluginConfigParams

WithHTTPClient adds the HTTPClient to the get plugin config params

func (*GetPluginConfigParams) WithID

WithID adds the id to the get plugin config params

func (*GetPluginConfigParams) WithTimeout

func (o *GetPluginConfigParams) WithTimeout(timeout time.Duration) *GetPluginConfigParams

WithTimeout adds the timeout to the get plugin config params

func (*GetPluginConfigParams) WriteToRequest

func (o *GetPluginConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetPluginConfigReader

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

GetPluginConfigReader is a Reader for the GetPluginConfig structure.

func (*GetPluginConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPluginConfigUnauthorized

type GetPluginConfigUnauthorized struct {
	Payload *models.Error
}

GetPluginConfigUnauthorized handles this case with default header values.

Unauthorized

func NewGetPluginConfigUnauthorized

func NewGetPluginConfigUnauthorized() *GetPluginConfigUnauthorized

NewGetPluginConfigUnauthorized creates a GetPluginConfigUnauthorized with default headers values

func (*GetPluginConfigUnauthorized) Error

type GetPluginDisplayForbidden

type GetPluginDisplayForbidden struct {
	Payload *models.Error
}

GetPluginDisplayForbidden handles this case with default header values.

Forbidden

func NewGetPluginDisplayForbidden

func NewGetPluginDisplayForbidden() *GetPluginDisplayForbidden

NewGetPluginDisplayForbidden creates a GetPluginDisplayForbidden with default headers values

func (*GetPluginDisplayForbidden) Error

func (o *GetPluginDisplayForbidden) Error() string

type GetPluginDisplayInternalServerError

type GetPluginDisplayInternalServerError struct {
	Payload *models.Error
}

GetPluginDisplayInternalServerError handles this case with default header values.

Internal Server Error

func NewGetPluginDisplayInternalServerError

func NewGetPluginDisplayInternalServerError() *GetPluginDisplayInternalServerError

NewGetPluginDisplayInternalServerError creates a GetPluginDisplayInternalServerError with default headers values

func (*GetPluginDisplayInternalServerError) Error

type GetPluginDisplayNotFound

type GetPluginDisplayNotFound struct {
	Payload *models.Error
}

GetPluginDisplayNotFound handles this case with default header values.

Not Found

func NewGetPluginDisplayNotFound

func NewGetPluginDisplayNotFound() *GetPluginDisplayNotFound

NewGetPluginDisplayNotFound creates a GetPluginDisplayNotFound with default headers values

func (*GetPluginDisplayNotFound) Error

func (o *GetPluginDisplayNotFound) Error() string

type GetPluginDisplayOK

type GetPluginDisplayOK struct {
	Payload string
}

GetPluginDisplayOK handles this case with default header values.

Ok

func NewGetPluginDisplayOK

func NewGetPluginDisplayOK() *GetPluginDisplayOK

NewGetPluginDisplayOK creates a GetPluginDisplayOK with default headers values

func (*GetPluginDisplayOK) Error

func (o *GetPluginDisplayOK) Error() string

type GetPluginDisplayParams

type GetPluginDisplayParams struct {

	/*ID
	  the plugin id

	*/
	ID int64

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

GetPluginDisplayParams contains all the parameters to send to the API endpoint for the get plugin display operation typically these are written to a http.Request

func NewGetPluginDisplayParams

func NewGetPluginDisplayParams() *GetPluginDisplayParams

NewGetPluginDisplayParams creates a new GetPluginDisplayParams object with the default values initialized.

func NewGetPluginDisplayParamsWithContext

func NewGetPluginDisplayParamsWithContext(ctx context.Context) *GetPluginDisplayParams

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

func NewGetPluginDisplayParamsWithHTTPClient

func NewGetPluginDisplayParamsWithHTTPClient(client *http.Client) *GetPluginDisplayParams

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

func NewGetPluginDisplayParamsWithTimeout

func NewGetPluginDisplayParamsWithTimeout(timeout time.Duration) *GetPluginDisplayParams

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

func (*GetPluginDisplayParams) SetContext

func (o *GetPluginDisplayParams) SetContext(ctx context.Context)

SetContext adds the context to the get plugin display params

func (*GetPluginDisplayParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get plugin display params

func (*GetPluginDisplayParams) SetID

func (o *GetPluginDisplayParams) SetID(id int64)

SetID adds the id to the get plugin display params

func (*GetPluginDisplayParams) SetTimeout

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

SetTimeout adds the timeout to the get plugin display params

func (*GetPluginDisplayParams) WithContext

WithContext adds the context to the get plugin display params

func (*GetPluginDisplayParams) WithHTTPClient

func (o *GetPluginDisplayParams) WithHTTPClient(client *http.Client) *GetPluginDisplayParams

WithHTTPClient adds the HTTPClient to the get plugin display params

func (*GetPluginDisplayParams) WithID

WithID adds the id to the get plugin display params

func (*GetPluginDisplayParams) WithTimeout

WithTimeout adds the timeout to the get plugin display params

func (*GetPluginDisplayParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPluginDisplayReader

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

GetPluginDisplayReader is a Reader for the GetPluginDisplay structure.

func (*GetPluginDisplayReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPluginDisplayUnauthorized

type GetPluginDisplayUnauthorized struct {
	Payload *models.Error
}

GetPluginDisplayUnauthorized handles this case with default header values.

Unauthorized

func NewGetPluginDisplayUnauthorized

func NewGetPluginDisplayUnauthorized() *GetPluginDisplayUnauthorized

NewGetPluginDisplayUnauthorized creates a GetPluginDisplayUnauthorized with default headers values

func (*GetPluginDisplayUnauthorized) Error

type GetPluginsForbidden

type GetPluginsForbidden struct {
	Payload *models.Error
}

GetPluginsForbidden handles this case with default header values.

Forbidden

func NewGetPluginsForbidden

func NewGetPluginsForbidden() *GetPluginsForbidden

NewGetPluginsForbidden creates a GetPluginsForbidden with default headers values

func (*GetPluginsForbidden) Error

func (o *GetPluginsForbidden) Error() string

type GetPluginsInternalServerError

type GetPluginsInternalServerError struct {
	Payload *models.Error
}

GetPluginsInternalServerError handles this case with default header values.

Internal Server Error

func NewGetPluginsInternalServerError

func NewGetPluginsInternalServerError() *GetPluginsInternalServerError

NewGetPluginsInternalServerError creates a GetPluginsInternalServerError with default headers values

func (*GetPluginsInternalServerError) Error

type GetPluginsNotFound

type GetPluginsNotFound struct {
	Payload *models.Error
}

GetPluginsNotFound handles this case with default header values.

Not Found

func NewGetPluginsNotFound

func NewGetPluginsNotFound() *GetPluginsNotFound

NewGetPluginsNotFound creates a GetPluginsNotFound with default headers values

func (*GetPluginsNotFound) Error

func (o *GetPluginsNotFound) Error() string

type GetPluginsOK

type GetPluginsOK struct {
	Payload []*models.PluginConfExternal
}

GetPluginsOK handles this case with default header values.

Ok

func NewGetPluginsOK

func NewGetPluginsOK() *GetPluginsOK

NewGetPluginsOK creates a GetPluginsOK with default headers values

func (*GetPluginsOK) Error

func (o *GetPluginsOK) Error() string

type GetPluginsParams

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

GetPluginsParams contains all the parameters to send to the API endpoint for the get plugins operation typically these are written to a http.Request

func NewGetPluginsParams

func NewGetPluginsParams() *GetPluginsParams

NewGetPluginsParams creates a new GetPluginsParams object with the default values initialized.

func NewGetPluginsParamsWithContext

func NewGetPluginsParamsWithContext(ctx context.Context) *GetPluginsParams

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

func NewGetPluginsParamsWithHTTPClient

func NewGetPluginsParamsWithHTTPClient(client *http.Client) *GetPluginsParams

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

func NewGetPluginsParamsWithTimeout

func NewGetPluginsParamsWithTimeout(timeout time.Duration) *GetPluginsParams

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

func (*GetPluginsParams) SetContext

func (o *GetPluginsParams) SetContext(ctx context.Context)

SetContext adds the context to the get plugins params

func (*GetPluginsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get plugins params

func (*GetPluginsParams) SetTimeout

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

SetTimeout adds the timeout to the get plugins params

func (*GetPluginsParams) WithContext

func (o *GetPluginsParams) WithContext(ctx context.Context) *GetPluginsParams

WithContext adds the context to the get plugins params

func (*GetPluginsParams) WithHTTPClient

func (o *GetPluginsParams) WithHTTPClient(client *http.Client) *GetPluginsParams

WithHTTPClient adds the HTTPClient to the get plugins params

func (*GetPluginsParams) WithTimeout

func (o *GetPluginsParams) WithTimeout(timeout time.Duration) *GetPluginsParams

WithTimeout adds the timeout to the get plugins params

func (*GetPluginsParams) WriteToRequest

func (o *GetPluginsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetPluginsReader

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

GetPluginsReader is a Reader for the GetPlugins structure.

func (*GetPluginsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPluginsUnauthorized

type GetPluginsUnauthorized struct {
	Payload *models.Error
}

GetPluginsUnauthorized handles this case with default header values.

Unauthorized

func NewGetPluginsUnauthorized

func NewGetPluginsUnauthorized() *GetPluginsUnauthorized

NewGetPluginsUnauthorized creates a GetPluginsUnauthorized with default headers values

func (*GetPluginsUnauthorized) Error

func (o *GetPluginsUnauthorized) Error() string

type UpdatePluginConfigBadRequest

type UpdatePluginConfigBadRequest struct {
	Payload *models.Error
}

UpdatePluginConfigBadRequest handles this case with default header values.

Bad Request

func NewUpdatePluginConfigBadRequest

func NewUpdatePluginConfigBadRequest() *UpdatePluginConfigBadRequest

NewUpdatePluginConfigBadRequest creates a UpdatePluginConfigBadRequest with default headers values

func (*UpdatePluginConfigBadRequest) Error

type UpdatePluginConfigForbidden

type UpdatePluginConfigForbidden struct {
	Payload *models.Error
}

UpdatePluginConfigForbidden handles this case with default header values.

Forbidden

func NewUpdatePluginConfigForbidden

func NewUpdatePluginConfigForbidden() *UpdatePluginConfigForbidden

NewUpdatePluginConfigForbidden creates a UpdatePluginConfigForbidden with default headers values

func (*UpdatePluginConfigForbidden) Error

type UpdatePluginConfigInternalServerError

type UpdatePluginConfigInternalServerError struct {
	Payload *models.Error
}

UpdatePluginConfigInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdatePluginConfigInternalServerError

func NewUpdatePluginConfigInternalServerError() *UpdatePluginConfigInternalServerError

NewUpdatePluginConfigInternalServerError creates a UpdatePluginConfigInternalServerError with default headers values

func (*UpdatePluginConfigInternalServerError) Error

type UpdatePluginConfigNotFound

type UpdatePluginConfigNotFound struct {
	Payload *models.Error
}

UpdatePluginConfigNotFound handles this case with default header values.

Not Found

func NewUpdatePluginConfigNotFound

func NewUpdatePluginConfigNotFound() *UpdatePluginConfigNotFound

NewUpdatePluginConfigNotFound creates a UpdatePluginConfigNotFound with default headers values

func (*UpdatePluginConfigNotFound) Error

type UpdatePluginConfigOK

type UpdatePluginConfigOK struct {
}

UpdatePluginConfigOK handles this case with default header values.

Ok

func NewUpdatePluginConfigOK

func NewUpdatePluginConfigOK() *UpdatePluginConfigOK

NewUpdatePluginConfigOK creates a UpdatePluginConfigOK with default headers values

func (*UpdatePluginConfigOK) Error

func (o *UpdatePluginConfigOK) Error() string

type UpdatePluginConfigParams

type UpdatePluginConfigParams struct {

	/*ID
	  the plugin id

	*/
	ID int64

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

UpdatePluginConfigParams contains all the parameters to send to the API endpoint for the update plugin config operation typically these are written to a http.Request

func NewUpdatePluginConfigParams

func NewUpdatePluginConfigParams() *UpdatePluginConfigParams

NewUpdatePluginConfigParams creates a new UpdatePluginConfigParams object with the default values initialized.

func NewUpdatePluginConfigParamsWithContext

func NewUpdatePluginConfigParamsWithContext(ctx context.Context) *UpdatePluginConfigParams

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

func NewUpdatePluginConfigParamsWithHTTPClient

func NewUpdatePluginConfigParamsWithHTTPClient(client *http.Client) *UpdatePluginConfigParams

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

func NewUpdatePluginConfigParamsWithTimeout

func NewUpdatePluginConfigParamsWithTimeout(timeout time.Duration) *UpdatePluginConfigParams

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

func (*UpdatePluginConfigParams) SetContext

func (o *UpdatePluginConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the update plugin config params

func (*UpdatePluginConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update plugin config params

func (*UpdatePluginConfigParams) SetID

func (o *UpdatePluginConfigParams) SetID(id int64)

SetID adds the id to the update plugin config params

func (*UpdatePluginConfigParams) SetTimeout

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

SetTimeout adds the timeout to the update plugin config params

func (*UpdatePluginConfigParams) WithContext

WithContext adds the context to the update plugin config params

func (*UpdatePluginConfigParams) WithHTTPClient

func (o *UpdatePluginConfigParams) WithHTTPClient(client *http.Client) *UpdatePluginConfigParams

WithHTTPClient adds the HTTPClient to the update plugin config params

func (*UpdatePluginConfigParams) WithID

WithID adds the id to the update plugin config params

func (*UpdatePluginConfigParams) WithTimeout

WithTimeout adds the timeout to the update plugin config params

func (*UpdatePluginConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdatePluginConfigReader

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

UpdatePluginConfigReader is a Reader for the UpdatePluginConfig structure.

func (*UpdatePluginConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdatePluginConfigUnauthorized

type UpdatePluginConfigUnauthorized struct {
	Payload *models.Error
}

UpdatePluginConfigUnauthorized handles this case with default header values.

Unauthorized

func NewUpdatePluginConfigUnauthorized

func NewUpdatePluginConfigUnauthorized() *UpdatePluginConfigUnauthorized

NewUpdatePluginConfigUnauthorized creates a UpdatePluginConfigUnauthorized with default headers values

func (*UpdatePluginConfigUnauthorized) Error

Jump to

Keyboard shortcuts

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