# Functions

GetSwagger returns the Swagger specification corresponding to the generated code in this file.
NewClient creates a new Client.
NewClientWithResponses returns a ClientWithResponses with a default Client:.
NewClientWithResponsesAndRequestEditorFunc takes in a RequestEditorFn callback function and returns a ClientWithResponses with a default Client:.
NewGetBothRequest generates requests for GetBoth.
NewGetJsonRequest generates requests for GetJson.
NewGetOtherRequest generates requests for GetOther.
NewPostBothRequest calls the generic PostBoth builder with application/json body.
NewPostBothRequestWithBody generates requests for PostBoth with any type of body.
NewPostJsonRequest calls the generic PostJson builder with application/json body.
NewPostJsonRequestWithBody generates requests for PostJson with any type of body.
NewPostOtherRequestWithBody generates requests for PostOther with any type of body.
ParsegetBothResponse parses an HTTP response from a GetBothWithResponse call.
ParsegetJsonResponse parses an HTTP response from a GetJsonWithResponse call.
ParsegetOtherResponse parses an HTTP response from a GetOtherWithResponse call.
ParsepostBothResponse parses an HTTP response from a PostBothWithResponse call.
ParsepostJsonResponse parses an HTTP response from a PostJsonWithResponse call.
ParsepostOtherResponse parses an HTTP response from a PostOtherWithResponse call.
RegisterHandlers adds each server route to the EchoRouter.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default httpClient, which is automatically created.
WithIdleTimeout overrides the timeout of idle connections.
WithInterceptors allows adding 0..N interceptors, which get called in serial order prior of calling the RequestEditor before finally making the request.
WithMaxIdleConnections overrides the amount of idle connections of the underlying http-client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
WithRequestTimeout overrides the timeout of individual requests.
WithUserAgent allows setting the userAgent.

# Structs

No description provided by the author
ClientWithResponses builds on ClientInterface to offer response payloads.
SchemaObject defines model for SchemaObject.
ServerInterfaceWrapper converts echo contexts to parameters.

# Interfaces

The interface specification for the client above.
No description provided by the author
ServerInterface represents all server handlers.

# Type aliases

No description provided by the author
No description provided by the author
PostBothJSONBody defines parameters for PostBoth.
PostBothRequestBody defines body for PostBoth for application/json ContentType.
PostJsonJSONBody defines parameters for PostJson.
PostJsonRequestBody defines body for PostJson for application/json ContentType.
No description provided by the author
No description provided by the author