Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Match ¶
type Match struct { ID json.Number Teams [2]struct { Name string Logo string } `json:"competitors"` Scores [2]struct { Value int } Status string Timezone string `json:"timeZone"` Start time.Time `json:"startDate"` End time.Time `json:"endDate"` }
Match represents an Overwatch League match.
Click to show internal directories.
Click to hide internal directories.