Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EchoErrorHandler ¶
func EchoErrorHandler(err error, c echo.Context)
EchoErrorHandler error handle for echo
func EchoNotFoundHandler ¶
func EchoNotFoundHandler(c echo.Context) error
EchoNotFoundHandler responds not found response.
Types ¶
type EchoValidator ¶
type EchoValidator struct {
// contains filtered or unexported fields
}
EchoValidator fot echo default validator
func (*EchoValidator) Validate ¶
func (e *EchoValidator) Validate(i interface{}) error
Validate for echo validator interface
Click to show internal directories.
Click to hide internal directories.