Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RaceWeekend ¶
type RaceWeekend struct { Location string RaceName string Circuit string FP1 bool FP2 bool FP3 bool SprintShootout bool Sprint bool Qualifying bool Race bool }
func NewRaceWeekend ¶
func NewRaceWeekend() RaceWeekend
func ParseScheduleSource ¶
func ParseScheduleSource(n *html.Node, location, year string) RaceWeekend
Click to show internal directories.
Click to hide internal directories.