Documentation ¶ Index ¶ type Repo func NewRepo(scope *gocb.Scope, controller controllers.Controller) *Repo func (r *Repo) AddTeam(c echo.Context) error func (r *Repo) DeleteTeam(c echo.Context) error func (r *Repo) EditTeam(c echo.Context) error func (r *Repo) GetTeamById(c echo.Context) error func (r *Repo) ListActiveTeams(c echo.Context) error func (r *Repo) ListAllTeams(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) AddTeam ¶ func (r *Repo) AddTeam(c echo.Context) error func (*Repo) DeleteTeam ¶ func (r *Repo) DeleteTeam(c echo.Context) error func (*Repo) EditTeam ¶ func (r *Repo) EditTeam(c echo.Context) error func (*Repo) GetTeamById ¶ func (r *Repo) GetTeamById(c echo.Context) error func (*Repo) ListActiveTeams ¶ func (r *Repo) ListActiveTeams(c echo.Context) error func (*Repo) ListAllTeams ¶ func (r *Repo) ListAllTeams(c echo.Context) error Source Files ¶ View all Source files teams.go Click to show internal directories. Click to hide internal directories.