Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Store ¶
type Store interface { GetTeamSeasonsWithIDs(ctx context.Context, teamSeasonIDs []string) ([]api.TeamSeason, error) UpdateTeamSeasons(ctx context.Context, teamSeasonUpdates []TeamSeasonUpdate) ([]api.TeamSeason, error) }
Click to show internal directories.
Click to hide internal directories.