Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Competitor ¶
type Competitor struct { Bib int `xml:",attr,omitempty"` Lane int `xml:",attr,omitempty"` Start time.Time `xml:"Starttime,attr,omitempty"` Firsname string `xml:",attr,omitempty"` Lastname string `xml:",attr,omitempty"` Country string `xml:"Nation,attr,omitempty"` Code string `xml:",attr,omitempty"` Gender string `xml:",attr,omitempty"` City string `xml:",attr,omitempty"` Team string `xml:",attr,omitempty"` Class string `xml:",attr,omitempty"` Horse string `xml:",attr,omitempty"` HorseDriver string `xml:",attr,omitempty"` HorserOwner string `xml:",attr,omitempty"` }
type Event ¶
type Event struct { Name string `xml:",attr,omitempty"` ID string `xml:"Id,attr,omitempty"` Number int `xml:"Nr,attr,omitempty"` Distance int `xml:",attr,omitempty"` WindMeas WindMeas `xml:"WindMeasurement,attr,omitempty"` UserDistance string `xml:",attr,omitempty"` DistanceType Distance `xml:",attr,omitempty"` Heats []Heat `xml:"Heat,omitempty"` }
type Heat ¶
type Heat struct { Name string `xml:",attr,omitempty"` Start StartTime `xml:"ScheduledStarttime,attr,omitempty"` ID string `xml:"Id,attr,omitempty"` Number int `xml:"Nr,attr,omitempty"` Distance int `xml:",attr,omitempty"` WindMeas WindMeas `xml:",attr,omitempty"` UserDistance string `xml:",attr,omitempty"` DistanceType Distance `xml:",attr,omitempty"` Competitors []Competitor `xml:",omitempty"` }
type Meet ¶
type Meet struct { Name string `xml:",attr,omitempty"` ID string `xml:"Id,attr,omitempty"` City string `xml:",attr,omitempty"` Country string `xml:"Nation,attr,omitempty"` Organizer string `xml:",attr,omitempty"` Promoter string `xml:",attr,omitempty"` Timing string `xml:",attr,omitempty"` Sessions []Session `xml:"Session,omitempty"` }
Click to show internal directories.
Click to hide internal directories.