This commit is contained in:
2026-05-31 20:24:10 +02:00
parent 49cd648d5b
commit a1e8d34210
27 changed files with 426 additions and 23 deletions

5
src/domain/typ.rs Normal file
View File

@@ -0,0 +1,5 @@
pub mod dataloader;
pub mod entity;
pub mod model;
pub mod repository;
pub mod service;