package game type Game struct { Id string `json:"id"` Players []string `json:"players"` }