Documentation
¶
Index ¶
- type Engine
- func (e *Engine) RunJob(ctx context.Context, jobID string) (JobResult, error)
- func (e *Engine) RunJobOnce(ctx context.Context, jobID string) (RunResult, error)
- func (e *Engine) RunJobUntilIdle(ctx context.Context, jobID string, maxPasses int) (RunResult, error)
- func (e *Engine) RunOnce(ctx context.Context, limit int) (RunResult, error)
- func (e *Engine) RunUntilIdle(ctx context.Context, limit, maxPasses int) (RunResult, error)
- type JobResult
- type RunResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
func (*Engine) RunJobOnce ¶
func (*Engine) RunJobUntilIdle ¶
Click to show internal directories.
Click to hide internal directories.