package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Mar 15, 2026
License: MIT
Opens a new window with license information.
Imports: 39
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
internal/app
Pattern used
- Manual DI via constructor wiring (no service locator).
- Build in stages: infra -> repositories -> usecases -> handlers -> server.
- Return startup errors early; clean up already-initialized resources.
How to extend
- Add constructor wiring in
wiring.go.
- Keep business logic out of this package.
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.