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 |
||
|---|---|---|
| .. | ||
| tests | ||
| dummy_blob_service.rs | ||
| dummy_directory_service.rs | ||
| dummy_path_info_service.rs | ||
| main.rs | ||
| nixbase32.rs | ||
| nixpath.rs | ||
| proto.rs | ||