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

Struct Integration3CXService

api/pkg/services/integration_3cx_service.go:23–29  ·  view source on GitHub ↗

Integration3CXService is responsible for handling webhooks

Source from the content-addressed store, hash-verified

21
22// Integration3CXService is responsible for handling webhooks
23type Integration3CXService struct {
24 service
25 logger telemetry.Logger
26 tracer telemetry.Tracer
27 client *http.Client
28 repository repositories.Integration3CxRepository
29}
30
31// NewIntegration3CXService creates a new Integration3CXService
32func NewIntegration3CXService(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected