Documentation ¶
Index ¶
- func AboutHandler(c *Context) error
- func DashboardHandler(c echo.Context) error
- func HomeHandler(c *Context) error
- func JWTTesterHandler(c *Context) error
- func LoginHandler(c *Context) error
- func LoginPostHandler(c *Context) error
- func LogoutHandler(c *Context) error
- func NewContext() echo.MiddlewareFunc
- func RegisterHandler(c *Context) error
- func RegisterPostHandler(c *Context) error
- func Routers() *echo.Echo
- func UserHandler(c *Context) error
- func WsHandler(c *Context) error
- type Context
- type HandlerFunc
- type LoginForm
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AboutHandler ¶
func DashboardHandler ¶
func DashboardHandler(c echo.Context) error
func HomeHandler ¶
func JWTTesterHandler ¶
func LoginHandler ¶
func LoginPostHandler ¶
func LogoutHandler ¶
func NewContext ¶
func NewContext() echo.MiddlewareFunc
func RegisterHandler ¶
func RegisterPostHandler ¶
func UserHandler ¶
Types ¶
type Context ¶
type Context struct {
echo.Context
}
func (*Context) OpenTracingSpan ¶
func (ctx *Context) OpenTracingSpan() opentracing.Span
type HandlerFunc ¶
Click to show internal directories.
Click to hide internal directories.