Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Game ¶
type Game interface { GetRunners(ctx context.Context) (*Runners, error) GetCount(ctx context.Context) (string, error) GetInningState(ctx context.Context) (*InningState, error) GetHomeScore(ctx context.Context) (int, error) GetAwayScore(ctx context.Context) (int, error) HomeAbbrev() string AwayAbbrev() string HomeColor() (*color.RGBA, *color.RGBA, error) AwayColor() (*color.RGBA, *color.RGBA, error) }
Click to show internal directories.
Click to hide internal directories.