12 lines
262 B
Rust
12 lines
262 B
Rust
pub mod applog;
|
|
pub mod metadata;
|
|
pub mod repository;
|
|
pub mod schema;
|
|
pub mod self_join;
|
|
|
|
pub use applog::Entity as Applog;
|
|
pub use metadata::Entity as Metadata;
|
|
pub use repository::Entity as Repository;
|
|
pub use schema::*;
|
|
pub use self_join::Entity as SelfJoin;
|