Upstream sync
This commit is contained in:
@@ -25,6 +25,7 @@ type Service struct {
|
||||
Notification *notificationService
|
||||
Profile *profileService
|
||||
Organization *organizationService
|
||||
Zipcodes *zipcodeService
|
||||
}
|
||||
|
||||
// New returns a new domain Service instance
|
||||
@@ -39,6 +40,7 @@ func New(db contract.DataManager, cache contract.CacheManager, cfg *config.Confi
|
||||
instance.Notification = newNotificationService(instance)
|
||||
instance.Profile = newProfileService(instance)
|
||||
instance.Organization = newOrganizationService(instance)
|
||||
instance.Zipcodes = newZipcodeService(instance)
|
||||
})
|
||||
|
||||
return instance, nil
|
||||
|
||||
Reference in New Issue
Block a user