Versions in this module Expand all Collapse all v1 v1.1.0 Mar 1, 2024 Changes in this version + func BindTree(r *mux.Router, tree []*RouterTree) + type Router struct + Handler gin.HandlerFunc + Method string + RelativePath string + type RouterTree struct + Handler []interface{} + Middleware []gin.HandlerFunc + func Use(handler ...gin.HandlerFunc) *RouterTree + func (r *RouterTree) Append(handler ...interface{}) *RouterTree + func (r *RouterTree) Use(handler ...gin.HandlerFunc) *RouterTree