tvl-depot/tvix/store/src
Florian Klink 011fbe2214 chore(tvix/store/directorysvc): remove GRPCDirectoryService::new
The only place where we did use new was also already where we've been in
a tokio context, so just using from_client is easier.

Change-Id: I39dbc18f6aaa3abc342409be623395647f968530
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8754
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2023-06-12 21:33:59 +00:00
..
bin refactor(tvix/store/pathinfosvc): use Arc<dyn …> 2023-06-12 13:27:05 +00:00
blobservice chore(tvix/store/blobsvc): remove GRPCBlobService::new 2023-06-12 21:33:59 +00:00
directoryservice chore(tvix/store/directorysvc): remove GRPCDirectoryService::new 2023-06-12 21:33:59 +00:00
fuse refactor(tvix/store/pathinfosvc): use Arc<dyn …> 2023-06-12 13:27:05 +00:00
nar refactor(tvix/store): use Arc instead of Box 2023-06-12 10:24:24 +00:00
pathinfoservice refactor(tvix/store/pathinfosvc): use Arc<dyn …> 2023-06-12 13:27:05 +00:00
proto refactor(tvix/store/pathinfosvc): use Arc<dyn …> 2023-06-12 13:27:05 +00:00
tests refactor(tvix/store/pathinfosvc): use Arc<dyn …> 2023-06-12 13:27:05 +00:00
digests.rs refactor(tvix/store/digests): clippy 2023-05-23 12:28:34 +00:00
errors.rs feat(tvix/store/pathinfosvc): add gRPC client 2023-03-27 08:48:41 +00:00
import.rs refactor(tvix/store/blobsvc): drop Result<_,_> around open_write 2023-06-12 12:43:34 +00:00
lib.rs feat(tvix/store): add mount command to entrypoint and fuse mod 2023-06-10 15:33:07 +00:00
store_io.rs refactor(tvix/store/pathinfosvc): use Arc<dyn …> 2023-06-12 13:27:05 +00:00