feat(tvix/store): add pathinfoservice
This adds a PathInfoService trait, and an implementation for it using sled, and one using a HashMap. Change-Id: I85fe4c9b6105808d7b0c095441326424ffc2d2bb Reviewed-on: https://cl.tvl.fyi/c/depot/+/8099 Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz>
This commit is contained in:
parent
419f7d0f0c
commit
9b3228959a
4 changed files with 165 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ mod errors;
|
|||
pub mod blobservice;
|
||||
pub mod chunkservice;
|
||||
pub mod directoryservice;
|
||||
pub mod pathinfoservice;
|
||||
pub mod proto;
|
||||
|
||||
pub use blobreader::BlobReader;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue