# Functions
GetSwagger returns the Swagger specification corresponding to the generated code in this file.
Handler creates http.Handler with routing matching OpenAPI spec.
HandlerFromMux creates http.Handler with routing matching OpenAPI spec based on the provided mux.
No description provided by the author
HandlerWithOptions creates http.Handler with additional options.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
List of UserRole.
List of UserRole.
# Structs
No description provided by the author
ErrorInfo defines model for ErrorInfo.
GetUsersParams defines parameters for GetUsers.
ListMeta defines model for ListMeta.
ServerHTTP.
ServerInterfaceWrapper converts contexts to parameters.
TokenInfo defines model for TokenInfo.
TokenInfos defines model for TokenInfos.
TokenRefresh defines model for TokenRefresh.
UserCreate defines model for UserCreate.
UserInfo defines model for UserInfo.
UserInfoList defines model for UserInfoList.
UserUpdate defines model for UserUpdate.
# Interfaces
ServerInterface represents all server handlers.
# Type aliases
Limit defines model for Limit.
No description provided by the author
Offset defines model for Offset.
PostTokensRefreshJSONBody defines parameters for PostTokensRefresh.
PostTokensRefreshJSONRequestBody defines body for PostTokensRefresh for application/json ContentType.
PostUsersJSONBody defines parameters for PostUsers.
PostUsersJSONRequestBody defines body for PostUsers for application/json ContentType.
PutUsersMeJSONBody defines parameters for PutUsersMe.
PutUsersMeJSONRequestBody defines body for PutUsersMe for application/json ContentType.
PutUsersUserIDJSONBody defines parameters for PutUsersUserID.
PutUsersUserIDJSONRequestBody defines body for PutUsersUserID for application/json ContentType.
UserID defines model for UserID.
UserRole defines model for UserRole.