app/

directory
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2026 License: MIT

README

internal/app

Pattern used

  • runtime owns shared process setup: configuration, logging, DB pool, and observability.
  • api composes the HTTP API process from that runtime.

How to extend

  • Add shared process dependencies in runtime; add future worker compositions in a sibling internal/app/<process>/ package.
  • Keep API-specific wiring in api and name its files api_*.go.
  • Keep business logic out of this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL