Home / Type/ routeParser Type — fiber Architecture

routeParser Type — fiber Architecture

Architecture documentation for the routeParser type/interface in path.go from the fiber codebase.

Entity Profile

Dependency Diagram

graph TD
  81722a62_9b76_da12_728a_bb8d3f8a07f1["routeParser"]
  bedec411_93e0_4024_219e_79649f60a9be["path.go"]
  81722a62_9b76_da12_728a_bb8d3f8a07f1 -->|defined in| bedec411_93e0_4024_219e_79649f60a9be
  style 81722a62_9b76_da12_728a_bb8d3f8a07f1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

path.go lines 24–29

type routeParser struct {
	segs          []*routeSegment // the parsed segments of the route
	params        []string        // that parameter names the parsed route
	wildCardCount int             // number of wildcard parameters, used internally to give the wildcard parameter its number
	plusCount     int             // number of plus parameters, used internally to give the plus parameter its number
}

Defined In

Frequently Asked Questions

What is the routeParser type?
routeParser is a type/interface in the fiber codebase, defined in path.go.
Where is routeParser defined?
routeParser is defined in path.go at line 24.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free