aleym_core 0.1.0-alpha.1

Extensible news aggregation and knowledge-base engine (Core Library Component of Aleym)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.14

pub use super::news::Entity as News;
pub use super::news_apearance_signal::Entity as NewsApearanceSignal;
pub use super::news_explicit_vote_signal::Entity as NewsExplicitVoteSignal;
pub use super::news_focus_signal::Entity as NewsFocusSignal;
pub use super::news_label::Entity as NewsLabel;
pub use super::news_read_signal::Entity as NewsReadSignal;
pub use super::news_to_label_link::Entity as NewsToLabelLink;
pub use super::source::Entity as Source;
pub use super::source_category::Entity as SourceCategory;
pub use super::source_directory::Entity as SourceDirectory;
pub use super::source_fetch_signal::Entity as SourceFetchSignal;
pub use super::source_to_category_link::Entity as SourceToCategoryLink;