package
0.0.0-20241128144803-ce9cdc607b04
Repository: https://github.com/thinktt/yowking.git
Documentation: pkg.go.dev
# Functions
CreateGame creates or updates a game entry in the database.
CreateGame creates or updates a game entry in the database.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetAllLiveGameIDs find sall the games in the database that have game.Winner pending and returns a list of all of their IDs.
GetAllUsers retrieves all user IDs.
GetGame retrieves a game by its ID.
GetGame retrieves a game by its ID.
GetGameIDs retrieves a comma-separated string of game IDs for a given user for games created since the specified timestamp.
GetGames takes a user and a createAt time, find all games with ghat user after the createAt time, send them as a stream of games objects.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
UserIDsResponse represents the structure of the response.