Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
DocsHandler
GamesHandler
PlaysHandler
}
type DocsHandler ¶
func (DocsHandler) RenderDocs ¶
func (s DocsHandler) RenderDocs(ctx echo.Context) error
func (DocsHandler) RenderSwagger ¶
func (s DocsHandler) RenderSwagger(ctx echo.Context) error
type GamesHandler ¶
GamesHandler handles the requests for the games resource.
func (GamesHandler) CreateGame ¶
func (h GamesHandler) CreateGame(c echo.Context) error
type PlaysHandler ¶
func (PlaysHandler) CreatePlay ¶
Click to show internal directories.
Click to hide internal directories.