Discover Packages
github.com/fischersean/linescrape
pkg
caesars
package
Version:
v0.0.0-...-f32f021
Opens a new window with list of versions in this module.
Published: Mar 28, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var (
SupportedLeagues = []string {
"NFL",
"college-football",
"NBA",
"college-basketball",
"MLB",
}
SupportedSports = map[string ]string {
"Football": "",
"Basketball": "",
"Baseball": "",
}
)
type Type struct {
ID string `json:"id"`
Name string `json:"name"`
DisplayOrder string `json:"displayOrder"`
FixedOddsAvailable bool `json:"fixedOddsAvailable"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.