Documentation ¶
Index ¶
- func BoardExists(id string, redis redix.Redis) (bool, error)
- func CheckForBingo(board *bingo.Board) bool
- func GetBoard(id string, redis redix.Redis) (out bingo.Board, err error)
- func GetBoardId(sessionId string, redis redix.Redis) (string, error)
- func NewBoard(id string, boxes bingo.Boxes) (out bingo.Board, err error)
- func SaveBoard(board bingo.Board, redis redix.Redis) error
- func SaveBoardId(sessionId, boardId string, redis redix.Redis) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckForBingo ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.