beerpong-elo/internal/model/gameResult.go

10 lines
121 B
Go

package model
type GameResultID string
type GameResult struct {
ID GameResultID
Game GameID
Player PlayerID
}