mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 11:02:12 +00:00
Fix some libp2p-kad types not being reexported (#1595)
* Fix QueryRef/QueryMut not being reexported * More reexports
This commit is contained in:
parent
ce1b3aab04
commit
a4eb67a40d
@ -41,6 +41,9 @@ mod dht_proto {
|
||||
pub use addresses::Addresses;
|
||||
pub use behaviour::{Kademlia, KademliaConfig, KademliaEvent, Quorum};
|
||||
pub use behaviour::{
|
||||
QueryRef,
|
||||
QueryMut,
|
||||
|
||||
QueryResult,
|
||||
QueryInfo,
|
||||
QueryStats,
|
||||
@ -53,6 +56,8 @@ pub use behaviour::{
|
||||
GetRecordOk,
|
||||
GetRecordError,
|
||||
|
||||
PutRecordPhase,
|
||||
PutRecordContext,
|
||||
PutRecordResult,
|
||||
PutRecordOk,
|
||||
PutRecordError,
|
||||
@ -61,6 +66,8 @@ pub use behaviour::{
|
||||
GetClosestPeersOk,
|
||||
GetClosestPeersError,
|
||||
|
||||
AddProviderPhase,
|
||||
AddProviderContext,
|
||||
AddProviderResult,
|
||||
AddProviderOk,
|
||||
AddProviderError,
|
||||
|
Loading…
x
Reference in New Issue
Block a user