# 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:.
NewIssue30Request generates requests for Issue30.
NewIssue41Request generates requests for Issue41.
NewIssue9Request calls the generic Issue9 builder with application/json body.
NewIssue9RequestWithBody generates requests for Issue9 with any type of body.
Parseissue30Response parses an HTTP response from a Issue30WithResponse call.
Parseissue41Response parses an HTTP response from a Issue41WithResponse call.
Parseissue9Response parses an HTTP response from a Issue9WithResponse 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.
Issue9Params defines parameters for Issue9.
ServerInterfaceWrapper converts echo contexts to parameters.
# Interfaces
AnyType1 defines model for AnyType1.
AnyType2 defines model for AnyType2.
The interface specification for the client above.
Issue9JSONBody defines parameters for Issue9.
ServerInterface represents all server handlers.
# Type aliases
CustomStringType defines model for CustomStringType.
GenericObject defines model for GenericObject.
Issue9RequestBody defines body for Issue9 for application/json ContentType.
N5StartsWithNumber defines model for 5StartsWithNumber.
RequestEditorFn is the function signature for the RequestEditor callback function.