Documentation ¶
Index ¶
- type Programme
- type Season
- type Store
- func (s *Store) AddProgramme(ctx context.Context, programmeParam Programme) (Programme, error)
- func (s *Store) AddSeason(ctx context.Context, seasonParam Season) (Season, error)
- func (s *Store) DeleteProgramme(ctx context.Context, programmeParam Programme) error
- func (s *Store) DeleteSeason(ctx context.Context, seasonParam Season) error
- func (s *Store) EditProgramme(ctx context.Context, programmeParam Programme) (Programme, error)
- func (s *Store) EditSeason(ctx context.Context, seasonParam Season) (Season, error)
- func (s *Store) GetProgramme(ctx context.Context, programmeParam Programme) (Programme, error)
- func (s *Store) GetProgrammes(ctx context.Context) ([]Programme, error)
- func (s *Store) GetProgrammesSeason(ctx context.Context, seasonParam Season) ([]Programme, error)
- func (s *Store) GetSeason(ctx context.Context, seasonParam Season) (Season, error)
- func (s *Store) GetSeasons(ctx context.Context) ([]Season, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store stores the dependencies
func NewProgrammeRepo ¶
NewProgrammeRepo stores our dependency
func (*Store) AddProgramme ¶
func (*Store) DeleteProgramme ¶
func (*Store) DeleteSeason ¶
func (*Store) EditProgramme ¶
func (*Store) EditSeason ¶
func (*Store) GetProgramme ¶
func (*Store) GetProgrammes ¶
func (*Store) GetProgrammesSeason ¶
Click to show internal directories.
Click to hide internal directories.