Versions in this module Expand all Collapse all v0 v0.1.6 Apr 14, 2026 Changes in this version + type Engine struct + func NewEngine(cfg *spec.Config, cfgPath string) *Engine + func (e *Engine) Run(ctx context.Context) error + type LocalJobSource struct + func NewLocalJobSource(checks []spec.CheckSpec) *LocalJobSource + func (s *LocalJobSource) Ack(_ context.Context, _ spec.Lease, _ spec.CheckResult) error + func (s *LocalJobSource) Heartbeat(_ context.Context, _ spec.Lease) error + func (s *LocalJobSource) Nack(_ context.Context, _ spec.Lease, _ string) error + func (s *LocalJobSource) Poll(_ context.Context, _ spec.WorkerInfo) ([]spec.Lease, error) + func (s *LocalJobSource) UpdateChecks(checks []spec.CheckSpec)