refactoring: working macro and generics

This commit is contained in:
Per Stark
2024-11-20 22:44:30 +01:00
parent 838aa4c1ec
commit fc20526789
11 changed files with 198 additions and 167 deletions

View File

@@ -1,3 +1,4 @@
pub mod error;
pub mod models;
pub mod rabbitmq;
pub mod routes;