Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

etcdmain: Refactor etcdStart for use in embedding etcd servers #5584

Closed

Commits on Jun 8, 2016

  1. etcdmain: Refactor etcdStart for use in embedding etcd servers

    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...
    purpleidea committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    f89aaa5 View commit details
    Browse the repository at this point in the history