refactor(backend): alihkan manajemen session ke zesdex-iam (SessionRepository/SessionLockRepository)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
asepharyana
2026-07-17 09:08:41 +07:00
co-authored by Claude Sonnet 5
parent 4ab812d93b
commit add6845edf
4 changed files with 31 additions and 17 deletions
-6
View File
@@ -2,12 +2,6 @@
//! plus local sub-modules (agent_def, msglog) that weren't extracted.
// Module re-exports matching original `crate::model::*` paths
pub mod session {
pub use zesdex_entities::seaorm::auth::session::*;
}
pub mod session_lock {
pub use zesdex_entities::seaorm::auth::session_lock::*;
}
pub mod settings {
pub use zesdex_entities::seaorm::common::settings::*;
}