summaryrefslogtreecommitdiff
path: root/webhook/src/handler/mod.rs
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-18 13:29:07 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-18 13:29:07 +0400
commit9023aa354902844b7d6100f55c3064afedd88966 (patch)
tree195ddb0e3d3ffecf93f1a060325e429dd2356c3e /webhook/src/handler/mod.rs
parentb94b0552f81e667bec31352901bbc8c76f1b4216 (diff)
parenta80124cfe207cf99fb170d1050b4f609c6a169d3 (diff)
Merge branch 'nats-structs-discord-gateway'
Diffstat (limited to 'webhook/src/handler/mod.rs')
-rw-r--r--webhook/src/handler/mod.rs7
1 files changed, 3 insertions, 4 deletions
diff --git a/webhook/src/handler/mod.rs b/webhook/src/handler/mod.rs
index a437dd5..20a977a 100644
--- a/webhook/src/handler/mod.rs
+++ b/webhook/src/handler/mod.rs
@@ -1,8 +1,7 @@
+mod error;
+mod handler;
pub mod make_service;
mod signature;
-mod handler;
-mod types;
-mod error;
#[cfg(test)]
-pub mod tests; \ No newline at end of file
+pub mod tests;