Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // NotFoundHandler . NotFoundHandler = echo.NotFoundHandler )
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router interface {
Add(method, path string, handler HandlerFunc, middleware ...MiddlewareFunc)
Find(method, path string, c Context)
NewContext() Context
ReleaseContext(c Context)
}
Router .
Click to show internal directories.
Click to hide internal directories.