Add service layer to abstract business logic

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-08-22 12:28:36 +02:00
parent 208d18c280
commit f30706a25a
4 changed files with 140 additions and 30 deletions

View File

@@ -1,5 +1,6 @@
pub mod models;
pub mod storage;
pub mod service;
mod time;
pub mod dag;
pub mod rpc;