const UnknownLeader …
type MultiLock …
func (ml *MultiLock) Get(ctx context.Context) (*LeaderElectionRecord, []byte, error) { … }
func (ml *MultiLock) Create(ctx context.Context, ler LeaderElectionRecord) error { … }
func (ml *MultiLock) Update(ctx context.Context, ler LeaderElectionRecord) error { … }
func (ml *MultiLock) RecordEvent(s string) { … }
func (ml *MultiLock) Describe() string { … }
func (ml *MultiLock) Identity() string { … }
func ConcatRawRecord(primaryRaw, secondaryRaw []byte) []byte { … }