# 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:.
NewExampleGetRequest generates requests for ExampleGet.
ParseexampleGetResponse parses an HTTP response from a ExampleGetWithResponse 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.
Document defines model for Document.
Document_Fields defines model for Document.Fields.
ServerInterfaceWrapper converts echo contexts to parameters.
Value defines model for Value.
# Interfaces
The interface specification for the client above.
No description provided by the author
ServerInterface represents all server handlers.
# Type aliases
ArrayValue defines model for ArrayValue.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author