Make Client and Component more unified, and connectors too
This commit is contained in:
parent
fde4c2b640
commit
311e7406f0
11 changed files with 338 additions and 183 deletions
|
|
@ -26,7 +26,7 @@ mod client;
|
|||
pub mod connect;
|
||||
pub mod proto;
|
||||
|
||||
pub use client::async_client::{Client as AsyncClient, Config as AsyncConfig};
|
||||
pub use client::async_client::Client as AsyncClient;
|
||||
mod component;
|
||||
pub use crate::component::Component;
|
||||
/// Detailed error types
|
||||
|
|
|
|||
Loading…
Reference in a new issue