Documentation
¶
Index ¶
Constants ¶
View Source
const (
DEFAULT_RESPONDER_KEY = "responder"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoMiddleware ¶
type EchoMiddleware struct {
}
func (EchoMiddleware) BindResponder ¶
func (m EchoMiddleware) BindResponder(key string) echo.MiddlewareFunc
func (EchoMiddleware) ParseAndCheckBody ¶
func (m EchoMiddleware) ParseAndCheckBody(enable bool, s interface{}) echo.MiddlewareFunc
check middleware for echo
func (EchoMiddleware) SimpleJwtAuth ¶
func (m EchoMiddleware) SimpleJwtAuth() echo.MiddlewareFunc
auth middleware for echo
Click to show internal directories.
Click to hide internal directories.