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

Method WebhookHandlerValidator

api/pkg/di/container.go:674–681  ·  view source on GitHub ↗

WebhookHandlerValidator creates a new instance of validators.WebhookHandlerValidator

()

Source from the content-addressed store, hash-verified

672
673// WebhookHandlerValidator creates a new instance of validators.WebhookHandlerValidator
674func (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
684func (container *Container) MessageThreadHandler() (h *handlers.MessageThreadHandler) {

Callers 1

WebhookHandlerMethod · 0.95

Calls 4

LoggerMethod · 0.95
TracerMethod · 0.95
PhoneServiceMethod · 0.95
DebugMethod · 0.65

Tested by

no test coverage detected