refactor: restructure domain crate by bounded context

This commit is contained in:
2026-05-31 04:44:48 +02:00
parent 2b62d1ec81
commit de93373b43
136 changed files with 2111 additions and 2096 deletions

View File

@@ -1,4 +1,8 @@
mod entities;
mod events;
mod services;
mod value_objects;
mod common;
mod identity;
mod storage;
mod catalog;
mod organization;
mod sharing;
mod sidecar;
mod processing;