Versions in this module Expand all Collapse all v1 v1.0.0 Jan 28, 2018 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) Config(params *ConfigParams, authInfo runtime.ClientAuthInfoWriter) (*ConfigOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ConfigOK struct + Payload *models.MessageProcessorsConfigWithDescriptors + func NewConfigOK() *ConfigOK + func (o *ConfigOK) Error() string + type ConfigParams struct + Context context.Context + HTTPClient *http.Client + func NewConfigParams() *ConfigParams + func NewConfigParamsWithContext(ctx context.Context) *ConfigParams + func NewConfigParamsWithHTTPClient(client *http.Client) *ConfigParams + func NewConfigParamsWithTimeout(timeout time.Duration) *ConfigParams + func (o *ConfigParams) SetContext(ctx context.Context) + func (o *ConfigParams) SetHTTPClient(client *http.Client) + func (o *ConfigParams) SetTimeout(timeout time.Duration) + func (o *ConfigParams) WithContext(ctx context.Context) *ConfigParams + func (o *ConfigParams) WithHTTPClient(client *http.Client) *ConfigParams + func (o *ConfigParams) WithTimeout(timeout time.Duration) *ConfigParams + func (o *ConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ConfigReader struct + func (o *ConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateConfigOK struct + Payload *models.MessageProcessorsConfigWithDescriptors + func NewUpdateConfigOK() *UpdateConfigOK + func (o *UpdateConfigOK) Error() string + type UpdateConfigParams struct + Config *models.MessageProcessorsConfigWithDescriptors + Context context.Context + HTTPClient *http.Client + func NewUpdateConfigParams() *UpdateConfigParams + func NewUpdateConfigParamsWithContext(ctx context.Context) *UpdateConfigParams + func NewUpdateConfigParamsWithHTTPClient(client *http.Client) *UpdateConfigParams + func NewUpdateConfigParamsWithTimeout(timeout time.Duration) *UpdateConfigParams + func (o *UpdateConfigParams) SetConfig(config *models.MessageProcessorsConfigWithDescriptors) + func (o *UpdateConfigParams) SetContext(ctx context.Context) + func (o *UpdateConfigParams) SetHTTPClient(client *http.Client) + func (o *UpdateConfigParams) SetTimeout(timeout time.Duration) + func (o *UpdateConfigParams) WithConfig(config *models.MessageProcessorsConfigWithDescriptors) *UpdateConfigParams + func (o *UpdateConfigParams) WithContext(ctx context.Context) *UpdateConfigParams + func (o *UpdateConfigParams) WithHTTPClient(client *http.Client) *UpdateConfigParams + func (o *UpdateConfigParams) WithTimeout(timeout time.Duration) *UpdateConfigParams + func (o *UpdateConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateConfigReader struct + func (o *UpdateConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)