1
Fork 0
tirocinio-canali-steffo-acrate/acrate-inbox/src/route.rs

9 lines
210 B
Rust
Raw Normal View History

2024-11-13 06:41:23 +00:00
#[allow(unreachable_code)]
pub async fn inbox_handler() {
todo!("pre-validation hook");
todo!("validate signature");
todo!("post-validation hook");
todo!("database storage");
todo!("post-storage hook");
}