Documentation ¶ Index ¶ type Repo func NewRepo(scope *gocb.Scope, controller controllers.Controller) *Repo func (r *Repo) AddProgrammeSeason(c echo.Context) error func (r *Repo) DeleteProgrammeSeason(c echo.Context) error func (r *Repo) EditProgrammeSeason(c echo.Context) error func (r *Repo) GetProgrammeSeasonById(c echo.Context) error func (r *Repo) ListAllProgrammeSeasons(c echo.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Repo ¶ type Repo struct { // contains filtered or unexported fields } func NewRepo ¶ func NewRepo(scope *gocb.Scope, controller controllers.Controller) *Repo func (*Repo) AddProgrammeSeason ¶ func (r *Repo) AddProgrammeSeason(c echo.Context) error func (*Repo) DeleteProgrammeSeason ¶ func (r *Repo) DeleteProgrammeSeason(c echo.Context) error func (*Repo) EditProgrammeSeason ¶ func (r *Repo) EditProgrammeSeason(c echo.Context) error func (*Repo) GetProgrammeSeasonById ¶ func (r *Repo) GetProgrammeSeasonById(c echo.Context) error func (*Repo) ListAllProgrammeSeasons ¶ func (r *Repo) ListAllProgrammeSeasons(c echo.Context) error Source Files ¶ View all Source files programmeSeasons.go Click to show internal directories. Click to hide internal directories.