Versions in this module Expand all Collapse all v0 v0.1.3 Sep 13, 2021 v0.1.2 Sep 9, 2021 Changes in this version + func AssetHandlerFunc(h http.Handler) echo.HandlerFunc + func CookieAuthMiddleware(next echo.HandlerFunc) echo.HandlerFunc + func EnvContextMiddleware(next echo.HandlerFunc) echo.HandlerFunc + func HandleAPICreate(c echo.Context) error + func HandleAPICreateAll(c echo.Context) error + func HandleAPIDelete(c echo.Context) error + func HandleAPILogin(c echo.Context) error + func HandleAPIUpdate(c echo.Context) error + func HandleCreateUser(c echo.Context) error + func HandleEntityDelete(c echo.Context) error + func HandleEntityEdit(c echo.Context) error + func HandleEntityList(c echo.Context) error + func HandleEntityListAjax(c echo.Context) error + func HandleEntityNew(c echo.Context) error + func HandleFavicon(c echo.Context) error + func HandleHealth(c echo.Context) error + func HandleLogin(c echo.Context) error + func HandleLogout(c echo.Context) error + func HandleOptionListAjax(c echo.Context) error + func HandlePage1(c echo.Context) error + func HandlePageDefault(c echo.Context) error + func HandleSpa(c echo.Context) error + func HandleStartApp(c echo.Context) error + func JWTAuthSkipper(c echo.Context) bool + func LoggingDefaultHTTPErrorHandler(err error, c echo.Context) + func RequestLoggingMiddleware(next echo.HandlerFunc) echo.HandlerFunc + func SimpleLoggingHTTPErrorHandler(err error, c echo.Context) + func TokenLoggingMiddleware(next echo.HandlerFunc) echo.HandlerFunc + type LoginData struct + Pass string + User string