We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607edc7 commit a081a09Copy full SHA for a081a09
1 file changed
shard_config.go
@@ -23,9 +23,9 @@ type rangeSpec struct {
23
const splitParts = 2
24
25
var (
26
- ErrAddressRequired = errors.New("address is required")
27
- ErrNoRaftGroupsConfigured = errors.New("no raft groups configured")
28
- ErrNoShardRangesConfigured = errors.New("no shard ranges configured")
+ ErrAddressRequired = errors.New("address is required")
+ ErrNoRaftGroupsConfigured = errors.New("no raft groups configured")
+ ErrNoShardRangesConfigured = errors.New("no shard ranges configured")
29
)
30
31
func parseRaftGroups(raw, defaultAddr string) ([]groupSpec, error) {
0 commit comments