Documentation
¶
Index ¶
- Variables
- func Contains(slice []map[string]interface{}, animeID int) bool
- func FinalScore(c echo.Context) error
- func GetAllAnimes(c echo.Context) error
- func GetHandler(c echo.Context) error
- func GetHome(c echo.Context) error
- func PostAnime(c echo.Context) error
- func PostHandler(c echo.Context) error
- func PostHomeHandler(c echo.Context) error
- func Render(ctx echo.Context, cmp templ.Component) error
- type GlobalState
- type ScoreState
Constants ¶
This section is empty.
Variables ¶
View Source
var SessionManager *scs.SessionManager
Functions ¶
func FinalScore ¶
func FinalScore(c echo.Context) error
func GetAllAnimes ¶
func GetAllAnimes(c echo.Context) error
func GetHandler ¶
func GetHandler(c echo.Context) error
func PostHandler ¶
func PostHandler(c echo.Context) error
func PostHomeHandler ¶
func PostHomeHandler(c echo.Context) error
Types ¶
type GlobalState ¶
type GlobalState struct {
Count int
}
type ScoreState ¶
type ScoreState struct {
Count int
}
Click to show internal directories.
Click to hide internal directories.