Documentation
¶
Overview ¶
Package app contains application-owned composition extension points.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
func RegisterRoutes(_ *http.ServeMux, _ Dependencies)
RegisterRoutes is the application-owned route composition point.
Derived repositories may add registrations for business modules here. Keep template-provided operational routes in cmd/api and internal/modules/health. The template updater preserves this file so application routes remain owned by the generated repository.
Types ¶
Click to show internal directories.
Click to hide internal directories.