Documentation
¶
Index ¶
- func AssetHandlerFunc(h http.Handler) echo.HandlerFunc
- func CookieAuthMiddleware(next echo.HandlerFunc) echo.HandlerFunc
- func EnvContextMiddleware(next echo.HandlerFunc) echo.HandlerFunc
- func HandleEntityDelete(c echo.Context) error
- func HandleEntityEdit(c echo.Context) error
- func HandleEntityList(c echo.Context) error
- func HandleEntityNew(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
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 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 ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.