Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNodeAndPDNotMatch error for node and pd server are not match ErrNodeAndPDNotMatch = errors.New("Node and pd server are not match") )
Functions ¶
This section is empty.
Types ¶
type Cfg ¶
type Cfg struct { ClusterID uint64 StoreLables []metapb.Label PDEndpoints []string RaftStore *raftstore.Cfg }
Cfg node cfg
Click to show internal directories.
Click to hide internal directories.