Versions in this module Expand all Collapse all v2 v2.0.4 Apr 6, 2019 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + 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 DisablePluginForbidden struct + Payload *models.Error + func NewDisablePluginForbidden() *DisablePluginForbidden + func (o *DisablePluginForbidden) Error() string + type DisablePluginInternalServerError struct + Payload *models.Error + func NewDisablePluginInternalServerError() *DisablePluginInternalServerError + func (o *DisablePluginInternalServerError) Error() string + type DisablePluginNotFound struct + Payload *models.Error + func NewDisablePluginNotFound() *DisablePluginNotFound + func (o *DisablePluginNotFound) Error() string + type DisablePluginOK struct + func NewDisablePluginOK() *DisablePluginOK + func (o *DisablePluginOK) Error() 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) 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) 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) Error() string + type EnablePluginForbidden struct + Payload *models.Error + func NewEnablePluginForbidden() *EnablePluginForbidden + func (o *EnablePluginForbidden) Error() string + type EnablePluginInternalServerError struct + Payload *models.Error + func NewEnablePluginInternalServerError() *EnablePluginInternalServerError + func (o *EnablePluginInternalServerError) Error() string + type EnablePluginNotFound struct + Payload *models.Error + func NewEnablePluginNotFound() *EnablePluginNotFound + func (o *EnablePluginNotFound) Error() string + type EnablePluginOK struct + func NewEnablePluginOK() *EnablePluginOK + func (o *EnablePluginOK) Error() 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) 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) 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) Error() string + type GetPluginConfigBadRequest struct + Payload *models.Error + func NewGetPluginConfigBadRequest() *GetPluginConfigBadRequest + func (o *GetPluginConfigBadRequest) Error() string + type GetPluginConfigForbidden struct + Payload *models.Error + func NewGetPluginConfigForbidden() *GetPluginConfigForbidden + func (o *GetPluginConfigForbidden) Error() string + type GetPluginConfigInternalServerError struct + Payload *models.Error + func NewGetPluginConfigInternalServerError() *GetPluginConfigInternalServerError + func (o *GetPluginConfigInternalServerError) Error() string + type GetPluginConfigNotFound struct + Payload *models.Error + func NewGetPluginConfigNotFound() *GetPluginConfigNotFound + func (o *GetPluginConfigNotFound) Error() string + type GetPluginConfigOK struct + Payload interface{} + func NewGetPluginConfigOK() *GetPluginConfigOK + func (o *GetPluginConfigOK) Error() 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) 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) 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) Error() string + type GetPluginDisplayForbidden struct + Payload *models.Error + func NewGetPluginDisplayForbidden() *GetPluginDisplayForbidden + func (o *GetPluginDisplayForbidden) Error() string + type GetPluginDisplayInternalServerError struct + Payload *models.Error + func NewGetPluginDisplayInternalServerError() *GetPluginDisplayInternalServerError + func (o *GetPluginDisplayInternalServerError) Error() string + type GetPluginDisplayNotFound struct + Payload *models.Error + func NewGetPluginDisplayNotFound() *GetPluginDisplayNotFound + func (o *GetPluginDisplayNotFound) Error() string + type GetPluginDisplayOK struct + Payload string + func NewGetPluginDisplayOK() *GetPluginDisplayOK + func (o *GetPluginDisplayOK) Error() 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) 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) 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) Error() string + type GetPluginsForbidden struct + Payload *models.Error + func NewGetPluginsForbidden() *GetPluginsForbidden + func (o *GetPluginsForbidden) Error() string + type GetPluginsInternalServerError struct + Payload *models.Error + func NewGetPluginsInternalServerError() *GetPluginsInternalServerError + func (o *GetPluginsInternalServerError) Error() string + type GetPluginsNotFound struct + Payload *models.Error + func NewGetPluginsNotFound() *GetPluginsNotFound + func (o *GetPluginsNotFound) Error() string + type GetPluginsOK struct + Payload []*models.PluginConfExternal + func NewGetPluginsOK() *GetPluginsOK + func (o *GetPluginsOK) Error() 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) SetHTTPClient(client *http.Client) + func (o *GetPluginsParams) SetTimeout(timeout time.Duration) + func (o *GetPluginsParams) WithContext(ctx context.Context) *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) Error() string + type UpdatePluginConfigBadRequest struct + Payload *models.Error + func NewUpdatePluginConfigBadRequest() *UpdatePluginConfigBadRequest + func (o *UpdatePluginConfigBadRequest) Error() string + type UpdatePluginConfigForbidden struct + Payload *models.Error + func NewUpdatePluginConfigForbidden() *UpdatePluginConfigForbidden + func (o *UpdatePluginConfigForbidden) Error() string + type UpdatePluginConfigInternalServerError struct + Payload *models.Error + func NewUpdatePluginConfigInternalServerError() *UpdatePluginConfigInternalServerError + func (o *UpdatePluginConfigInternalServerError) Error() string + type UpdatePluginConfigNotFound struct + Payload *models.Error + func NewUpdatePluginConfigNotFound() *UpdatePluginConfigNotFound + func (o *UpdatePluginConfigNotFound) Error() string + type UpdatePluginConfigOK struct + func NewUpdatePluginConfigOK() *UpdatePluginConfigOK + func (o *UpdatePluginConfigOK) Error() 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) 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) 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) Error() string