evening_detective/internal/models/game.go

8 lines
89 B
Go

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