-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-18204 Ch.Part.API: decouple multichannel and etcdraft (#1862)
The etcdraft package imports the multichannel package. This prevents the multichannel package from using the onboarding and cluster packages, which depend on etcdraft. Here etcdraft is decoupled from multichannel by declaring an interface that capture the dependecy on the Registrar. This also eliminates some of the opaque function pointers to the Registrar that the etcdraft package was using. Signed-off-by: Yoav Tock <tock@il.ibm.com> Change-Id: If8112edd7a8fe08a151bb3ca19bf0eeeedc2fb31
- Loading branch information
Showing
6 changed files
with
104 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.