Documentation
¶
Index ¶
Constants ¶
View Source
const GamesTable = "games"
Variables ¶
This section is empty.
Functions ¶
func InitDBConnection ¶
func InitDBConnection(c persistence.SQLDBConfig) (*gorm.DB, error)
func InitWithRetries ¶
func InitWithRetries(c persistence.SQLDBConfig, sleep time.Duration, times int) (db *gorm.DB, err error)
func NewTicTacToe ¶
func NewTicTacToe(db *gorm.DB) persistence.TicTacToe
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.