2025-06-15 01:02:46 +07:00

8 lines
91 B
Go

package models
type Game struct {
State string
StartTime string
EndTime string
}