Noir::TreeSitterGoRouteExtractor::RouterBuilder
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.
Constructors
Instance methods
end_row
Sourceparam
Sourcestart_row
Source