# Functions
CheckLoggedIn handler for /api/v1/CheckLoggedIn API.
No description provided by the author
CreateMatch Registers match info.
CreateServer Register server to DB.
CreateTeam Registers team info to DB.
DeleteServer Deletes Server information.
DeleteTeam Deletes team.
EditServer Edits Server information.
EditTeam Edits team information.
GetMapList handler for /api/v1/GetMapList API.
No description provided by the author
GetMatchInfo Gets match info by ID.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetServerList Returns registered public server and owned list in JSON.
No description provided by the author
GetSteamName Get Steam Profile name by SteamWebAPI.
No description provided by the author
GetTeamList Returns registered team list in JSON.
No description provided by the author
GetVersion handler for /api/v1/GetVersion API.
MatchAddUserHandler Handler for /api/v1/match/{matchID}/adduser API.
MatchAPICheck Checks if API is available or not.
MatchCancelHandler Handler for /api/v1/match/{matchID}/cancel API.
MatchConfigHandler Handler for /api/v1/match/{matchID}/config API.
MatchDemoUploadHandler Handler for /api/v1/match/{matchID}/map/{mapNumber}/demo API.
MatchFinishHandler Handler for /api/v1/match/{matchID}/finish API.
MatchListBackupsHandler Handler for /api/v1/match/{matchID}/backup API(GET).
MatchLoadBackupsHandler Handler for /api/v1/match/{matchID}/backup API(POST).
MatchMapFinishHandler Handler for /api/v1/match/{matchID}/map/{mapNumber}/finish API.
MatchMapPlayerUpdateHandler Handler for /api/v1/match/{matchID}/map/{mapNumber}/player/{steamid64}/update API.
MatchMapStartHandler Handler for /api/v1/match/{matchID}/map/{mapNumber}/start API.
MatchMapUpdateHandler Handler for /api/v1/match/{matchID}/map/{mapNumber}/update API.
MatchPauseHandler Handler for /api/v1/match/{matchID}/pause API.
MatchRconHandler Handler for /api/v1/match/{matchID}/rcon API.
MatchUnpauseHandler Handler for /api/v1/match/{matchID}/unpause API.
MatchVetoUpdateHandler Handler for /api/v1/match/{matchID}/vetoUpdate API.
# Constants
VERSION get5-web-go Version.
# Variables
No description provided by the author
No description provided by the author
# Structs
GameServerData Struct for game_server table.
APIMapStatsData MapStatsData struct for map_stats table.
APIMatchData Struct for match table.
APIPlayerStatsData Player stats data struct for player_stats table.
TeamData Struct for team table.
UserData Struct for "user" table.
BackupListJSON Struct type for /api/v1/match/{matchID}/backup.