Config Type — fiber Architecture
Architecture documentation for the Config type/interface in config.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD bfae20d5_9ff0_2826_5e73_16abcc557662["Config"] c9822533_1d37_d500_60b1_cb37315dfe6b["config.go"] bfae20d5_9ff0_2826_5e73_16abcc557662 -->|defined in| c9822533_1d37_d500_60b1_cb37315dfe6b style bfae20d5_9ff0_2826_5e73_16abcc557662 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
middleware/pprof/config.go lines 8–20
type Config struct {
// Next defines a function to skip this middleware when returned true.
//
// Optional. Default: nil
Next func(c fiber.Ctx) bool
// Prefix defines a URL prefix added before "/debug/pprof".
// Note that it should start with (but not end with) a slash.
// Example: "/federated-fiber"
//
// Optional. Default: ""
Prefix string
}
Defined In
Source
Frequently Asked Questions
What is the Config type?
Config is a type/interface in the fiber codebase, defined in middleware/pprof/config.go.
Where is Config defined?
Config is defined in middleware/pprof/config.go at line 8.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free