package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Jul 11, 2026
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
internal/app/runtime
Pattern used
- Owns dependencies shared by every deployable process: configuration, logging, database pool, and observability.
- Provides one shutdown boundary for those shared resources.
How to extend
- Add only process-neutral dependencies here.
- Keep API handlers, workers, and feature wiring in their process composition package.
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.