Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ScoreBug ¶
type ScoreBug struct {
Link string
Status string
HomeAbbr string
AwayAbbr string
HomeRuns int
AwayRuns int
Inning int
InningSt string
InningTop string
InningBottom string
Out1 string
Out2 string
Out3 string
Balls int
Strikes int
On1B string
On2B string
On3B string
BatterName string
BatterAvg string
PitcherName string
PitchCount int
}
func BuildScoreBugs ¶
func BuildScoreBugs(snaps []snapshots.GameSnapshot) []ScoreBug
Click to show internal directories.
Click to hide internal directories.