package app // ToDo: implement func (a *App) HasPermissionToGame(userID, gameID int) bool { return true }