relay-agent-entity 0.1.0

Enitity definitions for the Relay Mail Agent
Documentation
1
2
3
4
5
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.19

pub use super::inbox::Entity as Inbox;
pub use super::message::Entity as Message;
pub use super::users::Entity as Users;