Documentation
¶
Overview ¶
Package app provides functionality for setting up and configuring the event Bus with all necessary event handlers for the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶ added in v1.2.0
type Deps ¶ added in v1.2.0
type Deps struct {
Uow repository.UnitOfWork
CurrencyConverter money.CurrencyConverter
CurrencyRegistry *currency.Registry
CheckoutRegistryProvider registry.Provider
PaymentProvider provider.PaymentProvider
EventBus eventbus.Bus
Logger *slog.Logger
}
Deps contains all the dependencies needed by the SetupBus function
Click to show internal directories.
Click to hide internal directories.