summaryrefslogtreecommitdiff
path: root/src/channel/handlers/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel/handlers/mod.rs')
-rw-r--r--src/channel/handlers/mod.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/channel/handlers/mod.rs b/src/channel/handlers/mod.rs
deleted file mode 100644
index f2ffd0d..0000000
--- a/src/channel/handlers/mod.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-mod create;
-mod delete;
-mod send;
-
-pub use create::handler as create;
-pub use delete::handler as delete;
-pub use send::handler as send;
-
-type PathInfo = crate::channel::Id;