Documentation ¶
Index ¶
- Variables
- func AddGroupNamer(namers ...func(string) string)
- func Apply()
- func Echo() *echo.Echo
- func Host(hostName string, middlewares ...interface{}) *route.Host
- func Register(fn func(echo.RouteRegister))
- func RegisterToGroup(groupName string, fn func(echo.RouteRegister), middlewares ...interface{})
- func SetRootGroup(groupName string)
- func Use(groupName string, middlewares ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Hook = hook.New()
)
Functions ¶
func AddGroupNamer ¶
func Register ¶
func Register(fn func(echo.RouteRegister))
func RegisterToGroup ¶
func RegisterToGroup(groupName string, fn func(echo.RouteRegister), middlewares ...interface{})
func SetRootGroup ¶
func SetRootGroup(groupName string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.