Home / Type/ RedirectConfig Type — fiber Architecture

RedirectConfig Type — fiber Architecture

Architecture documentation for the RedirectConfig type/interface in redirect.go from the fiber codebase.

Entity Profile

Dependency Diagram

graph TD
  6f3093ce_6f7b_b92a_2fcd_cb2af6c5974b["RedirectConfig"]
  c50a8caf_2773_241c_9f34_49133f549127["redirect.go"]
  6f3093ce_6f7b_b92a_2fcd_cb2af6c5974b -->|defined in| c50a8caf_2773_241c_9f34_49133f549127
  style 6f3093ce_6f7b_b92a_2fcd_cb2af6c5974b 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

Frequently Asked Questions

What is the RedirectConfig type?
RedirectConfig is a type/interface in the fiber codebase, defined in redirect.go.
Where is RedirectConfig defined?
RedirectConfig 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