Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtractWeatherLink ¶
type ExtractWeatherLink struct {
// contains filtered or unexported fields
}
ExtractWeatherLink contains information to extract weather linking data
from Baseball Savant data
func (*ExtractWeatherLink) Execute ¶
func (ewl *ExtractWeatherLink) Execute(cmdMap map[string]*string)
Execute runs the functionality that produces the data needed
type GetGamedayGames ¶
type GetGamedayGames struct {
// contains filtered or unexported fields
}
GetGamedayGames contains information used to get the gameday
data from the MLB website
func (*GetGamedayGames) Execute ¶
func (ggg *GetGamedayGames) Execute(cmdMap map[string]*string)
Execute runs the functionality that produces the data needed
type GetSavantGames ¶
type GetSavantGames struct {
// contains filtered or unexported fields
}
GetSavantGames contains information used to get the Baseball Savant
data from the Baseball Savant website
func (*GetSavantGames) Execute ¶
func (gsg *GetSavantGames) Execute(cmdMap map[string]*string)
Execute runs the functionality that produces the data needed
type LoadGamedayData ¶
type LoadGamedayData struct {
// contains filtered or unexported fields
}
LoadGamedayData contains information to save
Baseball Savant data
func (*LoadGamedayData) Execute ¶
func (ewl *LoadGamedayData) Execute(cmdMap map[string]*string)
Execute runs the functionality that produces the data needed
type LoadSavantData ¶
type LoadSavantData struct {
// contains filtered or unexported fields
}
LoadSavantData contains information to save
Baseball Savant data
func (*LoadSavantData) Execute ¶
func (ewl *LoadSavantData) Execute(cmdMap map[string]*string)
Execute runs the functionality that produces the data needed
Click to show internal directories.
Click to hide internal directories.