implement ChannelManager with SSH session management, channel ops, and reconnection
This commit is contained in:
3
crates/wraith-core/src/client/mod.rs
Normal file
3
crates/wraith-core/src/client/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub mod channel_manager;
|
||||
|
||||
pub use channel_manager::{ChannelManager, ForwardRequest};
|
||||
Reference in New Issue
Block a user