Group Type — fiber Architecture
Architecture documentation for the Group type/interface in group.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD 999a3692_b1a5_4097_32c9_5e09567d42b9["Group"] 262d0587_e5a9_8b30_160b_2df2206a7011["group.go"] 999a3692_b1a5_4097_32c9_5e09567d42b9 -->|defined in| 262d0587_e5a9_8b30_160b_2df2206a7011 style 999a3692_b1a5_4097_32c9_5e09567d42b9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
group.go lines 14–21
type Group struct {
app *App
parentGroup *Group
name string
Prefix string
anyRouteDefined bool
}
Defined In
Source
Frequently Asked Questions
What is the Group type?
Group is a type/interface in the fiber codebase, defined in group.go.
Where is Group defined?
Group is defined in group.go at line 14.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free