Versions in this module Expand all Collapse all v2 v2.5.0 Oct 11, 2024 Changes in this version + func WithAcceptApplicationJSON(r *runtime.ClientOperation) + func WithAcceptApplicationxYaml(r *runtime.ClientOperation) + func WithContentTypeApplicationJSON(r *runtime.ClientOperation) + func WithContentTypeApplicationxYaml(r *runtime.ClientOperation) + type Client struct + func (a *Client) DisablePlugin(params *DisablePluginParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DisablePluginOK, error) + func (a *Client) EnablePlugin(params *EnablePluginParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EnablePluginOK, error) + func (a *Client) GetPluginConfig(params *GetPluginConfigParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPluginConfigOK, error) + func (a *Client) GetPluginDisplay(params *GetPluginDisplayParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPluginDisplayOK, error) + func (a *Client) GetPlugins(params *GetPluginsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPluginsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdatePluginConfig(params *UpdatePluginConfigParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdatePluginConfigOK, error) + type ClientOption func(*runtime.ClientOperation) + func WithAccept(mime string) ClientOption + func WithContentType(mime string) ClientOption + type ClientService interface + DisablePlugin func(params *DisablePluginParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DisablePluginOK, error) + EnablePlugin func(params *EnablePluginParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EnablePluginOK, error) + GetPluginConfig func(params *GetPluginConfigParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPluginConfigOK, error) + GetPluginDisplay func(params *GetPluginDisplayParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPluginDisplayOK, error) + GetPlugins func(params *GetPluginsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPluginsOK, error) + SetTransport func(transport runtime.ClientTransport) + UpdatePluginConfig func(params *UpdatePluginConfigParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdatePluginConfigOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService + func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService + type DisablePluginForbidden struct + Payload *models.Error + func NewDisablePluginForbidden() *DisablePluginForbidden + func (o *DisablePluginForbidden) Code() int + func (o *DisablePluginForbidden) Error() string + func (o *DisablePluginForbidden) GetPayload() *models.Error + func (o *DisablePluginForbidden) IsClientError() bool + func (o *DisablePluginForbidden) IsCode(code int) bool + func (o *DisablePluginForbidden) IsRedirect() bool + func (o *DisablePluginForbidden) IsServerError() bool + func (o *DisablePluginForbidden) IsSuccess() bool + func (o *DisablePluginForbidden) String() string + type DisablePluginInternalServerError struct + Payload *models.Error + func NewDisablePluginInternalServerError() *DisablePluginInternalServerError + func (o *DisablePluginInternalServerError) Code() int + func (o *DisablePluginInternalServerError) Error() string + func (o *DisablePluginInternalServerError) GetPayload() *models.Error + func (o *DisablePluginInternalServerError) IsClientError() bool + func (o *DisablePluginInternalServerError) IsCode(code int) bool + func (o *DisablePluginInternalServerError) IsRedirect() bool + func (o *DisablePluginInternalServerError) IsServerError() bool + func (o *DisablePluginInternalServerError) IsSuccess() bool + func (o *DisablePluginInternalServerError) String() string + type DisablePluginNotFound struct + Payload *models.Error + func NewDisablePluginNotFound() *DisablePluginNotFound + func (o *DisablePluginNotFound) Code() int + func (o *DisablePluginNotFound) Error() string + func (o *DisablePluginNotFound) GetPayload() *models.Error + func (o *DisablePluginNotFound) IsClientError() bool + func (o *DisablePluginNotFound) IsCode(code int) bool + func (o *DisablePluginNotFound) IsRedirect() bool + func (o *DisablePluginNotFound) IsServerError() bool + func (o *DisablePluginNotFound) IsSuccess() bool + func (o *DisablePluginNotFound) String() string + type DisablePluginOK struct + func NewDisablePluginOK() *DisablePluginOK + func (o *DisablePluginOK) Code() int + func (o *DisablePluginOK) Error() string + func (o *DisablePluginOK) IsClientError() bool + func (o *DisablePluginOK) IsCode(code int) bool + func (o *DisablePluginOK) IsRedirect() bool + func (o *DisablePluginOK) IsServerError() bool + func (o *DisablePluginOK) IsSuccess() bool + func (o *DisablePluginOK) String() string + type DisablePluginParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDisablePluginParams() *DisablePluginParams + func NewDisablePluginParamsWithContext(ctx context.Context) *DisablePluginParams + func NewDisablePluginParamsWithHTTPClient(client *http.Client) *DisablePluginParams + func NewDisablePluginParamsWithTimeout(timeout time.Duration) *DisablePluginParams + func (o *DisablePluginParams) SetContext(ctx context.Context) + func (o *DisablePluginParams) SetDefaults() + func (o *DisablePluginParams) SetHTTPClient(client *http.Client) + func (o *DisablePluginParams) SetID(id int64) + func (o *DisablePluginParams) SetTimeout(timeout time.Duration) + func (o *DisablePluginParams) WithContext(ctx context.Context) *DisablePluginParams + func (o *DisablePluginParams) WithDefaults() *DisablePluginParams + func (o *DisablePluginParams) WithHTTPClient(client *http.Client) *DisablePluginParams + func (o *DisablePluginParams) WithID(id int64) *DisablePluginParams + func (o *DisablePluginParams) WithTimeout(timeout time.Duration) *DisablePluginParams + func (o *DisablePluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DisablePluginReader struct + func (o *DisablePluginReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DisablePluginUnauthorized struct + Payload *models.Error + func NewDisablePluginUnauthorized() *DisablePluginUnauthorized + func (o *DisablePluginUnauthorized) Code() int + func (o *DisablePluginUnauthorized) Error() string + func (o *DisablePluginUnauthorized) GetPayload() *models.Error + func (o *DisablePluginUnauthorized) IsClientError() bool + func (o *DisablePluginUnauthorized) IsCode(code int) bool + func (o *DisablePluginUnauthorized) IsRedirect() bool + func (o *DisablePluginUnauthorized) IsServerError() bool + func (o *DisablePluginUnauthorized) IsSuccess() bool + func (o *DisablePluginUnauthorized) String() string + type EnablePluginForbidden struct + Payload *models.Error + func NewEnablePluginForbidden() *EnablePluginForbidden + func (o *EnablePluginForbidden) Code() int + func (o *EnablePluginForbidden) Error() string + func (o *EnablePluginForbidden) GetPayload() *models.Error + func (o *EnablePluginForbidden) IsClientError() bool + func (o *EnablePluginForbidden) IsCode(code int) bool + func (o *EnablePluginForbidden) IsRedirect() bool + func (o *EnablePluginForbidden) IsServerError() bool + func (o *EnablePluginForbidden) IsSuccess() bool + func (o *EnablePluginForbidden) String() string + type EnablePluginInternalServerError struct + Payload *models.Error + func NewEnablePluginInternalServerError() *EnablePluginInternalServerError + func (o *EnablePluginInternalServerError) Code() int + func (o *EnablePluginInternalServerError) Error() string + func (o *EnablePluginInternalServerError) GetPayload() *models.Error + func (o *EnablePluginInternalServerError) IsClientError() bool + func (o *EnablePluginInternalServerError) IsCode(code int) bool + func (o *EnablePluginInternalServerError) IsRedirect() bool + func (o *EnablePluginInternalServerError) IsServerError() bool + func (o *EnablePluginInternalServerError) IsSuccess() bool + func (o *EnablePluginInternalServerError) String() string + type EnablePluginNotFound struct + Payload *models.Error + func NewEnablePluginNotFound() *EnablePluginNotFound + func (o *EnablePluginNotFound) Code() int + func (o *EnablePluginNotFound) Error() string + func (o *EnablePluginNotFound) GetPayload() *models.Error + func (o *EnablePluginNotFound) IsClientError() bool + func (o *EnablePluginNotFound) IsCode(code int) bool + func (o *EnablePluginNotFound) IsRedirect() bool + func (o *EnablePluginNotFound) IsServerError() bool + func (o *EnablePluginNotFound) IsSuccess() bool + func (o *EnablePluginNotFound) String() string + type EnablePluginOK struct + func NewEnablePluginOK() *EnablePluginOK + func (o *EnablePluginOK) Code() int + func (o *EnablePluginOK) Error() string + func (o *EnablePluginOK) IsClientError() bool + func (o *EnablePluginOK) IsCode(code int) bool + func (o *EnablePluginOK) IsRedirect() bool + func (o *EnablePluginOK) IsServerError() bool + func (o *EnablePluginOK) IsSuccess() bool + func (o *EnablePluginOK) String() string + type EnablePluginParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewEnablePluginParams() *EnablePluginParams + func NewEnablePluginParamsWithContext(ctx context.Context) *EnablePluginParams + func NewEnablePluginParamsWithHTTPClient(client *http.Client) *EnablePluginParams + func NewEnablePluginParamsWithTimeout(timeout time.Duration) *EnablePluginParams + func (o *EnablePluginParams) SetContext(ctx context.Context) + func (o *EnablePluginParams) SetDefaults() + func (o *EnablePluginParams) SetHTTPClient(client *http.Client) + func (o *EnablePluginParams) SetID(id int64) + func (o *EnablePluginParams) SetTimeout(timeout time.Duration) + func (o *EnablePluginParams) WithContext(ctx context.Context) *EnablePluginParams + func (o *EnablePluginParams) WithDefaults() *EnablePluginParams + func (o *EnablePluginParams) WithHTTPClient(client *http.Client) *EnablePluginParams + func (o *EnablePluginParams) WithID(id int64) *EnablePluginParams + func (o *EnablePluginParams) WithTimeout(timeout time.Duration) *EnablePluginParams + func (o *EnablePluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type EnablePluginReader struct + func (o *EnablePluginReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type EnablePluginUnauthorized struct + Payload *models.Error + func NewEnablePluginUnauthorized() *EnablePluginUnauthorized + func (o *EnablePluginUnauthorized) Code() int + func (o *EnablePluginUnauthorized) Error() string + func (o *EnablePluginUnauthorized) GetPayload() *models.Error + func (o *EnablePluginUnauthorized) IsClientError() bool + func (o *EnablePluginUnauthorized) IsCode(code int) bool + func (o *EnablePluginUnauthorized) IsRedirect() bool + func (o *EnablePluginUnauthorized) IsServerError() bool + func (o *EnablePluginUnauthorized) IsSuccess() bool + func (o *EnablePluginUnauthorized) String() string + type GetPluginConfigBadRequest struct + Payload *models.Error + func NewGetPluginConfigBadRequest() *GetPluginConfigBadRequest + func (o *GetPluginConfigBadRequest) Code() int + func (o *GetPluginConfigBadRequest) Error() string + func (o *GetPluginConfigBadRequest) GetPayload() *models.Error + func (o *GetPluginConfigBadRequest) IsClientError() bool + func (o *GetPluginConfigBadRequest) IsCode(code int) bool + func (o *GetPluginConfigBadRequest) IsRedirect() bool + func (o *GetPluginConfigBadRequest) IsServerError() bool + func (o *GetPluginConfigBadRequest) IsSuccess() bool + func (o *GetPluginConfigBadRequest) String() string + type GetPluginConfigForbidden struct + Payload *models.Error + func NewGetPluginConfigForbidden() *GetPluginConfigForbidden + func (o *GetPluginConfigForbidden) Code() int + func (o *GetPluginConfigForbidden) Error() string + func (o *GetPluginConfigForbidden) GetPayload() *models.Error + func (o *GetPluginConfigForbidden) IsClientError() bool + func (o *GetPluginConfigForbidden) IsCode(code int) bool + func (o *GetPluginConfigForbidden) IsRedirect() bool + func (o *GetPluginConfigForbidden) IsServerError() bool + func (o *GetPluginConfigForbidden) IsSuccess() bool + func (o *GetPluginConfigForbidden) String() string + type GetPluginConfigInternalServerError struct + Payload *models.Error + func NewGetPluginConfigInternalServerError() *GetPluginConfigInternalServerError + func (o *GetPluginConfigInternalServerError) Code() int + func (o *GetPluginConfigInternalServerError) Error() string + func (o *GetPluginConfigInternalServerError) GetPayload() *models.Error + func (o *GetPluginConfigInternalServerError) IsClientError() bool + func (o *GetPluginConfigInternalServerError) IsCode(code int) bool + func (o *GetPluginConfigInternalServerError) IsRedirect() bool + func (o *GetPluginConfigInternalServerError) IsServerError() bool + func (o *GetPluginConfigInternalServerError) IsSuccess() bool + func (o *GetPluginConfigInternalServerError) String() string + type GetPluginConfigNotFound struct + Payload *models.Error + func NewGetPluginConfigNotFound() *GetPluginConfigNotFound + func (o *GetPluginConfigNotFound) Code() int + func (o *GetPluginConfigNotFound) Error() string + func (o *GetPluginConfigNotFound) GetPayload() *models.Error + func (o *GetPluginConfigNotFound) IsClientError() bool + func (o *GetPluginConfigNotFound) IsCode(code int) bool + func (o *GetPluginConfigNotFound) IsRedirect() bool + func (o *GetPluginConfigNotFound) IsServerError() bool + func (o *GetPluginConfigNotFound) IsSuccess() bool + func (o *GetPluginConfigNotFound) String() string + type GetPluginConfigOK struct + Payload interface{} + func NewGetPluginConfigOK() *GetPluginConfigOK + func (o *GetPluginConfigOK) Code() int + func (o *GetPluginConfigOK) Error() string + func (o *GetPluginConfigOK) GetPayload() interface{} + func (o *GetPluginConfigOK) IsClientError() bool + func (o *GetPluginConfigOK) IsCode(code int) bool + func (o *GetPluginConfigOK) IsRedirect() bool + func (o *GetPluginConfigOK) IsServerError() bool + func (o *GetPluginConfigOK) IsSuccess() bool + func (o *GetPluginConfigOK) String() string + type GetPluginConfigParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewGetPluginConfigParams() *GetPluginConfigParams + func NewGetPluginConfigParamsWithContext(ctx context.Context) *GetPluginConfigParams + func NewGetPluginConfigParamsWithHTTPClient(client *http.Client) *GetPluginConfigParams + func NewGetPluginConfigParamsWithTimeout(timeout time.Duration) *GetPluginConfigParams + func (o *GetPluginConfigParams) SetContext(ctx context.Context) + func (o *GetPluginConfigParams) SetDefaults() + func (o *GetPluginConfigParams) SetHTTPClient(client *http.Client) + func (o *GetPluginConfigParams) SetID(id int64) + func (o *GetPluginConfigParams) SetTimeout(timeout time.Duration) + func (o *GetPluginConfigParams) WithContext(ctx context.Context) *GetPluginConfigParams + func (o *GetPluginConfigParams) WithDefaults() *GetPluginConfigParams + func (o *GetPluginConfigParams) WithHTTPClient(client *http.Client) *GetPluginConfigParams + func (o *GetPluginConfigParams) WithID(id int64) *GetPluginConfigParams + func (o *GetPluginConfigParams) WithTimeout(timeout time.Duration) *GetPluginConfigParams + func (o *GetPluginConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPluginConfigReader struct + func (o *GetPluginConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPluginConfigUnauthorized struct + Payload *models.Error + func NewGetPluginConfigUnauthorized() *GetPluginConfigUnauthorized + func (o *GetPluginConfigUnauthorized) Code() int + func (o *GetPluginConfigUnauthorized) Error() string + func (o *GetPluginConfigUnauthorized) GetPayload() *models.Error + func (o *GetPluginConfigUnauthorized) IsClientError() bool + func (o *GetPluginConfigUnauthorized) IsCode(code int) bool + func (o *GetPluginConfigUnauthorized) IsRedirect() bool + func (o *GetPluginConfigUnauthorized) IsServerError() bool + func (o *GetPluginConfigUnauthorized) IsSuccess() bool + func (o *GetPluginConfigUnauthorized) String() string + type GetPluginDisplayForbidden struct + Payload *models.Error + func NewGetPluginDisplayForbidden() *GetPluginDisplayForbidden + func (o *GetPluginDisplayForbidden) Code() int + func (o *GetPluginDisplayForbidden) Error() string + func (o *GetPluginDisplayForbidden) GetPayload() *models.Error + func (o *GetPluginDisplayForbidden) IsClientError() bool + func (o *GetPluginDisplayForbidden) IsCode(code int) bool + func (o *GetPluginDisplayForbidden) IsRedirect() bool + func (o *GetPluginDisplayForbidden) IsServerError() bool + func (o *GetPluginDisplayForbidden) IsSuccess() bool + func (o *GetPluginDisplayForbidden) String() string + type GetPluginDisplayInternalServerError struct + Payload *models.Error + func NewGetPluginDisplayInternalServerError() *GetPluginDisplayInternalServerError + func (o *GetPluginDisplayInternalServerError) Code() int + func (o *GetPluginDisplayInternalServerError) Error() string + func (o *GetPluginDisplayInternalServerError) GetPayload() *models.Error + func (o *GetPluginDisplayInternalServerError) IsClientError() bool + func (o *GetPluginDisplayInternalServerError) IsCode(code int) bool + func (o *GetPluginDisplayInternalServerError) IsRedirect() bool + func (o *GetPluginDisplayInternalServerError) IsServerError() bool + func (o *GetPluginDisplayInternalServerError) IsSuccess() bool + func (o *GetPluginDisplayInternalServerError) String() string + type GetPluginDisplayNotFound struct + Payload *models.Error + func NewGetPluginDisplayNotFound() *GetPluginDisplayNotFound + func (o *GetPluginDisplayNotFound) Code() int + func (o *GetPluginDisplayNotFound) Error() string + func (o *GetPluginDisplayNotFound) GetPayload() *models.Error + func (o *GetPluginDisplayNotFound) IsClientError() bool + func (o *GetPluginDisplayNotFound) IsCode(code int) bool + func (o *GetPluginDisplayNotFound) IsRedirect() bool + func (o *GetPluginDisplayNotFound) IsServerError() bool + func (o *GetPluginDisplayNotFound) IsSuccess() bool + func (o *GetPluginDisplayNotFound) String() string + type GetPluginDisplayOK struct + Payload string + func NewGetPluginDisplayOK() *GetPluginDisplayOK + func (o *GetPluginDisplayOK) Code() int + func (o *GetPluginDisplayOK) Error() string + func (o *GetPluginDisplayOK) GetPayload() string + func (o *GetPluginDisplayOK) IsClientError() bool + func (o *GetPluginDisplayOK) IsCode(code int) bool + func (o *GetPluginDisplayOK) IsRedirect() bool + func (o *GetPluginDisplayOK) IsServerError() bool + func (o *GetPluginDisplayOK) IsSuccess() bool + func (o *GetPluginDisplayOK) String() string + type GetPluginDisplayParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewGetPluginDisplayParams() *GetPluginDisplayParams + func NewGetPluginDisplayParamsWithContext(ctx context.Context) *GetPluginDisplayParams + func NewGetPluginDisplayParamsWithHTTPClient(client *http.Client) *GetPluginDisplayParams + func NewGetPluginDisplayParamsWithTimeout(timeout time.Duration) *GetPluginDisplayParams + func (o *GetPluginDisplayParams) SetContext(ctx context.Context) + func (o *GetPluginDisplayParams) SetDefaults() + func (o *GetPluginDisplayParams) SetHTTPClient(client *http.Client) + func (o *GetPluginDisplayParams) SetID(id int64) + func (o *GetPluginDisplayParams) SetTimeout(timeout time.Duration) + func (o *GetPluginDisplayParams) WithContext(ctx context.Context) *GetPluginDisplayParams + func (o *GetPluginDisplayParams) WithDefaults() *GetPluginDisplayParams + func (o *GetPluginDisplayParams) WithHTTPClient(client *http.Client) *GetPluginDisplayParams + func (o *GetPluginDisplayParams) WithID(id int64) *GetPluginDisplayParams + func (o *GetPluginDisplayParams) WithTimeout(timeout time.Duration) *GetPluginDisplayParams + func (o *GetPluginDisplayParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPluginDisplayReader struct + func (o *GetPluginDisplayReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPluginDisplayUnauthorized struct + Payload *models.Error + func NewGetPluginDisplayUnauthorized() *GetPluginDisplayUnauthorized + func (o *GetPluginDisplayUnauthorized) Code() int + func (o *GetPluginDisplayUnauthorized) Error() string + func (o *GetPluginDisplayUnauthorized) GetPayload() *models.Error + func (o *GetPluginDisplayUnauthorized) IsClientError() bool + func (o *GetPluginDisplayUnauthorized) IsCode(code int) bool + func (o *GetPluginDisplayUnauthorized) IsRedirect() bool + func (o *GetPluginDisplayUnauthorized) IsServerError() bool + func (o *GetPluginDisplayUnauthorized) IsSuccess() bool + func (o *GetPluginDisplayUnauthorized) String() string + type GetPluginsForbidden struct + Payload *models.Error + func NewGetPluginsForbidden() *GetPluginsForbidden + func (o *GetPluginsForbidden) Code() int + func (o *GetPluginsForbidden) Error() string + func (o *GetPluginsForbidden) GetPayload() *models.Error + func (o *GetPluginsForbidden) IsClientError() bool + func (o *GetPluginsForbidden) IsCode(code int) bool + func (o *GetPluginsForbidden) IsRedirect() bool + func (o *GetPluginsForbidden) IsServerError() bool + func (o *GetPluginsForbidden) IsSuccess() bool + func (o *GetPluginsForbidden) String() string + type GetPluginsInternalServerError struct + Payload *models.Error + func NewGetPluginsInternalServerError() *GetPluginsInternalServerError + func (o *GetPluginsInternalServerError) Code() int + func (o *GetPluginsInternalServerError) Error() string + func (o *GetPluginsInternalServerError) GetPayload() *models.Error + func (o *GetPluginsInternalServerError) IsClientError() bool + func (o *GetPluginsInternalServerError) IsCode(code int) bool + func (o *GetPluginsInternalServerError) IsRedirect() bool + func (o *GetPluginsInternalServerError) IsServerError() bool + func (o *GetPluginsInternalServerError) IsSuccess() bool + func (o *GetPluginsInternalServerError) String() string + type GetPluginsNotFound struct + Payload *models.Error + func NewGetPluginsNotFound() *GetPluginsNotFound + func (o *GetPluginsNotFound) Code() int + func (o *GetPluginsNotFound) Error() string + func (o *GetPluginsNotFound) GetPayload() *models.Error + func (o *GetPluginsNotFound) IsClientError() bool + func (o *GetPluginsNotFound) IsCode(code int) bool + func (o *GetPluginsNotFound) IsRedirect() bool + func (o *GetPluginsNotFound) IsServerError() bool + func (o *GetPluginsNotFound) IsSuccess() bool + func (o *GetPluginsNotFound) String() string + type GetPluginsOK struct + Payload []*models.PluginConfExternal + func NewGetPluginsOK() *GetPluginsOK + func (o *GetPluginsOK) Code() int + func (o *GetPluginsOK) Error() string + func (o *GetPluginsOK) GetPayload() []*models.PluginConfExternal + func (o *GetPluginsOK) IsClientError() bool + func (o *GetPluginsOK) IsCode(code int) bool + func (o *GetPluginsOK) IsRedirect() bool + func (o *GetPluginsOK) IsServerError() bool + func (o *GetPluginsOK) IsSuccess() bool + func (o *GetPluginsOK) String() string + type GetPluginsParams struct + Context context.Context + HTTPClient *http.Client + func NewGetPluginsParams() *GetPluginsParams + func NewGetPluginsParamsWithContext(ctx context.Context) *GetPluginsParams + func NewGetPluginsParamsWithHTTPClient(client *http.Client) *GetPluginsParams + func NewGetPluginsParamsWithTimeout(timeout time.Duration) *GetPluginsParams + func (o *GetPluginsParams) SetContext(ctx context.Context) + func (o *GetPluginsParams) SetDefaults() + func (o *GetPluginsParams) SetHTTPClient(client *http.Client) + func (o *GetPluginsParams) SetTimeout(timeout time.Duration) + func (o *GetPluginsParams) WithContext(ctx context.Context) *GetPluginsParams + func (o *GetPluginsParams) WithDefaults() *GetPluginsParams + func (o *GetPluginsParams) WithHTTPClient(client *http.Client) *GetPluginsParams + func (o *GetPluginsParams) WithTimeout(timeout time.Duration) *GetPluginsParams + func (o *GetPluginsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPluginsReader struct + func (o *GetPluginsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPluginsUnauthorized struct + Payload *models.Error + func NewGetPluginsUnauthorized() *GetPluginsUnauthorized + func (o *GetPluginsUnauthorized) Code() int + func (o *GetPluginsUnauthorized) Error() string + func (o *GetPluginsUnauthorized) GetPayload() *models.Error + func (o *GetPluginsUnauthorized) IsClientError() bool + func (o *GetPluginsUnauthorized) IsCode(code int) bool + func (o *GetPluginsUnauthorized) IsRedirect() bool + func (o *GetPluginsUnauthorized) IsServerError() bool + func (o *GetPluginsUnauthorized) IsSuccess() bool + func (o *GetPluginsUnauthorized) String() string + type UpdatePluginConfigBadRequest struct + Payload *models.Error + func NewUpdatePluginConfigBadRequest() *UpdatePluginConfigBadRequest + func (o *UpdatePluginConfigBadRequest) Code() int + func (o *UpdatePluginConfigBadRequest) Error() string + func (o *UpdatePluginConfigBadRequest) GetPayload() *models.Error + func (o *UpdatePluginConfigBadRequest) IsClientError() bool + func (o *UpdatePluginConfigBadRequest) IsCode(code int) bool + func (o *UpdatePluginConfigBadRequest) IsRedirect() bool + func (o *UpdatePluginConfigBadRequest) IsServerError() bool + func (o *UpdatePluginConfigBadRequest) IsSuccess() bool + func (o *UpdatePluginConfigBadRequest) String() string + type UpdatePluginConfigForbidden struct + Payload *models.Error + func NewUpdatePluginConfigForbidden() *UpdatePluginConfigForbidden + func (o *UpdatePluginConfigForbidden) Code() int + func (o *UpdatePluginConfigForbidden) Error() string + func (o *UpdatePluginConfigForbidden) GetPayload() *models.Error + func (o *UpdatePluginConfigForbidden) IsClientError() bool + func (o *UpdatePluginConfigForbidden) IsCode(code int) bool + func (o *UpdatePluginConfigForbidden) IsRedirect() bool + func (o *UpdatePluginConfigForbidden) IsServerError() bool + func (o *UpdatePluginConfigForbidden) IsSuccess() bool + func (o *UpdatePluginConfigForbidden) String() string + type UpdatePluginConfigInternalServerError struct + Payload *models.Error + func NewUpdatePluginConfigInternalServerError() *UpdatePluginConfigInternalServerError + func (o *UpdatePluginConfigInternalServerError) Code() int + func (o *UpdatePluginConfigInternalServerError) Error() string + func (o *UpdatePluginConfigInternalServerError) GetPayload() *models.Error + func (o *UpdatePluginConfigInternalServerError) IsClientError() bool + func (o *UpdatePluginConfigInternalServerError) IsCode(code int) bool + func (o *UpdatePluginConfigInternalServerError) IsRedirect() bool + func (o *UpdatePluginConfigInternalServerError) IsServerError() bool + func (o *UpdatePluginConfigInternalServerError) IsSuccess() bool + func (o *UpdatePluginConfigInternalServerError) String() string + type UpdatePluginConfigNotFound struct + Payload *models.Error + func NewUpdatePluginConfigNotFound() *UpdatePluginConfigNotFound + func (o *UpdatePluginConfigNotFound) Code() int + func (o *UpdatePluginConfigNotFound) Error() string + func (o *UpdatePluginConfigNotFound) GetPayload() *models.Error + func (o *UpdatePluginConfigNotFound) IsClientError() bool + func (o *UpdatePluginConfigNotFound) IsCode(code int) bool + func (o *UpdatePluginConfigNotFound) IsRedirect() bool + func (o *UpdatePluginConfigNotFound) IsServerError() bool + func (o *UpdatePluginConfigNotFound) IsSuccess() bool + func (o *UpdatePluginConfigNotFound) String() string + type UpdatePluginConfigOK struct + func NewUpdatePluginConfigOK() *UpdatePluginConfigOK + func (o *UpdatePluginConfigOK) Code() int + func (o *UpdatePluginConfigOK) Error() string + func (o *UpdatePluginConfigOK) IsClientError() bool + func (o *UpdatePluginConfigOK) IsCode(code int) bool + func (o *UpdatePluginConfigOK) IsRedirect() bool + func (o *UpdatePluginConfigOK) IsServerError() bool + func (o *UpdatePluginConfigOK) IsSuccess() bool + func (o *UpdatePluginConfigOK) String() string + type UpdatePluginConfigParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewUpdatePluginConfigParams() *UpdatePluginConfigParams + func NewUpdatePluginConfigParamsWithContext(ctx context.Context) *UpdatePluginConfigParams + func NewUpdatePluginConfigParamsWithHTTPClient(client *http.Client) *UpdatePluginConfigParams + func NewUpdatePluginConfigParamsWithTimeout(timeout time.Duration) *UpdatePluginConfigParams + func (o *UpdatePluginConfigParams) SetContext(ctx context.Context) + func (o *UpdatePluginConfigParams) SetDefaults() + func (o *UpdatePluginConfigParams) SetHTTPClient(client *http.Client) + func (o *UpdatePluginConfigParams) SetID(id int64) + func (o *UpdatePluginConfigParams) SetTimeout(timeout time.Duration) + func (o *UpdatePluginConfigParams) WithContext(ctx context.Context) *UpdatePluginConfigParams + func (o *UpdatePluginConfigParams) WithDefaults() *UpdatePluginConfigParams + func (o *UpdatePluginConfigParams) WithHTTPClient(client *http.Client) *UpdatePluginConfigParams + func (o *UpdatePluginConfigParams) WithID(id int64) *UpdatePluginConfigParams + func (o *UpdatePluginConfigParams) WithTimeout(timeout time.Duration) *UpdatePluginConfigParams + func (o *UpdatePluginConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdatePluginConfigReader struct + func (o *UpdatePluginConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdatePluginConfigUnauthorized struct + Payload *models.Error + func NewUpdatePluginConfigUnauthorized() *UpdatePluginConfigUnauthorized + func (o *UpdatePluginConfigUnauthorized) Code() int + func (o *UpdatePluginConfigUnauthorized) Error() string + func (o *UpdatePluginConfigUnauthorized) GetPayload() *models.Error + func (o *UpdatePluginConfigUnauthorized) IsClientError() bool + func (o *UpdatePluginConfigUnauthorized) IsCode(code int) bool + func (o *UpdatePluginConfigUnauthorized) IsRedirect() bool + func (o *UpdatePluginConfigUnauthorized) IsServerError() bool + func (o *UpdatePluginConfigUnauthorized) IsSuccess() bool + func (o *UpdatePluginConfigUnauthorized) String() string