refactor(structure): reorganize codebase into domain-focused modules
This commit is contained in:
11
src/timeline/mod.rs
Normal file
11
src/timeline/mod.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
mod types;
|
||||
|
||||
pub mod collect;
|
||||
pub mod expand;
|
||||
pub mod seed;
|
||||
|
||||
pub use types::{
|
||||
EntityRef, ExpandedEntityRef, MatchedDiscussion, THREAD_MAX_NOTES, THREAD_NOTE_MAX_CHARS,
|
||||
ThreadNote, TimelineEvent, TimelineEventType, TimelineResult, UnresolvedRef,
|
||||
resolve_entity_by_iid, resolve_entity_ref,
|
||||
};
|
||||
Reference in New Issue
Block a user