# Functions
GetSwagger returns the Swagger specification corresponding to the generated code in this file.
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
RegisterHandlers creates http.Handler with routing matching OpenAPI spec.
RegisterHandlersWithOptions creates http.Handler with additional options.
# Structs
AccountResponse defines model for AccountResponse.
CreateAccountRequest defines model for CreateAccountRequest.
ErrorResponse defines model for ErrorResponse.
GinServerOptions provides options for the Gin server.
ProfileResponse defines model for ProfileResponse.
ServerInterfaceWrapper converts contexts to parameters.
# Interfaces
ServerInterface represents all server handlers.
# Type aliases
CreateAccountRequestAccountType defines model for CreateAccountRequest.AccountType.
No description provided by the author
RegisterAccountJSONRequestBody defines body for RegisterAccount for application/json ContentType.