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

Struct WebhookService

api/pkg/services/webhook_service.go:32–39  ·  view source on GitHub ↗

WebhookService is responsible for handling webhooks

Source from the content-addressed store, hash-verified

30
31// WebhookService is responsible for handling webhooks
32type WebhookService struct {
33 service
34 logger telemetry.Logger
35 tracer telemetry.Tracer
36 client *http.Client
37 repository repositories.WebhookRepository
38 dispatcher *EventDispatcher
39}
40
41// NewWebhookService creates a new WebhookService
42func NewWebhookService(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected