# Functions
New creates a new operations API client.
NewEchoDefault creates a EchoDefault with default headers values.
NewEchoOK creates a EchoOK with default headers values.
NewEchoParams creates a new EchoParams object, with the default timeout for this client.
NewEchoParamsWithContext creates a new EchoParams object with the ability to set a context for a request.
NewEchoParamsWithHTTPClient creates a new EchoParams object with the ability to set a custom HTTPClient for a request.
NewEchoParamsWithTimeout creates a new EchoParams object with the ability to set a timeout on a request.
# Structs
Client for operations API
*/.
EchoDefault describes a response with status code -1, with default header values.
EchoOK describes a response with status code 200, with default header values.
EchoParams contains all the parameters to send to the API endpoint
for the echo operation.
EchoReader is a Reader for the Echo structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.