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.
NewCreate5GVNGroupRequest calls the generic Create5GVNGroup builder with application/json body.
NewCreate5GVNGroupRequestWithBody generates requests for Create5GVNGroup with any type of body.
NewDelete5GVNGroupRequest generates requests for Delete5GVNGroup.
NewGet5GVNGroupRequest generates requests for Get5GVNGroup.
NewModify5GVNGroupRequestWithApplicationMergePatchPlusJSONBody calls the generic Modify5GVNGroup builder with application/merge-patch+json body.
NewModify5GVNGroupRequestWithBody generates requests for Modify5GVNGroup with any type of body.
No description provided by the author
NewUpdateRequestWithApplicationMergePatchPlusJSONBody calls the generic Update builder with application/merge-patch+json body.
NewUpdateRequestWithBody generates requests for Update with any type of body.
ParseCreate5GVNGroupResponse parses an HTTP response from a Create5GVNGroupWithResponse call.
ParseDelete5GVNGroupResponse parses an HTTP response from a Delete5GVNGroupWithResponse call.
ParseGet5GVNGroupResponse parses an HTTP response from a Get5GVNGroupWithResponse call.
ParseModify5GVNGroupResponse parses an HTTP response from a Modify5GVNGroupWithResponse call.
ParseUpdateResponse parses an HTTP response from a UpdateWithResponse 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
Delete5GVNGroupParams defines parameters for Delete5GVNGroup.
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
Modify5GVNGroupParams defines parameters for Modify5GVNGroup.
No description provided by the author
No description provided by the author
ServerInterfaceWrapper converts contexts to parameters.
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
UpdateParams defines parameters for Update.
No description provided by the author
No description provided by the author

# 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.
No description provided by the author

# Type aliases

ClientOption allows setting custom parameters during construction.
Create5GVNGroupJSONRequestBody defines body for Create5GVNGroup for application/json ContentType.
No description provided by the author
No description provided by the author
No description provided by the author
Modify5GVNGroupApplicationMergePatchPlusJSONRequestBody defines body for Modify5GVNGroup for application/merge-patch+json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.
No description provided by the author
No description provided by the author
No description provided by the author
UpdateApplicationMergePatchPlusJSONRequestBody defines body for Update for application/merge-patch+json ContentType.