Versions in this module Expand all Collapse all v0 v0.29.1 Oct 20, 2022 Changes in this version + type Client struct + func (a *Client) Create(params *CreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateCreated, error) + func (a *Client) GetID(params *GetIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetIDOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + Create func(params *CreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateCreated, error) + GetID func(params *GetIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetIDOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateCreated struct + Payload *models.Customer + func NewCreateCreated() *CreateCreated + func (o *CreateCreated) Error() string + func (o *CreateCreated) GetPayload() *models.Customer + type CreateDefault struct + Payload *models.Error + func NewCreateDefault(code int) *CreateDefault + func (o *CreateDefault) Code() int + func (o *CreateDefault) Error() string + func (o *CreateDefault) GetPayload() *models.Error + type CreateParams struct + Context context.Context + HTTPClient *http.Client + Info *models.Customer + func NewCreateParams() *CreateParams + func NewCreateParamsWithContext(ctx context.Context) *CreateParams + func NewCreateParamsWithHTTPClient(client *http.Client) *CreateParams + func NewCreateParamsWithTimeout(timeout time.Duration) *CreateParams + func (o *CreateParams) SetContext(ctx context.Context) + func (o *CreateParams) SetDefaults() + func (o *CreateParams) SetHTTPClient(client *http.Client) + func (o *CreateParams) SetInfo(info *models.Customer) + func (o *CreateParams) SetTimeout(timeout time.Duration) + func (o *CreateParams) WithContext(ctx context.Context) *CreateParams + func (o *CreateParams) WithDefaults() *CreateParams + func (o *CreateParams) WithHTTPClient(client *http.Client) *CreateParams + func (o *CreateParams) WithInfo(info *models.Customer) *CreateParams + func (o *CreateParams) WithTimeout(timeout time.Duration) *CreateParams + func (o *CreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateReader struct + func (o *CreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetIDDefault struct + Payload *models.Error + func NewGetIDDefault(code int) *GetIDDefault + func (o *GetIDDefault) Code() int + func (o *GetIDDefault) Error() string + func (o *GetIDDefault) GetPayload() *models.Error + type GetIDNotFound struct + Payload *models.Error + func NewGetIDNotFound() *GetIDNotFound + func (o *GetIDNotFound) Error() string + func (o *GetIDNotFound) GetPayload() *models.Error + type GetIDOK struct + Payload *models.Customer + func NewGetIDOK() *GetIDOK + func (o *GetIDOK) Error() string + func (o *GetIDOK) GetPayload() *models.Customer + type GetIDParams struct + Context context.Context + HTTPClient *http.Client + Info *models.SocialID + func NewGetIDParams() *GetIDParams + func NewGetIDParamsWithContext(ctx context.Context) *GetIDParams + func NewGetIDParamsWithHTTPClient(client *http.Client) *GetIDParams + func NewGetIDParamsWithTimeout(timeout time.Duration) *GetIDParams + func (o *GetIDParams) SetContext(ctx context.Context) + func (o *GetIDParams) SetDefaults() + func (o *GetIDParams) SetHTTPClient(client *http.Client) + func (o *GetIDParams) SetInfo(info *models.SocialID) + func (o *GetIDParams) SetTimeout(timeout time.Duration) + func (o *GetIDParams) WithContext(ctx context.Context) *GetIDParams + func (o *GetIDParams) WithDefaults() *GetIDParams + func (o *GetIDParams) WithHTTPClient(client *http.Client) *GetIDParams + func (o *GetIDParams) WithInfo(info *models.SocialID) *GetIDParams + func (o *GetIDParams) WithTimeout(timeout time.Duration) *GetIDParams + func (o *GetIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetIDReader struct + func (o *GetIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetIDUnauthorized struct + Payload *models.Error + func NewGetIDUnauthorized() *GetIDUnauthorized + func (o *GetIDUnauthorized) Error() string + func (o *GetIDUnauthorized) GetPayload() *models.Error