struct

Noir::TreeSitterGoRouteExtractor::RouterBuilder

Inherits Struct < Value < Object

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

new(param : String, start_row : Int32, end_row : Int32)
Source

Instance methods

end_row
Source
param
Source
start_row
Source