# Functions

GetSwagger returns the Swagger specification corresponding to the generated code in this file.
NewBodyWithAddPropsRequest calls the generic BodyWithAddProps builder with application/json body.
NewBodyWithAddPropsRequestWithBody generates requests for BodyWithAddProps with any type of body.
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:.
NewParamsWithAddPropsRequest generates requests for ParamsWithAddProps.
ParsebodyWithAddPropsResponse parses an HTTP response from a BodyWithAddPropsWithResponse call.
ParseparamsWithAddPropsResponse parses an HTTP response from a ParamsWithAddPropsWithResponse 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

AdditionalPropertiesObject1 defines model for AdditionalPropertiesObject1.
AdditionalPropertiesObject2 defines model for AdditionalPropertiesObject2.
AdditionalPropertiesObject3 defines model for AdditionalPropertiesObject3.
AdditionalPropertiesObject4 defines model for AdditionalPropertiesObject4.
AdditionalPropertiesObject4_Inner defines model for AdditionalPropertiesObject4.Inner.
AdditionalPropertiesObject5 defines model for AdditionalPropertiesObject5.
BodyWithAddPropsJSONBody defines parameters for BodyWithAddProps.
BodyWithAddPropsJSONBody_Inner defines parameters for BodyWithAddProps.
No description provided by the author
ClientWithResponses builds on ClientInterface to offer response payloads.
ObjectWithJsonField defines model for ObjectWithJsonField.
ParamsWithAddPropsParams defines parameters for ParamsWithAddProps.
ParamsWithAddPropsParams_P1 defines parameters for ParamsWithAddProps.
ParamsWithAddPropsParams_P2_Inner defines parameters for ParamsWithAddProps.
RequestBody defines model for RequestBody.
ResponseObject defines model for ResponseObject.
SchemaObject defines model for SchemaObject.
ServerInterfaceWrapper converts echo contexts to parameters.

# Interfaces

The interface specification for the client above.
No description provided by the author
ServerInterface represents all server handlers.

# Type aliases

BodyWithAddPropsRequestBody defines body for BodyWithAddProps for application/json ContentType.
No description provided by the author
No description provided by the author
ParameterObject defines model for ParameterObject.
No description provided by the author
No description provided by the author