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

# 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.
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 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

Client which conforms to the OpenAPI3 specification for this service.
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.
Doer performs HTTP requests.
ServerInterface represents all server handlers.

# Type aliases

ArrayValue defines model for ArrayValue.
ClientOption allows setting custom parameters during construction.
RequestEditorFn is the function signature for the RequestEditor callback function.