# Functions
GetSwagger returns the Swagger specification corresponding to the generated code in this file.
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.
# 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.
ServerInterface represents all server handlers.
# Type aliases
PostBothRequestBody defines body for PostBoth for application/json ContentType.
PostJsonRequestBody defines body for PostJson for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.