PreStartupMessageData Type — fiber Architecture
Architecture documentation for the PreStartupMessageData type/interface in hooks.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD 914a25a4_39c3_0935_7f1b_1010eb5b903c["PreStartupMessageData"] 12bfb898_b1c5_c958_dabc_608c81f56f8f["hooks.go"] 914a25a4_39c3_0935_7f1b_1010eb5b903c -->|defined in| 12bfb898_b1c5_c958_dabc_608c81f56f8f style 914a25a4_39c3_0935_7f1b_1010eb5b903c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
hooks.go lines 94–104
type PreStartupMessageData struct {
*ListenData
// BannerHeader allows overriding the ASCII art banner displayed at startup.
BannerHeader string
entries []startupMessageEntry
// PreventDefault, when set to true, suppresses the default startup message.
PreventDefault bool
}
Defined In
Source
Frequently Asked Questions
What is the PreStartupMessageData type?
PreStartupMessageData is a type/interface in the fiber codebase, defined in hooks.go.
Where is PreStartupMessageData defined?
PreStartupMessageData is defined in hooks.go at line 94.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free