# Functions
New creates a new hello API client.
NewHelloForbidden creates a HelloForbidden with default headers values.
NewHelloNotFound creates a HelloNotFound with default headers values.
NewHelloOK creates a HelloOK with default headers values.
NewHelloParams creates a new HelloParams object, with the default timeout for this client.
NewHelloParamsWithContext creates a new HelloParams object with the ability to set a context for a request.
NewHelloParamsWithHTTPClient creates a new HelloParams object with the ability to set a custom HTTPClient for a request.
NewHelloParamsWithTimeout creates a new HelloParams object with the ability to set a timeout on a request.
NewHelloUnauthorized creates a HelloUnauthorized with default headers values.
# Structs
Client for hello API
*/.
HelloForbidden describes a response with status code 403, with default header values.
HelloNotFound describes a response with status code 404, with default header values.
HelloOK describes a response with status code 200, with default header values.
HelloParams contains all the parameters to send to the API endpoint
for the hello operation.
HelloReader is a Reader for the Hello structure.
HelloUnauthorized describes a response with status code 401, with default header values.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.