synapse-admin-api 0.10.0

Types for the endpoints in the synapse admin API.
Documentation
1
2
3
4
5
//! Endpoints in the `/_synapse/admin/v<x>/background_updates/` scope to manage background updates.

pub mod enabled;
pub mod run;
pub mod status;