Integration3CXService is responsible for handling webhooks
| 21 | |
| 22 | // Integration3CXService is responsible for handling webhooks |
| 23 | type 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 |
| 32 | func NewIntegration3CXService( |
nothing calls this directly
no outgoing calls
no test coverage detected