Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouteMatch ¶
type RouteMatch struct { MatchId string Indicator indicator.Indicator // It should be FuncInfo instead Params map[string]string Pos token.Position Signature *types.Signature EnclosedBy string Module string SSA *SSAContext }
func NewRouteMatch ¶
func NewRouteMatch(indicator indicator.Indicator, pos token.Position) RouteMatch
func (*RouteMatch) MarshalJSON ¶
func (r *RouteMatch) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.