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