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) DeleteLookupsID(params *DeleteLookupsIDParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteLookupsIDOK, error) + func (a *Client) GetLookups(params *GetLookupsParams, authInfo runtime.ClientAuthInfoWriter) (*GetLookupsOK, error) + func (a *Client) GetLookupsID(params *GetLookupsIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetLookupsIDOK, error) + func (a *Client) PatchLookupsID(params *PatchLookupsIDParams, authInfo runtime.ClientAuthInfoWriter) (*PatchLookupsIDOK, error) + func (a *Client) PostLookups(params *PostLookupsParams, authInfo runtime.ClientAuthInfoWriter) (*PostLookupsOK, error) + func (a *Client) PostLookupsID(params *PostLookupsIDParams, authInfo runtime.ClientAuthInfoWriter) (*PostLookupsIDOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type DeleteLookupsIDDefault struct + Payload *models.Error + func NewDeleteLookupsIDDefault(code int) *DeleteLookupsIDDefault + func (o *DeleteLookupsIDDefault) Code() int + func (o *DeleteLookupsIDDefault) Error() string + type DeleteLookupsIDOK struct + Payload []interface{} + func NewDeleteLookupsIDOK() *DeleteLookupsIDOK + func (o *DeleteLookupsIDOK) Error() string + type DeleteLookupsIDParams struct + ID string + func NewDeleteLookupsIDParams() *DeleteLookupsIDParams + func (o *DeleteLookupsIDParams) WithID(ID string) *DeleteLookupsIDParams + func (o *DeleteLookupsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteLookupsIDReader struct + func (o *DeleteLookupsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetLookupsDefault struct + Payload *models.Error + func NewGetLookupsDefault(code int) *GetLookupsDefault + func (o *GetLookupsDefault) Code() int + func (o *GetLookupsDefault) Error() string + type GetLookupsIDDefault struct + Payload *models.Error + func NewGetLookupsIDDefault(code int) *GetLookupsIDDefault + func (o *GetLookupsIDDefault) Code() int + func (o *GetLookupsIDDefault) Error() string + type GetLookupsIDOK struct + Payload []interface{} + func NewGetLookupsIDOK() *GetLookupsIDOK + func (o *GetLookupsIDOK) Error() string + type GetLookupsIDParams struct + ID string + func NewGetLookupsIDParams() *GetLookupsIDParams + func (o *GetLookupsIDParams) WithID(ID string) *GetLookupsIDParams + func (o *GetLookupsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetLookupsIDReader struct + func (o *GetLookupsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetLookupsOK struct + Payload []interface{} + func NewGetLookupsOK() *GetLookupsOK + func (o *GetLookupsOK) Error() string + type GetLookupsParams struct + Q *string + func NewGetLookupsParams() *GetLookupsParams + func (o *GetLookupsParams) WithQ(Q *string) *GetLookupsParams + func (o *GetLookupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetLookupsReader struct + func (o *GetLookupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PatchLookupsIDDefault struct + Payload *models.Error + func NewPatchLookupsIDDefault(code int) *PatchLookupsIDDefault + func (o *PatchLookupsIDDefault) Code() int + func (o *PatchLookupsIDDefault) Error() string + type PatchLookupsIDOK struct + Payload []interface{} + func NewPatchLookupsIDOK() *PatchLookupsIDOK + func (o *PatchLookupsIDOK) Error() string + type PatchLookupsIDParams struct + Body interface{} + ID string + func NewPatchLookupsIDParams() *PatchLookupsIDParams + func (o *PatchLookupsIDParams) WithBody(Body interface{}) *PatchLookupsIDParams + func (o *PatchLookupsIDParams) WithID(ID string) *PatchLookupsIDParams + func (o *PatchLookupsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PatchLookupsIDReader struct + func (o *PatchLookupsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostLookupsDefault struct + Payload *models.Error + func NewPostLookupsDefault(code int) *PostLookupsDefault + func (o *PostLookupsDefault) Code() int + func (o *PostLookupsDefault) Error() string + type PostLookupsIDDefault struct + Payload *models.Error + func NewPostLookupsIDDefault(code int) *PostLookupsIDDefault + func (o *PostLookupsIDDefault) Code() int + func (o *PostLookupsIDDefault) Error() string + type PostLookupsIDOK struct + Payload PostLookupsIDOKBodyBody + func NewPostLookupsIDOK() *PostLookupsIDOK + func (o *PostLookupsIDOK) Error() string + type PostLookupsIDOKBodyBody interface + type PostLookupsIDParams struct + Content interface{} + ID string + func NewPostLookupsIDParams() *PostLookupsIDParams + func (o *PostLookupsIDParams) WithContent(Content interface{}) *PostLookupsIDParams + func (o *PostLookupsIDParams) WithID(ID string) *PostLookupsIDParams + func (o *PostLookupsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostLookupsIDReader struct + func (o *PostLookupsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostLookupsOK struct + Payload PostLookupsOKBodyBody + func NewPostLookupsOK() *PostLookupsOK + func (o *PostLookupsOK) Error() string + type PostLookupsOKBodyBody interface + type PostLookupsParams struct + Content interface{} + func NewPostLookupsParams() *PostLookupsParams + func (o *PostLookupsParams) WithContent(Content interface{}) *PostLookupsParams + func (o *PostLookupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostLookupsReader struct + func (o *PostLookupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)