package
1.0.0-beta.2
Repository: https://github.com/justinfarrelldev/open-ctp-server.git
Documentation: pkg.go.dev

# Functions

CreateLobby handles the creation of a new lobby.
No description provided by the author
DeleteLobby deletes a lobby by the lobby ID.
No description provided by the author
GetLobby gets a lobby by the lobby ID.
No description provided by the author
UpdateLobby updates a lobby by the lobby ID.
No description provided by the author

# Constants

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

# Structs

CreateLobbyArgs represents the expected structure of the request body for creating a lobby for use within the server.
DeleteLobbyArgs represents the expected structure of the request body for deleting a lobby.
GetLobbyArgs represents the expected structure of the request body for getting a lobby.
Lobby represents a player lobby.
LobbyParam represents a player lobby with non-required fields.
UpdateLobbyArgs represents the expected structure of the request body for updating a lobby.