domain ports: CQRS-split traits for all bounded contexts

This commit is contained in:
2026-07-12 01:23:38 +02:00
parent 616c60e213
commit 0166e829c1
13 changed files with 693 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
pub mod errors;
pub mod models;
pub mod ports;
pub mod value_objects;
pub use errors::{DomainError, DomainResult};