Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PlayersURL = "https://api.collegefootballdata.com/roster"
Functions ¶
func RetrieveAllPlayers ¶
func RetrieveAllPlayers()
func RetrievePlayers ¶
Types ¶
type Player ¶
type Player struct { Id string `json:"id"` FirstName string `json:"first_name"` LastName string `json:"last_name"` Weight int64 `json:"weight"` Height int64 `json:"height"` Jersey int64 `json:"jersey"` Year int64 `json:"year"` Position string `json:"position"` HomeCity string `json:"home_city"` HomeState string `json:"home_state"` HomeCountry string `json:"home_country"` }
Click to show internal directories.
Click to hide internal directories.