package
0.0.0-20241106074548-e84ac6a60950
Repository: https://github.com/shouheinishi/openapi5g.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateIndividualSubcriptionRequest calls the generic CreateIndividualSubcription builder with application/json body.
NewCreateIndividualSubcriptionRequestWithBody generates requests for CreateIndividualSubcription with any type of body.
NewDeleteIndividualSubcriptionRequest generates requests for DeleteIndividualSubcription.
NewGetIndividualSubcriptionRequest generates requests for GetIndividualSubcription.
NewReplaceIndividualSubcriptionRequest calls the generic ReplaceIndividualSubcription builder with application/json body.
NewReplaceIndividualSubcriptionRequestWithBody generates requests for ReplaceIndividualSubcription with any type of body.
No description provided by the author
ParseCreateIndividualSubcriptionResponse parses an HTTP response from a CreateIndividualSubcriptionWithResponse call.
ParseDeleteIndividualSubcriptionResponse parses an HTTP response from a DeleteIndividualSubcriptionWithResponse call.
ParseGetIndividualSubcriptionResponse parses an HTTP response from a GetIndividualSubcriptionWithResponse call.
ParseReplaceIndividualSubcriptionResponse parses an HTTP response from a ReplaceIndividualSubcriptionWithResponse 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.
# Constants
No description provided by the author
# Structs
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
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
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
GinServerOptions provides options for the Gin server.
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
ServerInterfaceWrapper converts contexts to parameters.
# Interfaces
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
No description provided by the author
No description provided by the author
No description provided by the author
Doer performs HTTP requests.
No description provided by the author
ServerInterface represents all server handlers.
StrictServerInterface represents all server handlers.
# Type aliases
ClientOption allows setting custom parameters during construction.
CreateIndividualSubcriptionJSONRequestBody defines body for CreateIndividualSubcription for application/json ContentType.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReplaceIndividualSubcriptionJSONRequestBody defines body for ReplaceIndividualSubcription for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.
No description provided by the author
No description provided by the author