Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomHTTPErrorHandler ¶
type CustomHTTPErrorHandler struct {
// contains filtered or unexported fields
}
func (CustomHTTPErrorHandler) Handler ¶
func (che CustomHTTPErrorHandler) Handler(err error, c echo.Context)
type CustomValidator ¶
type CustomValidator struct {
// contains filtered or unexported fields
}
func (*CustomValidator) Validate ¶
func (v *CustomValidator) Validate(i interface{}) error
type HTMLRenderer ¶
type HTMLRenderer struct {
// contains filtered or unexported fields
}
func NewHtmlRenderer ¶
func NewHtmlRenderer() *HTMLRenderer
Click to show internal directories.
Click to hide internal directories.