Skip to content

Commit

Permalink
rename data.rs to datachannel.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 3, 2024
1 parent 2fc2f8d commit 2f741fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/handler/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub(crate) mod data;
pub(crate) mod datachannel;
pub(crate) mod demuxer;
pub(crate) mod dtls;
pub(crate) mod exception;
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub(crate) mod types;

pub use description::RTCSessionDescription;
pub use handler::{
data::DataChannelHandler, demuxer::DemuxerHandler, dtls::DtlsHandler,
datachannel::DataChannelHandler, demuxer::DemuxerHandler, dtls::DtlsHandler,
exception::ExceptionHandler, gateway::GatewayHandler, interceptor::InterceptorHandler,
sctp::SctpHandler, srtp::SrtpHandler, stun::StunHandler,
};
Expand Down

0 comments on commit 2f741fc

Please sign in to comment.