Documentation
¶
Overview ¶
Package container provides the Dependency Injection (DI) logic for the Outbox Relay. It leverages uber-go/dig to assemble the application's components, including configuration, telemetry, storage drivers, and message publishers into a unified graph.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildContainer ¶
BuildContainer initializes and returns a dig.Container with all application dependencies wired. It handles the construction of the logger, telemetry providers, database storage, and the message publisher based on the loaded configuration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.