feat(tvix/proto): add rpc_blobstore
This defines a service that can be used to get and put content-addressed chunks of data. Change-Id: I36cf2278ed1daf71848c04fdfd14450b2268c5de Reviewed-on: https://cl.tvl.fyi/c/depot/+/7135 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
64f812b2f0
commit
5f9796cf94
3 changed files with 34 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ let
|
|||
protoRoot = depot.nix.sparseTree depot.path.origSrc [
|
||||
./protos/castore.proto
|
||||
./protos/pathinfo.proto
|
||||
./protos/rpc_blobstore.proto
|
||||
];
|
||||
|
||||
protobufDep = prev: (prev.nativeBuildInputs or [ ]) ++ [ pkgs.protobuf ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue