2021-10-15 15:46:25 +08:00

10 lines
204 B
Rust

pub mod applog;
pub mod metadata;
pub mod repository;
pub mod schema;
pub use applog::Entity as Applog;
pub use metadata::Entity as Metadata;
pub use repository::Entity as Repository;
pub use schema::*;