caesars

package
v0.0.0-...-f32f021 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SupportedLeagues = []string{
		"NFL",
		"college-football",
		"NBA",
		"college-basketball",
		"MLB",
	}

	SupportedSports = map[string]string{
		"Football":   "",
		"Basketball": "",
		"Baseball":   "",
	}
)

Functions

func FetchLines

func FetchLines(league string) ([]game.Line, error)

Types

type Type

type Type struct {
	ID                 string `json:"id"`
	Name               string `json:"name"`
	DisplayOrder       string `json:"displayOrder"`
	FixedOddsAvailable bool   `json:"fixedOddsAvailable"`
}

Jump to

Keyboard shortcuts

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