election

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Election

type Election struct {
	// contains filtered or unexported fields
}

func NewElection

func NewElection(conf *config.Config, state raft.State, db *database.Database, dbType database.DBType, log *nlog.Log) *Election

NewElection creates the new election tuple.

func (*Election) GetRaft

func (e *Election) GetRaft() *raft.Raft

func (*Election) Provider added in v0.2.0

func (e *Election) Provider() string

Provider returns the active coordination provider name.

func (*Election) Start

func (e *Election) Start()

func (*Election) Stop

func (e *Election) Stop()

type ElectionType

type ElectionType int
const (
	ElectionRaft ElectionType = 1 << iota
	ElectionEtcd
	ElectionUnknown
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL