goraft / raft

UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
MIT License
2.43k stars 479 forks source link

feat(event): Add HeartbeatEventType #156

Closed bcwaldon closed 10 years ago

bcwaldon commented 10 years ago

Needed by https://github.com/coreos/etcd/pull/483

xiang90 commented 10 years ago

@bcwaldon lgtm

bcwaldon commented 10 years ago

@xiangli-cmu thanks!

benbjohnson commented 10 years ago

:+1: