Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicEvent ¶
type BasicEvent struct { Key string `json:"key"` Name string `json:"name"` ShortName string `json:"shortName"` EventType int `json:"eventType"` Lat *float64 `json:"lat,omitempty"` Long *float64 `json:"long,omitempty"` Date time.Time `json:"date"` EndDate time.Time `json:"endDate"` }
BasicEvent holds basic information about an event, not including maches.
type Event ¶
type Event struct { BasicEvent Matches []match.BasicMatch `json:"matches"` }
Event holds basic information about an event as well as matches.
Click to show internal directories.
Click to hide internal directories.