Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewService ¶
func NewService( cfg Config, ) (subscriptionaddon.Service, error)
Types ¶
type Config ¶
type Config struct {
// repos
SubAddRepo subscriptionaddon.SubscriptionAddonRepository
SubAddQtyRepo subscriptionaddon.SubscriptionAddonQuantityRepository
Publisher eventbus.Publisher
TxManager transaction.Creator
// external
AddonService addon.Service
PlanAddonService planaddon.Service
SubService subscription.Service
Logger *slog.Logger
}
Click to show internal directories.
Click to hide internal directories.