teams

package
v0.0.0-...-8bbd0fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2020 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TeamsURL = "https://api.collegefootballdata.com/teams/fbs"

Functions

func RetrieveTeams

func RetrieveTeams(year string)

Types

type School

type School struct {
	Id           string   `json:"id"`
	Name         string   `json:"school"`
	Mascot       string   `json:"mascot"`
	Abbreviation string   `json:"abbreviation"`
	Conference   string   `json:"conference"`
	Division     string   `json:"division"`
	Color        string   `json:"color"`
	AltColor     string   `json:"alt_color"`
	Logos        []string `json:"logos"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL