Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterState ¶ added in v0.9.0
type RaftConfig ¶
type RaftConfig struct {
Bind string `json:"bind"`
Seeds []string `json:"seeds"`
DataDir string `json:"data"`
EnableSingleNode bool `json:"enable_single_node"`
}
func (*RaftConfig) Init ¶
func (module *RaftConfig) Init()
Click to show internal directories.
Click to hide internal directories.