Documentation
¶
Index ¶
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssetHandlerFunc ¶
func AssetHandlerFunc(h http.Handler) echo.HandlerFunc
AssetHandlerFunc handles asset files
func CookieAuthMiddleware ¶
func CookieAuthMiddleware(next echo.HandlerFunc) echo.HandlerFunc
CookieAuthMiddleware middleware handler for cookie authentication
func EnvContextMiddleware ¶
func EnvContextMiddleware(next echo.HandlerFunc) echo.HandlerFunc
EnvContextMiddleware this is a custom echo context, representing the environment context it must be the first middleware, which is registered
func HandleAPILogin ¶
HandleApiLogin handles login to api and returns a JWT token
func HandleCreateUser ¶
HandleCreateUser own handler instead of using HandleEntityNew
func HandleEntityListAjax ¶
HandleEntityListAjax ...
func HandleOptionListAjax ¶
HandleOptionListAjax ...
func JWTAuthSkipper ¶
JWTAuthSkipper returns true for URL's, that do not need token authentication
func RequestLoggingMiddleware ¶
func RequestLoggingMiddleware(next echo.HandlerFunc) echo.HandlerFunc
RequestLoggingMiddleware ...
func TokenLoggingMiddleware ¶
func TokenLoggingMiddleware(next echo.HandlerFunc) echo.HandlerFunc
TokenLoggingMiddleware ...
Types ¶
Click to show internal directories.
Click to hide internal directories.