Files
etcd/etcdserver
Jonathan Boulle 68bca981de discovery: simplify interface
There's no real need to expose a Discoverer interface/struct when the
only use of the interface (and indeed the module) is to invoke a single
function. This isn't Java, after all. So instead, simplify to Discovery
exposing just two functions: JoinCluster (i.e. what was formerly called
"discovery"), and GetCluster (hitherto "ProxyDiscovery")
2014-11-05 22:45:01 -08:00
..
2014-10-20 15:00:54 -07:00
2014-10-30 18:15:53 -07:00
2014-10-31 10:34:07 -07:00
2014-10-31 10:34:07 -07:00
2014-11-05 22:45:01 -08:00