summaryrefslogtreecommitdiff
path: root/webhook/src/handler/mod.rs
blob: a437dd540e2b483a27cc591bd61ede38e0614569 (plain)
1
2
3
4
5
6
7
8
pub mod make_service;
mod signature;
mod handler;
mod types;
mod error;

#[cfg(test)]
pub mod tests;