feat: WIP relationships and threads
This commit is contained in:
@@ -13,6 +13,7 @@ pub mod state;
|
||||
pub mod state_accessor;
|
||||
pub mod state_cache;
|
||||
pub mod state_compressor;
|
||||
pub mod threads;
|
||||
pub mod timeline;
|
||||
pub mod user;
|
||||
|
||||
@@ -32,6 +33,7 @@ pub trait Data:
|
||||
+ state_cache::Data
|
||||
+ state_compressor::Data
|
||||
+ timeline::Data
|
||||
+ threads::Data
|
||||
+ user::Data
|
||||
{
|
||||
}
|
||||
@@ -53,5 +55,6 @@ pub struct Service {
|
||||
pub state_cache: state_cache::Service,
|
||||
pub state_compressor: state_compressor::Service,
|
||||
pub timeline: timeline::Service,
|
||||
pub threads: threads::Service,
|
||||
pub user: user::Service,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user