Documentation
¶
Index ¶
- type Repo
- func (r *Repo) AddWhatsOn(c echo.Context) error
- func (r *Repo) DeleteWhatsOn(c echo.Context) error
- func (r *Repo) EditWhatsOn(c echo.Context) error
- func (r *Repo) GetWhatsOnById(c echo.Context) error
- func (r *Repo) GetWhatsOnLatest(c echo.Context) error
- func (r *Repo) ListAllWhatsOn(c echo.Context) error
- func (r *Repo) ListAllWhatsOnEventFuture(c echo.Context) error
- func (r *Repo) ListAllWhatsOnEventPast(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) ListAllWhatsOnEventFuture ¶
Click to show internal directories.
Click to hide internal directories.