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

Method Integration3CXHandler

api/pkg/di/container.go:1241–1250  ·  view source on GitHub ↗

Integration3CXHandler creates a new instance of handlers.Integration3CXHandler

()

Source from the content-addressed store, hash-verified

1239
1240// Integration3CXHandler creates a new instance of handlers.Integration3CXHandler
1241func (container *Container) Integration3CXHandler() (handler *handlers.Integration3CXHandler) {
1242 container.logger.Debug(fmt.Sprintf("creating %T", handler))
1243
1244 return handlers.NewIntegration3CxHandler(
1245 container.Logger(),
1246 container.Tracer(),
1247 container.MessageService(),
1248 container.BillingService(),
1249 )
1250}
1251
1252// PhoneAPIKeyHandler creates a new instance of handlers.PhoneAPIKeyHandler
1253func (container *Container) PhoneAPIKeyHandler() (handler *handlers.PhoneAPIKeyHandler) {

Callers 1

Calls 5

LoggerMethod · 0.95
TracerMethod · 0.95
MessageServiceMethod · 0.95
BillingServiceMethod · 0.95
DebugMethod · 0.65

Tested by

no test coverage detected