1//! Endpoints in the `/_synapse/admin/v<x>/background_updates/` scope to manage background updates. 2 3pub mod enabled; 4pub mod run; 5pub mod status;