Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface {
Route(e *echo.Group)
}
type Option ¶
type Option func(e *echo.Echo)
func WithErrorHandle ¶
func WithErrorHandle(handle echo.HTTPErrorHandler) Option
func WithRender ¶
func WithRender(render echo.Renderer) Option
func WithValidate ¶
func WithValidate(validator echo.Validator) Option
Click to show internal directories.
Click to hide internal directories.