refactor: remove loco-rs
This commit is contained in:
1
apps/recorder/src/cache/config.rs
vendored
Normal file
1
apps/recorder/src/cache/config.rs
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pub struct CacheConfig {}
|
||||
5
apps/recorder/src/cache/mod.rs
vendored
Normal file
5
apps/recorder/src/cache/mod.rs
vendored
Normal 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
1
apps/recorder/src/cache/service.rs
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pub struct CacheService {}
|
||||
Reference in New Issue
Block a user