Versions in this module Expand all Collapse all v0 v0.0.2 May 26, 2026 v0.0.1 May 25, 2026 Changes in this version + var Component = &component.Component + type Process struct + func NewProcess(peer cluster.Peer, manager cluster.Manager, delayConfig *managerConfig.Delay, ...) *Process + func (p *Process) Close() error + func (p *Process) Delay() time.Duration + func (p *Process) Name() string + func (p *Process) Process(ctx context.Context) error + func (p *Process) RunNumbers() uint64 + type Sync struct + func NewSync(m cluster.Manager, delayConfig *manager.Delay, syncConfig *syncConfig.Config, ...) *Sync