package
1.6.0
Repository: https://github.com/deansotnikov/oapi-codegen.git
Documentation: pkg.go.dev

# 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.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewEnsureEverythingIsReferencedRequest calls the generic EnsureEverythingIsReferenced builder with application/json body.
NewEnsureEverythingIsReferencedRequestWithBody generates requests for EnsureEverythingIsReferenced with any type of body.
NewParamsWithAddPropsRequest generates requests for ParamsWithAddProps.
ParseBodyWithAddPropsClientResponse parses an HTTP response from a BodyWithAddPropsWithResponse call.
ParseEnsureEverythingIsReferencedClientResponse parses an HTTP response from a EnsureEverythingIsReferencedWithResponse call.
ParseParamsWithAddPropsClientResponse parses an HTTP response from a ParamsWithAddPropsWithResponse call.
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.

# 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.
No description provided by the author
BodyWithAddPropsJSONBody defines parameters for BodyWithAddProps.
BodyWithAddPropsJSONBody_Inner defines parameters for BodyWithAddProps.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
No description provided by the author
ObjectWithJsonField defines model for ObjectWithJsonField.
No description provided by the author
ParamsWithAddPropsParams defines parameters for ParamsWithAddProps.
ParamsWithAddPropsParams_P1 defines parameters for ParamsWithAddProps.
ParamsWithAddPropsParams_P2_Inner defines parameters for ParamsWithAddProps.
RequestBody defines model for RequestBody.
ResponseObjectResp defines model for ResponseObject.
SchemaObject defines model for SchemaObject.
ServerInterfaceWrapper converts echo contexts to parameters.

# Interfaces

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.
ServerInterface represents all server handlers.

# Type aliases

BodyWithAddPropsJSONRequestBody defines body for BodyWithAddProps for application/json ContentType.
ClientOption allows setting custom parameters during construction.
EnsureEverythingIsReferencedJSONRequestBody defines body for EnsureEverythingIsReferenced for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.