Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultHttpErrorHandler ¶
func DefaultHttpErrorHandler(writer writer.Writer) echo.HTTPErrorHandler
Types ¶
type Handler ¶
type Handler struct {
Method string
Path string
HandleFunc HandlerFunc
MiddlewareFunc []echo.MiddlewareFunc
RespWriter writer.Writer
}
func NewHandler ¶
func NewHandler(method string, path string, handleFunc HandlerFunc, middlewares []echo.MiddlewareFunc, writer writer.Writer) *Handler
type HandlerFunc ¶
type HttpController ¶
type HttpController interface {
GetHandlers() []*Handler
}
Click to show internal directories.
Click to hide internal directories.