diff --git a/internal/model/gameResult.go b/internal/model/gameResult.go index f071b9a..59f384e 100644 --- a/internal/model/gameResult.go +++ b/internal/model/gameResult.go @@ -3,5 +3,7 @@ package model type GameResultID string type GameResult struct { - ID GameResultID + ID GameResultID + Game GameID + Player PlayerID }