Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Race_Races ¶
type Race_Races struct {
Days []Day
}
func (*Race_Races) Clean ¶
func (rr *Race_Races) Clean()
type Race_Result ¶
func (*Race_Result) Clean ¶
func (rr *Race_Result) Clean()
type Result ¶
type Result struct {
BestLap string
BestLapOnLap int
ChampionshipPoints string
Gap string
LeaderGap string
Points string
Position string
RacerID string
RacerName string
Raid string
Rrid string
SanctionID string
SanctionStatus string
Sponsors string
Tiid string
TotalLaps interface{}
TotalTime string
VehicleID string
VehicleName string
}
results-2900000000000071.json
type Results_Tree ¶
type Results_Tree struct {
Seasons []Season
}
func (*Results_Tree) Clean ¶
func (rt *Results_Tree) Clean()
type Session ¶
type Session struct {
Start string
Combo_title string
Races []Session_Race
}
type Session_Race ¶
type Session_Race struct {
Actual_start string
Actual_finish string
ClassID string
ClassName string
Name string
Raid string
ResultStatus int
Run_length string
Run_length_str string
Sanction_id string
Sched_length string
Sched_length_str string
Scheduled_start string
Scheduled_finish string
Shortcode string
Status int
Type string
Wave int
}
races-20150530.json
func (*Session_Race) Clean ¶
func (sr *Session_Race) Clean()
Click to show internal directories.
Click to hide internal directories.