package
0.0.0-20190521001638-fdfaeafb5abc
Repository: https://github.com/hackrva/master-base-2019.git
Documentation: pkg.go.dev
# Functions
DataInGameOut - stores the game data and gets the current/next game.
GetGameData -- retrieves gamedata from the db.
GetGames -- retrieves games from DB.
GetNext -- return the next game.
SaveGameData -- save game data to db.
ScheduleGame -- save gamespec to database.
StrGameData -- GameData Returned as []String.
ToggleZombie -- sets whether or not we should send zombie.
ZeroGameData -- Sets all game data as sent.
# Structs
GameDataWithSent -- extending GameData locally to easily unmarshal.