feat(tvix/store): add SledDirectoryService
Change-Id: I8e97a59da2c6623f4cca746efa741097a6dbe5b1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7871 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
22b9e6ff09
commit
e719da53be
6 changed files with 411 additions and 37 deletions
|
|
@ -3,7 +3,7 @@ pub mod proto;
|
|||
pub mod store_path;
|
||||
|
||||
pub mod dummy_blob_service;
|
||||
pub mod dummy_directory_service;
|
||||
pub mod sled_directory_service;
|
||||
pub mod sled_path_info_service;
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue