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: 44
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
internal/app/api
Pattern used
- Composes the HTTP API process from the shared
runtime dependencies.
- Builds in stages: infra -> repositories -> usecases -> handlers -> server.
- Returns startup errors early and cleans up already-initialized resources.
How to extend
- Add HTTP-specific constructor wiring in the matching
api_*_wiring.go file.
- Keep process-neutral setup in
internal/app/runtime and business logic outside this package.
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.