Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type EnqueueInput ¶
type OutboxWorker ¶ added in v1.0.10
type OutboxWorker struct {
// contains filtered or unexported fields
}
func NewOutboxWorker ¶ added in v1.0.10
func (*OutboxWorker) Start ¶ added in v1.0.10
func (w *OutboxWorker) Start(ctx context.Context)
func (*OutboxWorker) Stop ¶ added in v1.0.10
func (w *OutboxWorker) Stop()
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewServiceWithSession ¶
func NewServiceWithSession(repo storage.MessageRepository, sessionMgr SessionManager, instanceRepo storage.InstanceRepository, contactRepo storage.ContactRepository, q queue.Queue, log *zap.Logger) *Service
type SessionManager ¶
Click to show internal directories.
Click to hide internal directories.