Documentation ¶ Index ¶ type Job func (j *Job) Stop() type Runner func New(scriptsManager scriptsManager, dsManager dsManager, ...) *Runner func (rnr *Runner) Stop() func (rnr *Runner) Watch(ctx context.Context, wg *sync.WaitGroup) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Job ¶ type Job struct { // contains filtered or unexported fields } func (*Job) Stop ¶ func (j *Job) Stop() type Runner ¶ type Runner struct { // contains filtered or unexported fields } func New ¶ func New(scriptsManager scriptsManager, dsManager dsManager, coreModules []modules.Module, logger *zap.Logger) *Runner func (*Runner) Stop ¶ func (rnr *Runner) Stop() func (*Runner) Watch ¶ func (rnr *Runner) Watch(ctx context.Context, wg *sync.WaitGroup) Source Files ¶ View all Source files job.go mocks.go runner.go Click to show internal directories. Click to hide internal directories.