handlers

package
v0.0.0-...-b9bf12b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2016 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HandlerGroup

type HandlerGroup struct {
	Accessors *accessors.AccessorGroup
}

HandlerGroup holds all config information for the handlers

func (*HandlerGroup) DeleteEmailByID

func (handlerGroup *HandlerGroup) DeleteEmailByID(context echo.Context) error

func (*HandlerGroup) DeleteLeagueByID

func (handlerGroup *HandlerGroup) DeleteLeagueByID(context echo.Context) error

func (*HandlerGroup) DeleteMascotByID

func (handlerGroup *HandlerGroup) DeleteMascotByID(context echo.Context) error

func (*HandlerGroup) DeleteNameByID

func (handlerGroup *HandlerGroup) DeleteNameByID(context echo.Context) error

func (*HandlerGroup) DeletePasswordByID

func (handlerGroup *HandlerGroup) DeletePasswordByID(context echo.Context) error

func (*HandlerGroup) DeletePlayerByID

func (handlerGroup *HandlerGroup) DeletePlayerByID(context echo.Context) error

func (*HandlerGroup) DeletePositionByID

func (handlerGroup *HandlerGroup) DeletePositionByID(context echo.Context) error

func (*HandlerGroup) DeleteTeamByID

func (handlerGroup *HandlerGroup) DeleteTeamByID(context echo.Context) error

func (*HandlerGroup) DeleteUserByID

func (handlerGroup *HandlerGroup) DeleteUserByID(context echo.Context) error

func (*HandlerGroup) GeneratePlayers

func (handlerGroup *HandlerGroup) GeneratePlayers(context echo.Context) error

func (*HandlerGroup) GetAllEmails

func (handlerGroup *HandlerGroup) GetAllEmails(context echo.Context) error

func (*HandlerGroup) GetAllLeagues

func (handlerGroup *HandlerGroup) GetAllLeagues(context echo.Context) error

func (*HandlerGroup) GetAllMascots

func (handlerGroup *HandlerGroup) GetAllMascots(context echo.Context) error

func (*HandlerGroup) GetAllNames

func (handlerGroup *HandlerGroup) GetAllNames(context echo.Context) error

func (*HandlerGroup) GetAllPasswords

func (handlerGroup *HandlerGroup) GetAllPasswords(context echo.Context) error

func (*HandlerGroup) GetAllPlayers

func (handlerGroup *HandlerGroup) GetAllPlayers(context echo.Context) error

func (*HandlerGroup) GetAllPlayersByTeamID

func (handlerGroup *HandlerGroup) GetAllPlayersByTeamID(context echo.Context) error

func (*HandlerGroup) GetAllPositions

func (handlerGroup *HandlerGroup) GetAllPositions(context echo.Context) error

func (*HandlerGroup) GetAllTeams

func (handlerGroup *HandlerGroup) GetAllTeams(context echo.Context) error

func (*HandlerGroup) GetAllUsers

func (handlerGroup *HandlerGroup) GetAllUsers(context echo.Context) error

func (*HandlerGroup) GetEmailByID

func (handlerGroup *HandlerGroup) GetEmailByID(context echo.Context) error

func (*HandlerGroup) GetLeagueByID

func (handlerGroup *HandlerGroup) GetLeagueByID(context echo.Context) error

func (*HandlerGroup) GetMascotByID

func (handlerGroup *HandlerGroup) GetMascotByID(context echo.Context) error

func (*HandlerGroup) GetNameByID

func (handlerGroup *HandlerGroup) GetNameByID(context echo.Context) error

func (*HandlerGroup) GetPasswordByID

func (handlerGroup *HandlerGroup) GetPasswordByID(context echo.Context) error

func (*HandlerGroup) GetPlayerByID

func (handlerGroup *HandlerGroup) GetPlayerByID(context echo.Context) error

func (*HandlerGroup) GetPositionByID

func (handlerGroup *HandlerGroup) GetPositionByID(context echo.Context) error

func (*HandlerGroup) GetTeamByID

func (handlerGroup *HandlerGroup) GetTeamByID(context echo.Context) error

func (*HandlerGroup) GetUserByID

func (handlerGroup *HandlerGroup) GetUserByID(context echo.Context) error

func (*HandlerGroup) MakeEmail

func (handlerGroup *HandlerGroup) MakeEmail(context echo.Context) error

func (*HandlerGroup) MakeLeague

func (handlerGroup *HandlerGroup) MakeLeague(context echo.Context) error

func (*HandlerGroup) MakeMascot

func (handlerGroup *HandlerGroup) MakeMascot(context echo.Context) error

func (*HandlerGroup) MakeName

func (handlerGroup *HandlerGroup) MakeName(context echo.Context) error

func (*HandlerGroup) MakePassword

func (handlerGroup *HandlerGroup) MakePassword(context echo.Context) error

func (*HandlerGroup) MakePlayer

func (handlerGroup *HandlerGroup) MakePlayer(context echo.Context) error

func (*HandlerGroup) MakePosition

func (handlerGroup *HandlerGroup) MakePosition(context echo.Context) error

func (*HandlerGroup) MakeTeam

func (handlerGroup *HandlerGroup) MakeTeam(context echo.Context) error

func (*HandlerGroup) MakeUser

func (handlerGroup *HandlerGroup) MakeUser(context echo.Context) error

func (*HandlerGroup) UpdateEmail

func (handlerGroup *HandlerGroup) UpdateEmail(context echo.Context) error

func (*HandlerGroup) UpdateLeague

func (handlerGroup *HandlerGroup) UpdateLeague(context echo.Context) error

func (*HandlerGroup) UpdateMascot

func (handlerGroup *HandlerGroup) UpdateMascot(context echo.Context) error

func (*HandlerGroup) UpdateName

func (handlerGroup *HandlerGroup) UpdateName(context echo.Context) error

func (*HandlerGroup) UpdatePassword

func (handlerGroup *HandlerGroup) UpdatePassword(context echo.Context) error

func (*HandlerGroup) UpdatePlayer

func (handlerGroup *HandlerGroup) UpdatePlayer(context echo.Context) error

func (*HandlerGroup) UpdatePosition

func (handlerGroup *HandlerGroup) UpdatePosition(context echo.Context) error

func (*HandlerGroup) UpdateTeam

func (handlerGroup *HandlerGroup) UpdateTeam(context echo.Context) error

func (*HandlerGroup) UpdateUser

func (handlerGroup *HandlerGroup) UpdateUser(context echo.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL