Documentation
¶
Overview ¶
Package app is the root package that composes all application components into a runnable service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App represents the core application layer.
The struct combines all main components and manages their lifecycle: - HTTP server - gRPC server - Background workers - Configuration - Storage
Should be created once during application startup using New() and managed as a single unit.
Click to show internal directories.
Click to hide internal directories.