Documentation ¶
Index ¶
- type Handler
- func (h *Handler) CreateSport(c echo.Context) error
- func (h *Handler) CreateTeam(c echo.Context) error
- func (h *Handler) DeleteSport(c echo.Context) error
- func (h *Handler) DeleteTeam(c echo.Context) error
- func (h *Handler) GenerateTeams(c echo.Context) error
- func (h *Handler) GetPlayer(c echo.Context) error
- func (h *Handler) GetSport(c echo.Context) error
- func (h *Handler) GetTeam(c echo.Context) error
- func (h *Handler) Health(c echo.Context) error
- func (h *Handler) ListSports(c echo.Context) error
- func (h *Handler) ListTeams(c echo.Context) error
- func (h *Handler) UpdateSport(c echo.Context) error
- func (h *Handler) UpdateTeam(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
func (*Handler) CreateSport ¶
CreateSport creates a sport
func (*Handler) CreateTeam ¶
CreateTeam creates a team
func (*Handler) DeleteSport ¶
DeleteSport deletes an existing sport
func (*Handler) DeleteTeam ¶
DeleteTeam deletes an existing team
func (*Handler) GenerateTeams ¶
GenerateTeams generates a TeamSet based on the provided players and target sport
func (*Handler) ListSports ¶
ListSports list all existing sports
func (*Handler) UpdateSport ¶
UpdateSport updates an existing sport
func (*Handler) UpdateTeam ¶
UpdateTeam updates an existing team
Source Files ¶
Click to show internal directories.
Click to hide internal directories.