Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindTree ¶
func BindTree(r *mux.Router, tree []*RouterTree)
Types ¶
type RouterTree ¶
type RouterTree struct {
Middleware []gin.HandlerFunc
Handler []interface{}
}
func Use ¶
func Use(handler ...gin.HandlerFunc) *RouterTree
func (*RouterTree) Append ¶
func (r *RouterTree) Append(handler ...interface{}) *RouterTree
func (*RouterTree) Use ¶
func (r *RouterTree) Use(handler ...gin.HandlerFunc) *RouterTree
Click to show internal directories.
Click to hide internal directories.