refactor: remove loco-rs

This commit is contained in:
2025-02-28 03:19:48 +08:00
parent c0707d17bb
commit a68aab1452
66 changed files with 1321 additions and 829 deletions

1
apps/recorder/src/cache/config.rs vendored Normal file
View File

@@ -0,0 +1 @@
pub struct CacheConfig {}

5
apps/recorder/src/cache/mod.rs vendored Normal file
View File

@@ -0,0 +1,5 @@
pub mod config;
pub mod service;
pub use config::CacheConfig;
pub use service::CacheService;

1
apps/recorder/src/cache/service.rs vendored Normal file
View File

@@ -0,0 +1 @@
pub struct CacheService {}