web3-proxy/entities/src/prelude.rs

13 lines
525 B
Rust
Raw Normal View History

2022-12-14 05:13:23 +03:00
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.10.5
2022-08-03 03:31:47 +03:00
2023-02-15 18:29:30 +03:00
pub use super::admin::Entity as Admin;
pub use super::admin_trail::Entity as AdminTrail;
2022-12-14 05:13:23 +03:00
pub use super::login::Entity as Login;
pub use super::pending_login::Entity as PendingLogin;
2022-11-01 21:54:39 +03:00
pub use super::revert_log::Entity as RevertLog;
2022-10-10 07:15:07 +03:00
pub use super::rpc_accounting::Entity as RpcAccounting;
2022-11-01 21:54:39 +03:00
pub use super::rpc_key::Entity as RpcKey;
2022-08-03 03:31:47 +03:00
pub use super::secondary_user::Entity as SecondaryUser;
pub use super::user::Entity as User;
2022-11-01 21:54:39 +03:00
pub use super::user_tier::Entity as UserTier;