tirocinio-canali-steffo-acrate/acrate-webfinger/src/route.rs

9 lines
210 B
Rust
Raw Normal View History

#[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");
}