MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / PhoneAPIKeyService

Method PhoneAPIKeyService

api/pkg/di/container.go:1626–1634  ·  view source on GitHub ↗

PhoneAPIKeyService creates a new instance of services.PhoneAPIKeyService

()

Source from the content-addressed store, hash-verified

1624
1625// PhoneAPIKeyService creates a new instance of services.PhoneAPIKeyService
1626func (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
1637func (container *Container) NotificationService() (service *services.PhoneNotificationService) {

Callers 2

PhoneAPIKeyHandlerMethod · 0.95

Calls 5

LoggerMethod · 0.95
TracerMethod · 0.95
PhoneRepositoryMethod · 0.95
PhoneAPIKeyRepositoryMethod · 0.95
DebugMethod · 0.65

Tested by

no test coverage detected