Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GameStatsURL = "https://api.collegefootballdata.com/games/players?seasonType=regular"
Functions ¶
func RetrieveGamePlayerStats ¶
Types ¶
type GroupStats ¶
type PlayerStats ¶
type TeamStats ¶
type TeamStats struct { School string `json:"school"` Conference string `json:"conference"` HomeAway string `json:"homeAway"` Points int `json:"points"` Categories []GroupStats `json:"categories"` }
type TypeStats ¶
type TypeStats struct { Name string `json:"name"` Athletes []PlayerStats `json:"athletes"` }
Click to show internal directories.
Click to hide internal directories.