Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KenoData ¶
type KenoData interface { GetGame(gameId int) keno.Game GetCard(cardId int) keno.Card GetGamesBetween(startId int, endId int) []keno.Game }
This interface allows accessing the PG database And pulling games and cards into useable structs in our program
Click to show internal directories.
Click to hide internal directories.