package
0.0.0-20241106074548-e84ac6a60950
Repository: https://github.com/shouheinishi/openapi5g.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewAccessTokenRequestRequestWithBody generates requests for AccessTokenRequest with any type of body.
NewAccessTokenRequestRequestWithFormdataBody calls the generic AccessTokenRequest builder with application/x-www-form-urlencoded body.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
No description provided by the author
ParseAccessTokenRequestResponse parses an HTTP response from a AccessTokenRequestWithResponse call.
RegisterHandlers creates http.Handler with routing matching OpenAPI spec.
RegisterHandlersWithOptions creates http.Handler with additional options.
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AccessTokenRequestParams defines parameters for AccessTokenRequest.
No description provided by the author
No description provided by the author
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
GinServerOptions provides options for the Gin server.
ServerInterfaceWrapper converts contexts to parameters.
# Interfaces
No description provided by the author
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.
ServerInterface represents all server handlers.
StrictServerInterface represents all server handlers.
# Type aliases
AccessTokenRequestFormdataRequestBody defines body for AccessTokenRequest for application/x-www-form-urlencoded ContentType.
ClientOption allows setting custom parameters during construction.
No description provided by the author
RequestEditorFn is the function signature for the RequestEditor callback function.
No description provided by the author
No description provided by the author