1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-08-11 17:50:59 +00:00

refactor: split up database/key_value.rs

This commit is contained in:
Timo Kösters 2022-07-10 16:03:40 +02:00
parent 8f4f3314c6
commit a10e7e7263
No known key found for this signature in database
GPG key ID: 356E705610F626D5
14 changed files with 674 additions and 654 deletions

View file

@ -0,0 +1,13 @@
mod account_data;
mod admin;
mod appservice;
mod globals;
mod key_backups;
mod media;
mod pdu;
mod pusher;
mod rooms;
mod sending;
mod transaction_ids;
mod uiaa;
mod users;