Versions in this module Expand all Collapse all v1 v1.12.0 Jul 26, 2016 Changes in this version + type Config struct + AdvertiseAddr string + ElectionTick uint32 + ExternalCAs []*api.ExternalCA + ForceNewCluster bool + HeartbeatTick uint32 + JoinRaft string + ProtoAddr map[string]string + ProtoListener map[string]net.Listener + SecurityConfig *ca.SecurityConfig + StateDir string + type Manager struct + Dispatcher *dispatcher.Dispatcher + RaftNode *raft.Node + func New(config *Config) (*Manager, error) + func (m *Manager) Run(parent context.Context) error + func (m *Manager) Stop(ctx context.Context)