de-global services for services
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
992c0a1e58
commit
010e4ee35a
85 changed files with 2480 additions and 1887 deletions
|
@ -2,10 +2,10 @@ mod data;
|
|||
|
||||
use std::sync::Arc;
|
||||
|
||||
use data::Data;
|
||||
use conduit::Result;
|
||||
use ruma::{OwnedRoomId, RoomId};
|
||||
|
||||
use crate::Result;
|
||||
use self::data::Data;
|
||||
|
||||
pub struct Service {
|
||||
db: Data,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue