Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
func NewExecutor ¶
func NewExecutor( ctx context.Context, executorConfig *config.ExecutorConfig, jobChan chan scheduler.JobPayload, resultChan chan HTTPResult, monitorSvc MonitorSvc, logger *zerolog.Logger, ) *Executor
func (*Executor) StartWorkers ¶
func (ew *Executor) StartWorkers()
StartWorkers starts the Executor workers
type HTTPResult ¶
Click to show internal directories.
Click to hide internal directories.