tvl-depot/tvix/store/src
Florian Klink 28a862976b refactor(tvix/store/tests): move gen_*_service() into helper
This allows hiding to tests what exact implementation we're using, when
testing things that do something with a store, but don't care what's
used for underlying storage.

Change-Id: I7cdf60fd73c25d5050159cb31ec177db2bc2a7f1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8155
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
2023-03-10 10:58:55 +00:00
..
blobservice feat(tvix/store): add blobservice 2023-03-06 15:32:47 +00:00
chunkservice feat(tvix/store): add chunkservice 2023-03-06 15:32:47 +00:00
directoryservice feat(tvix/store): add directoryservice 2023-03-10 10:58:55 +00:00
nar feat(tvix/store): add NARCalculationService trait and impl 2023-03-10 10:58:55 +00:00
pathinfoservice feat(tvix/store): add pathinfoservice 2023-03-10 10:58:55 +00:00
proto refactor(tvix/store/tests): move gen_*_service() into helper 2023-03-10 10:58:55 +00:00
tests refactor(tvix/store/tests): move gen_*_service() into helper 2023-03-10 10:58:55 +00:00
blobreader.rs refactor(tvix/store/tests): move gen_*_service() into helper 2023-03-10 10:58:55 +00:00
blobwriter.rs refactor(tvix/store): move blob splitting into a BlobWriter struct 2023-03-10 10:58:55 +00:00
errors.rs refactor(tvix/store): move blob splitting into a BlobWriter struct 2023-03-10 10:58:55 +00:00
lib.rs refactor(tvix/store): move blob splitting into a BlobWriter struct 2023-03-10 10:58:55 +00:00
main.rs feat(tvix/store): add --json arg 2023-03-10 10:58:55 +00:00