Versions in this module Expand all Collapse all v0 v0.0.4 May 3, 2024 Changes in this version type RaceWeekend + Circuit string + Location string + RaceName string v0.0.3 May 3, 2024 Changes in this version + type Page struct + URL string + func (p Page) GetSource() (*html.Node, error) + type Parser interface + GetSource func() (*html.Node, error) + type RaceWeekend struct + FP1 bool + FP2 bool + FP3 bool + Qualifying bool + Race bool + Sprint bool + SprintShootout bool + func NewRaceWeekend() RaceWeekend + func ParseScheduleSource(n *html.Node) RaceWeekend + type Results map[string]int + func ParseResultSource(n *html.Node) (Results, error) v0.0.2 May 3, 2024 v0.0.1 May 3, 2024