WebhookHandlerValidator creates a new instance of validators.WebhookHandlerValidator
()
| 672 | |
| 673 | // WebhookHandlerValidator creates a new instance of validators.WebhookHandlerValidator |
| 674 | func (container *Container) WebhookHandlerValidator() (validator *validators.WebhookHandlerValidator) { |
| 675 | container.logger.Debug(fmt.Sprintf("creating %T", validator)) |
| 676 | return validators.NewWebhookHandlerValidator( |
| 677 | container.Logger(), |
| 678 | container.Tracer(), |
| 679 | container.PhoneService(), |
| 680 | ) |
| 681 | } |
| 682 | |
| 683 | // MessageThreadHandler creates a new instance of handlers.MessageThreadHandler |
| 684 | func (container *Container) MessageThreadHandler() (h *handlers.MessageThreadHandler) { |
no test coverage detected