snix/tvix/store/src/pathinfoservice
Florian Klink ea257589d3 refactor(tvix/store/pathinfo/from_addr): stop using gen_*_service
Remove usage of the gen_{blob,directory}_service() helper functions
from utils. We populate Memory{Blob,Directory}Services here directly, as
test_case and rstest doesn't compose well.

Change-Id: I0fb48aadb8c818f508b18ceb83c85eb91359442a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11278
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
2024-03-28 07:58:10 +00:00
..
fs chore(tvix/store): Use BoxStream type alias 2024-01-21 19:41:02 +00:00
tests feat(tvix/store): add rstest-based PathInfoService tests 2024-03-28 07:02:18 +00:00
from_addr.rs refactor(tvix/store/pathinfo/from_addr): stop using gen_*_service 2024-03-28 07:58:10 +00:00
grpc.rs refactor(tvix/pathinfo/grpc): use rstest fixtures 2024-03-28 07:58:10 +00:00
memory.rs chore(tvix/store): Use BoxStream type alias 2024-01-21 19:41:02 +00:00
mod.rs feat(tvix/store): add rstest-based PathInfoService tests 2024-03-28 07:02:18 +00:00
nix_http.rs refactor(tvix/store/pathinfo/nix_http): NixHash to display NARHash 2024-03-18 16:10:05 +00:00
sled.rs chore(tvix/store): Use BoxStream type alias 2024-01-21 19:41:02 +00:00