Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertJSON ¶
Types ¶
type Driver ¶
type Driver struct { ID interface{} `json:"_id"` First_Name interface{} `json:"first_name"` Last_Name interface{} `json:"last_name"` Date_Of_Birth interface{} `json:"date_of_birth"` Date_Of_Death interface{} `json:"date_of_death"` Active interface{} `json:"active"` Car_Number interface{} `json:"car_number"` Nationality interface{} `json:"nationality"` Teams_Raced interface{} `json:"teams_raced"` Years_Active interface{} `json:"years_active"` Race_Starts interface{} `json:"race_starts"` Wdcs interface{} `json:"wdcs"` Wins interface{} `json:"wins"` Podiums interface{} `json:"podiums"` Points interface{} `json:"points"` Unique_Gp_Won interface{} `json:"unique_gp_won"` }
func ReorderDriverMap ¶
Click to show internal directories.
Click to hide internal directories.