snix/tvix/store/src/proto/tests
Florian Klink 52cad86195 refactor(tvix/store): remove Arc<> from PathInfoService::from_addr
This makes PathInfoService::from_addr return a Box<dyn PathInfoService>,
rather than an Arc<dyn …>, and leaves it up to the consumers to rewrap
it into an Arc where needed.

This allows us to drop the Arc for the tvix-store daemon subcommand.

Change-Id: Ic83aa2ade6c51912281bd17c7eef7252e152b2d1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10409
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
2023-12-22 16:55:18 +00:00
..
grpc_pathinfoservice.rs refactor(tvix/store): remove Arc<> from PathInfoService::from_addr 2023-12-22 16:55:18 +00:00
mod.rs refactor(tvix): move castore into tvix-castore crate 2023-09-22 12:51:21 +00:00
pathinfo.rs feat(tvix/store): add as_narinfo() for PathInfo 2023-11-22 20:37:10 +00:00