Versions in this module Expand all Collapse all v0 v0.1.0 Aug 15, 2016 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) GetConfig(params *GetConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetConfigOK, error) + func (a *Client) PatchConfig(params *PatchConfigParams, authInfo runtime.ClientAuthInfoWriter) (*PatchConfigOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type GetConfigDefault struct + Payload *models.Error + func NewGetConfigDefault(code int) *GetConfigDefault + func (o *GetConfigDefault) Code() int + func (o *GetConfigDefault) Error() string + type GetConfigOK struct + Payload GetConfigOKBodyBody + func NewGetConfigOK() *GetConfigOK + func (o *GetConfigOK) Error() string + type GetConfigOKBodyBody interface + type GetConfigParams struct + func NewGetConfigParams() *GetConfigParams + func (o *GetConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetConfigReader struct + func (o *GetConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PatchConfigDefault struct + Payload *models.Error + func NewPatchConfigDefault(code int) *PatchConfigDefault + func (o *PatchConfigDefault) Code() int + func (o *PatchConfigDefault) Error() string + type PatchConfigOK struct + Payload PatchConfigOKBodyBody + func NewPatchConfigOK() *PatchConfigOK + func (o *PatchConfigOK) Error() string + type PatchConfigOKBodyBody interface + type PatchConfigParams struct + Body interface{} + func NewPatchConfigParams() *PatchConfigParams + func (o *PatchConfigParams) WithBody(Body interface{}) *PatchConfigParams + func (o *PatchConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PatchConfigReader struct + func (o *PatchConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)