Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SeasonUpdate ¶
type SeasonWeek ¶
type SeasonWeekUpdate ¶
type Service ¶
type Store ¶
type Store interface { UpdateSeasons(ctx context.Context, seasonUpdates []SeasonUpdate) ([]Season, error) UpdateSeasonWeeks(ctx context.Context, seasonWeekUpdates []SeasonWeekUpdate) ([]SeasonWeek, error) }
Click to show internal directories.
Click to hide internal directories.