# 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:.
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.
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.
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.
No description provided by the author
Issue9JSONBody defines parameters for Issue9.
ServerInterface represents all server handlers.
# Type aliases
CustomStringType defines model for CustomStringType.
GenericObject defines model for GenericObject.
No description provided by the author
Issue9RequestBody defines body for Issue9 for application/json ContentType.
N5StartsWithNumber defines model for 5StartsWithNumber.
No description provided by the author
No description provided by the author
No description provided by the author