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

# Functions

GetSwagger returns the Swagger specification corresponding to the generated code in this file.
NewClientWithResponses returns a ClientWithResponses with a default Client:.
NewClientWithResponsesAndRequestEditorFunc takes in a RequestEditorFn callback function and returns a ClientWithResponses with a default Client:.
NewGetContentObjectRequest generates requests for GetContentObject.
NewGetCookieRequest generates requests for GetCookie.
NewGetHeaderRequest generates requests for GetHeader.
NewGetLabelExplodeArrayRequest generates requests for GetLabelExplodeArray.
NewGetLabelExplodeObjectRequest generates requests for GetLabelExplodeObject.
NewGetLabelNoExplodeArrayRequest generates requests for GetLabelNoExplodeArray.
NewGetLabelNoExplodeObjectRequest generates requests for GetLabelNoExplodeObject.
NewGetMatrixExplodeArrayRequest generates requests for GetMatrixExplodeArray.
NewGetMatrixExplodeObjectRequest generates requests for GetMatrixExplodeObject.
NewGetMatrixNoExplodeArrayRequest generates requests for GetMatrixNoExplodeArray.
NewGetMatrixNoExplodeObjectRequest generates requests for GetMatrixNoExplodeObject.
NewGetPassThroughRequest generates requests for GetPassThrough.
NewGetQueryFormRequest generates requests for GetQueryForm.
NewGetSimpleExplodeArrayRequest generates requests for GetSimpleExplodeArray.
NewGetSimpleExplodeObjectRequest generates requests for GetSimpleExplodeObject.
NewGetSimpleNoExplodeArrayRequest generates requests for GetSimpleNoExplodeArray.
NewGetSimpleNoExplodeObjectRequest generates requests for GetSimpleNoExplodeObject.
NewGetSimplePrimitiveRequest generates requests for GetSimplePrimitive.
ParsegetContentObjectResponse parses an HTTP response from a GetContentObjectWithResponse call.
ParsegetCookieResponse parses an HTTP response from a GetCookieWithResponse call.
ParsegetHeaderResponse parses an HTTP response from a GetHeaderWithResponse call.
ParsegetLabelExplodeArrayResponse parses an HTTP response from a GetLabelExplodeArrayWithResponse call.
ParsegetLabelExplodeObjectResponse parses an HTTP response from a GetLabelExplodeObjectWithResponse call.
ParsegetLabelNoExplodeArrayResponse parses an HTTP response from a GetLabelNoExplodeArrayWithResponse call.
ParsegetLabelNoExplodeObjectResponse parses an HTTP response from a GetLabelNoExplodeObjectWithResponse call.
ParsegetMatrixExplodeArrayResponse parses an HTTP response from a GetMatrixExplodeArrayWithResponse call.
ParsegetMatrixExplodeObjectResponse parses an HTTP response from a GetMatrixExplodeObjectWithResponse call.
ParsegetMatrixNoExplodeArrayResponse parses an HTTP response from a GetMatrixNoExplodeArrayWithResponse call.
ParsegetMatrixNoExplodeObjectResponse parses an HTTP response from a GetMatrixNoExplodeObjectWithResponse call.
ParsegetPassThroughResponse parses an HTTP response from a GetPassThroughWithResponse call.
ParsegetQueryFormResponse parses an HTTP response from a GetQueryFormWithResponse call.
ParsegetSimpleExplodeArrayResponse parses an HTTP response from a GetSimpleExplodeArrayWithResponse call.
ParsegetSimpleExplodeObjectResponse parses an HTTP response from a GetSimpleExplodeObjectWithResponse call.
ParsegetSimpleNoExplodeArrayResponse parses an HTTP response from a GetSimpleNoExplodeArrayWithResponse call.
ParsegetSimpleNoExplodeObjectResponse parses an HTTP response from a GetSimpleNoExplodeObjectWithResponse call.
ParsegetSimplePrimitiveResponse parses an HTTP response from a GetSimplePrimitiveWithResponse call.
RegisterHandlers adds each server route to the EchoRouter.

# Structs

Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
ComplexObject defines model for ComplexObject.
GetCookieParams defines parameters for GetCookie.
GetHeaderParams defines parameters for GetHeader.
GetQueryFormParams defines parameters for GetQueryForm.
Object defines model for Object.
ServerInterfaceWrapper converts echo contexts to parameters.

# Interfaces

The interface specification for the client above.
ServerInterface represents all server handlers.

# Type aliases

RequestEditorFn is the function signature for the RequestEditor callback function.