Merge remote-tracking branch 'origin/feat/client/port-forwarding'
# Conflicts: # crates/wraith-core/src/client/mod.rs # crates/wraith-core/src/lib.rs
This commit is contained in:
@@ -8,6 +8,6 @@ pub mod error;
|
||||
#[cfg(feature = "testutil")]
|
||||
pub mod testutil;
|
||||
|
||||
pub use error::{AuthError, ChannelError, ConfigError, TransportError};
|
||||
pub use error::{AuthError, ChannelError, ConfigError, ForwardError, TransportError};
|
||||
pub use transport::{Transport, TransportAcceptor, TransportInfo, TransportKind};
|
||||
pub use client::channel_manager::{ChannelManager, ForwardRequest};
|
||||
Reference in New Issue
Block a user