1 2 3 4 5 6 7
#[apigate::hook] async fn hook(ctx: &apigate::PartsCtx<'_>) -> apigate::HookResult { let _ = ctx; Ok(()) } fn main() {}