Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
func New ¶
func New( id int, cache interfaces.CacheLoader, mappers interfaces.Mappers, logger *slog.Logger, wg *sync.WaitGroup, jobCh chan *dto.Job, errorCh chan error, publishCh chan *publisher.Publishing, stats *atomic.Int64, cfg *config.RabbitMQ, ) *Worker
func (*Worker) PublishResult ¶
func (*Worker) PublishStatistics ¶
Click to show internal directories.
Click to hide internal directories.