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.
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.
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.
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.
Issue9Params defines parameters for Issue9.
ServerInterfaceWrapper converts echo contexts to parameters.

# Interfaces

AnyType1 defines model for AnyType1.
AnyType2 defines model for AnyType2.
The interface specification for the client above.
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.
Issue9RequestBody defines body for Issue9 for application/json ContentType.
N5StartsWithNumber defines model for 5StartsWithNumber.
RequestEditorFn is the function signature for the RequestEditor callback function.