-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate ya-negotiator library (work in progress)
- Loading branch information
1 parent
cae1ece
commit 3421001
Showing
21 changed files
with
790 additions
and
1,012 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
mod accept_all; | ||
pub mod builtin; | ||
mod common; | ||
mod component; | ||
mod composite; | ||
pub mod factory; | ||
|
||
pub use accept_all::AcceptAllNegotiator; | ||
pub use composite::CompositeNegotiator; | ||
|
||
pub use common::{ | ||
AgreementResponse, AgreementResult, Negotiator, NegotiatorAddr, ProposalResponse, | ||
}; | ||
|
||
pub use component::{NegotiationResult, NegotiatorComponent, NegotiatorsPack, ProposalView}; | ||
pub use common::AgreementResult; |
This file was deleted.
Oops, something went wrong.
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.