This website works better with JavaScript
Home
Explore
Help
Register
Sign In
publics
/
etcd-io__etcd
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
raft: remove unused ClusterId
Blake Mizerany
11 years ago
parent
8c12d6d00f
commit
fb1ca245a7
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
raft/node.go
+ 0
- 1
raft/node.go
View File
@@ -14,7 +14,6 @@ type tick int
type Config struct {
NodeId int
- ClusterId int
Address string
}