Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScheduleWorker ¶
type ScheduleWorker struct {
// contains filtered or unexported fields
}
func NewWorker ¶
func NewWorker( config config.Config, mq mq.MQ, lock lock.Locker, logger zerolog.Logger, lockTimeout time.Duration, tracer *opentracer.ServiceTracer, ) *ScheduleWorker
func (*ScheduleWorker) CreateTaskStatus ¶
func (worker *ScheduleWorker) CreateTaskStatus( taskOutput *message.TaskOutput, ) error
func (*ScheduleWorker) Process ¶
func (worker *ScheduleWorker) Process(taskOutput *message.TaskOutput) (*message.TaskInput, error)
Click to show internal directories.
Click to hide internal directories.