Documentation ¶
Index ¶
- type Register
- func (r *Register) AddGroupNamer(namers ...func(string) string)
- func (r *Register) Apply()
- func (r *Register) Register(fn func(echo.RouteRegister))
- func (r *Register) RegisterToGroup(groupName string, fn func(echo.RouteRegister), middlewares ...interface{})
- func (r *Register) SetGroupNamer(namers ...func(string) string)
- func (r *Register) Use(groupName string, middlewares ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Register ¶
type Register struct { Echo *echo.Echo RootGroup string Handlers []func(echo.RouteRegister) GroupHandlers map[string][]func(echo.RouteRegister) GroupNamers []func(string) string GroupMiddlewares map[string][]interface{} PrefixMiddlewares map[string][]interface{} }
func (*Register) AddGroupNamer ¶
func (*Register) Register ¶
func (r *Register) Register(fn func(echo.RouteRegister))
func (*Register) RegisterToGroup ¶
func (r *Register) RegisterToGroup(groupName string, fn func(echo.RouteRegister), middlewares ...interface{})
func (*Register) SetGroupNamer ¶
Click to show internal directories.
Click to hide internal directories.