Versions in this module Expand all Collapse all v1 v1.9.0 Jan 21, 2019 Changes in this version + type ElectionParticipant interface + IsLeader func() bool + func NewElectionParticipant(lock dl.Lock, resourceName string, options ElectionParticipantOptions) ElectionParticipant + type ElectionParticipantOptions struct + FollowerLeaseRefreshInterval time.Duration + LeaderLeaseRefreshInterval time.Duration + Logger *zap.Logger