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