admin commands for shutdown/reload

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-16 01:44:41 +00:00
parent 08f2b8579c
commit 3d3d63fdf4
4 changed files with 29 additions and 5 deletions

View file

@ -1,3 +1,5 @@
#![allow(clippy::wildcard_imports)]
pub(crate) mod appservice;
pub(crate) mod debug;
pub(crate) mod federation;