PhoneAPIKeyService creates a new instance of services.PhoneAPIKeyService
()
| 1624 | |
| 1625 | // PhoneAPIKeyService creates a new instance of services.PhoneAPIKeyService |
| 1626 | func (container *Container) PhoneAPIKeyService() (service *services.PhoneAPIKeyService) { |
| 1627 | container.logger.Debug(fmt.Sprintf("creating %T", service)) |
| 1628 | return services.NewPhoneAPIKeyService( |
| 1629 | container.Logger(), |
| 1630 | container.Tracer(), |
| 1631 | container.PhoneRepository(), |
| 1632 | container.PhoneAPIKeyRepository(), |
| 1633 | ) |
| 1634 | } |
| 1635 | |
| 1636 | // NotificationService creates a new instance of services.PhoneNotificationService |
| 1637 | func (container *Container) NotificationService() (service *services.PhoneNotificationService) { |
no test coverage detected