snix/tvix/store/src
Florian Klink 58f5ff2c17 feat(tvix/store): initial dummy implementation
This replaces the hello world example from tvix-store with an actual
gRPC endpoint, implementing all of BlobService, DirectoryService and
PathInfoService.

All RPC methods currently respond with the unimplemented gRPC status.

Co-Authored-By: Márton Boros <martonboros@gmail.com>
Change-Id: Ieba333cca44dc1e3f2ffbe676ba7a99e672b9bfb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7664
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2022-12-30 15:21:38 +00:00
..
tests chore(tvix/store): move tests into separate file 2022-12-29 12:07:57 +00:00
dummy_blob_service.rs feat(tvix/store): initial dummy implementation 2022-12-30 15:21:38 +00:00
dummy_directory_service.rs feat(tvix/store): initial dummy implementation 2022-12-30 15:21:38 +00:00
dummy_path_info_service.rs feat(tvix/store): initial dummy implementation 2022-12-30 15:21:38 +00:00
main.rs feat(tvix/store): initial dummy implementation 2022-12-30 15:21:38 +00:00
nixbase32.rs feat(tvix/store): add nixbase32 mod 2022-12-30 13:31:46 +00:00
nixpath.rs feat(tvix/store): add nixpath 2022-12-30 14:39:59 +00:00
proto.rs feat(tvix/store): parameterise validate_digest error 2022-12-30 14:43:19 +00:00