Versions in this module Expand all Collapse all v0 v0.0.2 Apr 8, 2026 Changes in this version + var ErrPanic = errors.New("panic") + var ErrUnknownPanic = errors.New("unknown panic") + func InitRunner(lc fx.Lifecycle, runner *Runner) + type Runner struct + func NewRunner(db *gorm.DB, q queue.WorkerQueue, r *util.Store, ...) *Runner + func (d *Runner) MasterRunner() (err error) + func (d Runner) Score(timeout time.Duration, rnd *round.Round)