Integration3CXHandler creates a new instance of handlers.Integration3CXHandler
()
| 1239 | |
| 1240 | // Integration3CXHandler creates a new instance of handlers.Integration3CXHandler |
| 1241 | func (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 |
| 1253 | func (container *Container) PhoneAPIKeyHandler() (handler *handlers.PhoneAPIKeyHandler) { |
no test coverage detected