Map Type — fiber Architecture
Architecture documentation for the Map type/interface in redirect.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD ff502ad9_1e2f_9d99_5b98_f5cac499c43e["Map"] c50a8caf_2773_241c_9f34_49133f549127["redirect.go"] ff502ad9_1e2f_9d99_5b98_f5cac499c43e -->|defined in| c50a8caf_2773_241c_9f34_49133f549127 style ff502ad9_1e2f_9d99_5b98_f5cac499c43e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
redirect.go lines 100–103
type RedirectConfig struct {
Params Map // Route parameters
Queries map[string]string // Query map
}
Defined In
Source
Frequently Asked Questions
What is the Map type?
Map is a type/interface in the fiber codebase, defined in redirect.go.
Where is Map defined?
Map is defined in redirect.go at line 100.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free