about summary refs log tree commit diff
path: root/tvix/store/src/dummy_directory_service.rs
AgeCommit message (Collapse)AuthorFilesLines
2022-12-30 r/5554 feat(tvix/store): initial dummy implementationFlorian Klink1-0/+28
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