feat(tvix/proto): add rpc_directory.proto

This provides an interface to retrieve and upload single Directory
messages, or a DAG of them.

Change-Id: Id9e7084bd697d843649a122da2c992a3e36d808c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7137
Tested-by: BuildkiteCI
Reviewed-by: Adam Joseph <adam@westernsemico.com>
This commit is contained in:
Florian Klink 2022-10-30 12:57:07 +01:00 committed by flokli
parent 870cd533dd
commit 2e04f68df8
3 changed files with 48 additions and 0 deletions

View file

@ -5,6 +5,7 @@ let
./protos/castore.proto
./protos/pathinfo.proto
./protos/rpc_blobstore.proto
./protos/rpc_directory.proto
./protos/rpc_pathinfo.proto
];