struct
Noir::TreeSitterGoRouteExtractor::RouterBuilder
- Noir::TreeSitterGoRouteExtractor::RouterBuilder
- Struct
- Value
- Object
Overview
A Gin "router-builder" helper — func F(rg *gin.RouterGroup) {...}
— whose body registers routes onto the passed-in group. #param is
the group parameter's name; #start_row/#end_row bound the
declaration so the caller can suppress the (prefix-less) routes the
whole-file pass would otherwise emit for it.