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

Method Integration3CXService

api/pkg/di/container.go:975–983  ·  view source on GitHub ↗

Integration3CXService creates a new instance of services.Integration3CXService

()

Source from the content-addressed store, hash-verified

973
974// Integration3CXService creates a new instance of services.Integration3CXService
975func (container *Container) Integration3CXService() (service *services.Integration3CXService) {
976 container.logger.Debug(fmt.Sprintf("creating %T", service))
977 return services.NewIntegration3CXService(
978 container.Logger(),
979 container.Tracer(),
980 container.HTTPClient("integration_3cx"),
981 container.Integration3CXRepository(),
982 )
983}
984
985// HTTPClient creates a new http.Client
986func (container *Container) HTTPClient(name string) *http.Client {

Callers 1

Calls 5

LoggerMethod · 0.95
TracerMethod · 0.95
HTTPClientMethod · 0.95
DebugMethod · 0.65

Tested by

no test coverage detected