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