beerpong-elo/internal/model/gameResult.go

8 lines
85 B
Go
Raw Normal View History

2025-01-05 02:53:54 +01:00
package model
type GameResultID string
type GameResult struct {
ID GameResultID
}