package
0.0.0-20231012145852-50c9e8326217
Repository: https://github.com/rustwizard/balda.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

NewBaldaGameServerAPI creates a new BaldaGameServer instance.
NewGetUsersStateUID creates a new http.Handler for the get users state UID operation.
NewGetUsersStateUIDBadRequest creates GetUsersStateUIDBadRequest with default headers values.
NewGetUsersStateUIDOK creates GetUsersStateUIDOK with default headers values.
NewGetUsersStateUIDParams creates a new GetUsersStateUIDParams object There are no default values defined in the spec.

# Constants

GetUsersStateUIDBadRequestCode is the HTTP code returned for type GetUsersStateUIDBadRequest.
GetUsersStateUIDOKCode is the HTTP code returned for type GetUsersStateUIDOK.

# Structs

BaldaGameServerAPI Balda GameServer API methods and models<br> <h3>Headers</h3><br/> <table> <tr><td><b><i>X-API-Key</i></b></td><td>API key is a special token that the client needs to provide when making API calls.</td></tr> <tr><td><b><i>X-API-User</i></b></td><td>User's ID</td></tr> <tr><td><b><i>X-API-Session</i></b></td><td>Session ID</td></tr> </table> */.
GetUsersStateUID swagger:route GET /users/state/{uid} getUsersStateUid GetUsersStateUID get users state UID API */.
GetUsersStateUIDBadRequest Error when get user state swagger:response getUsersStateUidBadRequest */.
GetUsersStateUIDOK OK swagger:response getUsersStateUidOK */.
GetUsersStateUIDParams contains all the bound params for the get users state UID operation typically these are obtained from a http.Request swagger:parameters GetUsersStateUID.
GetUsersStateUIDURL generates an URL for the get users state UID operation.

# Interfaces

GetUsersStateUIDHandler interface for that can handle valid get users state UID params.

# Type aliases

GetUsersStateUIDHandlerFunc turns a function with the right signature into a get users state UID handler.