Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Services ¶
type Services struct { Account *account.Service Transaction *transaction.Service Order *order.Service Report *report.Service }
func NewServices ¶
func NewServices( transactor Transactor, repositories *psql.Repositories, reportCache *cache.ReportCache, logger *zap.Logger, ) *Services
Click to show internal directories.
Click to hide internal directories.