12 lines
216 B
Rust
12 lines
216 B
Rust
//! `SeaORM` Entity, @generated by sea-orm-codegen 2.0.0-rc.18
|
|
|
|
pub mod prelude;
|
|
|
|
pub mod config;
|
|
pub mod location;
|
|
pub mod proxy_host;
|
|
pub mod upstream;
|
|
pub mod upstream_target;
|
|
pub mod user;
|
|
pub mod user_identity;
|