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