Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RouterWrapper ¶
type RouterWrapper interface {
Add(child RouterWrapper) error
FullPath() string
Router() *mux.Router
SetRouter(*mux.Router)
Children() []RouterWrapper
Parent() RouterWrapper
SetParent(RouterWrapper)
Handler() http.HandlerFunc
SubPath() string
Methods() []string
}
RouterWrapper is an interface for wrapper
Click to show internal directories.
Click to hide internal directories.