create better structure for admin query commands
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
b93215d7f2
commit
2de4eea688
9 changed files with 225 additions and 201 deletions
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;
|
Loading…
Add table
Add a link
Reference in a new issue