Duration Type — fiber Architecture
Architecture documentation for the Duration type/interface in config.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD 0127a3fc_4ca8_36c3_3c39_ead304052c2a["Duration"] f8b1662e_ffd8_5e13_63a5_0f80c42683c0["config.go"] 0127a3fc_4ca8_36c3_3c39_ead304052c2a -->|defined in| f8b1662e_ffd8_5e13_63a5_0f80c42683c0 style 0127a3fc_4ca8_36c3_3c39_ead304052c2a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
internal/storage/memory/config.go lines 8–13
type Config struct {
// Time before deleting expired keys
//
// Default is 10 * time.Second
GCInterval time.Duration
}
Defined In
Source
Frequently Asked Questions
What is the Duration type?
Duration is a type/interface in the fiber codebase, defined in internal/storage/memory/config.go.
Where is Duration defined?
Duration is defined in internal/storage/memory/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