create better structure for admin query commands
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
6
src/service/admin/query/mod.rs
Normal file
6
src/service/admin/query/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
#[allow(clippy::module_inception)]
|
||||
pub(crate) mod query;
|
||||
|
||||
pub(crate) mod account_data;
|
||||
pub(crate) mod appservice;
|
||||
pub(crate) mod presence;
|
||||
Reference in New Issue
Block a user