routeJSON Type — fiber Architecture
Architecture documentation for the routeJSON type/interface in router_test.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD 1a37789b_7d20_80bd_92f8_8336344da502["routeJSON"] 326d7e00_9e4f_d854_0c78_b9c0c93e5537["router_test.go"] 1a37789b_7d20_80bd_92f8_8336344da502 -->|defined in| 326d7e00_9e4f_d854_0c78_b9c0c93e5537 style 1a37789b_7d20_80bd_92f8_8336344da502 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
router_test.go lines 1922–1925
type routeJSON struct {
TestRoutes []testRoute `json:"test_routes"`
GitHubAPI []testRoute `json:"github_api"`
}
Defined In
Source
Frequently Asked Questions
What is the routeJSON type?
routeJSON is a type/interface in the fiber codebase, defined in router_test.go.
Where is routeJSON defined?
routeJSON is defined in router_test.go at line 1922.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free