quorum/vendor/github.com/coreos/etcd/pkg
Joel Burget b6286320ef Add Raft-based consensus (#79)
This was implemented by Joel Burget (@joelburget) and Brian Schroeder (@bts).
2017-03-23 13:41:02 -05:00
..
crc Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00
fileutil Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00
httputil Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00
ioutil Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00
logutil Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00
pbutil Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00
tlsutil Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00
transport Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00
types Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00
README.md Add Raft-based consensus (#79) 2017-03-23 13:41:02 -05:00

README.md

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.