refactoring: continuing to break stuff out

This commit is contained in:
Per Stark
2024-11-21 12:03:31 +01:00
parent 53b94c3569
commit d9707f21a5
9 changed files with 187 additions and 69 deletions

View File

@@ -1,6 +1,7 @@
pub mod error;
pub mod models;
pub mod rabbitmq;
pub mod retrieval;
pub mod routes;
pub mod storage;
pub mod surrealdb;