Skip to content

Commit

Permalink
etcdmain: Refactor etcdStart for use in embedding etcd servers
Browse files Browse the repository at this point in the history
This patch refactors out the important (and often non-public) portions
of etcdStart that need to get run for use in embedding an etcd server.
This will allow projects just as `mgmt` (config) to embed etcd without
duplicating code, or trailing behind the latest upstream etcd changes.
It puts all of the common network connection code into a new struct...
  • Loading branch information
purpleidea committed Jun 8, 2016
1 parent 9a14b79 commit 8554631
Showing 1 changed file with 230 additions and 73 deletions.

0 comments on commit 8554631

Please sign in to comment.