package
2.1.0
Repository: https://github.com/carlocayos/go-cod.git
Documentation: pkg.go.dev

# Functions

New creates a new authentication API client.
NewLoginOK creates a LoginOK with default headers values.
NewLoginParams creates a new LoginParams object with the default values initialized.
NewLoginParamsWithContext creates a new LoginParams object with the default values initialized, and the ability to set a context for a request.
NewLoginParamsWithHTTPClient creates a new LoginParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewLoginParamsWithTimeout creates a new LoginParams object with the default values initialized, and the ability to set a timeout on a request.
NewRegisterDeviceOK creates a RegisterDeviceOK with default headers values.
NewRegisterDeviceParams creates a new RegisterDeviceParams object with the default values initialized.
NewRegisterDeviceParamsWithContext creates a new RegisterDeviceParams object with the default values initialized, and the ability to set a context for a request.
NewRegisterDeviceParamsWithHTTPClient creates a new RegisterDeviceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewRegisterDeviceParamsWithTimeout creates a new RegisterDeviceParams object with the default values initialized, and the ability to set a timeout on a request.

# Structs

Client for authentication API */.
LoginOK handles this case with default header values.
LoginParams contains all the parameters to send to the API endpoint for the login operation typically these are written to a http.Request */.
LoginReader is a Reader for the Login structure.
RegisterDeviceOK handles this case with default header values.
RegisterDeviceParams contains all the parameters to send to the API endpoint for the register device operation typically these are written to a http.Request */.
RegisterDeviceReader is a Reader for the RegisterDevice structure.

# Interfaces

ClientService is the interface for Client methods.