# 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.
NewEnsureEverythingIsReferencedRequest generates requests for EnsureEverythingIsReferenced.
NewIssue127Request generates requests for Issue127.
NewIssue185Request calls the generic Issue185 builder with application/json body.
NewIssue185RequestWithBody generates requests for Issue185 with any type of body.
NewIssue209Request generates requests for Issue209.
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.
ParseEnsureEverythingIsReferencedResponse parses an HTTP response from a EnsureEverythingIsReferencedWithResponse call.
ParseIssue127Response parses an HTTP response from a Issue127WithResponse call.
ParseIssue185Response parses an HTTP response from a Issue185WithResponse call.
ParseIssue209Response parses an HTTP response from a Issue209WithResponse call.
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.
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
RegisterHandlers adds each server route to the EchoRouter.
Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.
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.
# Constants
No description provided by the author
# Structs
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Issue9Params defines parameters for Issue9.
No description provided by the author
NullableProperties defines model for NullableProperties.
ServerInterfaceWrapper converts echo contexts to parameters.
# Interfaces
AnyType1 defines model for AnyType1.
AnyType2 represents any type.
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration.
Doer performs HTTP requests.
Issue9JSONBody defines parameters for Issue9.
ServerInterface represents all server handlers.
# Type aliases
ClientOption allows setting custom parameters during construction.
CustomStringType defines model for CustomStringType.
GenericObject defines model for GenericObject.
Issue185JSONBody defines parameters for Issue185.
Issue185JSONRequestBody defines body for Issue185 for application/json ContentType.
Issue9JSONRequestBody defines body for Issue9 for application/json ContentType.
This schema name starts with a number.
RequestEditorFn is the function signature for the RequestEditor callback function.
StringInPath defines model for StringInPath.