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 Election struct + func NewElection(config *election.Config, m cluster.Manager, runner runner.Runner, ...) *Election + func (e *Election) AddBulletin(b *domain.Bulletin) error + func (e *Election) AgeSync(term uint64) + func (e *Election) Close() error + func (e *Election) Name() string + func (e *Election) Process(ctx context.Context) error + func (e *Election) RunVote()