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

Method MessageThreadService

api/pkg/di/container.go:1108–1116  ·  view source on GitHub ↗

MessageThreadService creates a new instance of services.MessageService

()

Source from the content-addressed store, hash-verified

1106
1107// MessageThreadService creates a new instance of services.MessageService
1108func (container *Container) MessageThreadService() (service *services.MessageThreadService) {
1109 container.logger.Debug(fmt.Sprintf("creating %T", service))
1110 return services.NewMessageThreadService(
1111 container.Logger(),
1112 container.Tracer(),
1113 container.MessageThreadRepository(),
1114 container.EventDispatcher(),
1115 )
1116}
1117
1118// EmailNotificationService creates a new instance of services.EmailNotificationService
1119func (container *Container) EmailNotificationService() (service *services.EmailNotificationService) {

Callers 2

MessageThreadHandlerMethod · 0.95

Calls 5

LoggerMethod · 0.95
TracerMethod · 0.95
EventDispatcherMethod · 0.95
DebugMethod · 0.65

Tested by

no test coverage detected