# Functions
GetSwagger returns the Swagger specification corresponding to the generated code in this file.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewGetBothRequest generates requests for GetBoth.
NewGetJsonRequest generates requests for GetJson.
NewGetJsonWithTrailingSlashRequest generates requests for GetJsonWithTrailingSlash.
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.
ParseGetJsonWithTrailingSlashResponse parses an HTTP response from a GetJsonWithTrailingSlashWithResponse 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 Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
# Structs
Client which conforms to the OpenAPI3 specification for this service.
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.
Doer performs HTTP requests.
ServerInterface represents all server handlers.
# Type aliases
ClientOption allows setting custom parameters during construction.
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.
RequestEditorFn is the function signature for the RequestEditor callback function.