Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicMatch ¶
type BasicMatch struct { Key string `json:"key"` EventKey string `json:"-"` YoutubeURL string `json:"youtubeURL"` PredictedTime *time.Time `json:"predictedTime,omitempty"` ActualTime *time.Time `json:"actualTime,omitempty"` }
BasicMatch holds basic information about a match excluding alliances.
type Match ¶
type Match struct { BasicMatch YoutubeURL string `json:"youtubeURL"` RedScore int `json:"redScore"` BlueScore int `json:"blueScore"` RedAlliance []string `json:"redAlliance"` BlueAlliance []string `json:"blueAlliance"` }
Match holds basic match information and alliance info for the match.
Click to show internal directories.
Click to hide internal directories.