From 64afe59bbec316536fb4ade4f031ed31bf9226fc Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 28 Oct 2022 16:26:17 +0200 Subject: chore(tvix/proto/castore.proto): drop Blob and Chunk In ripple, this is used for the internal on-disk format, but it's not suitable for remote consumption. Change-Id: I327361a2254566ac9216e23eaed36dba8fdd283b Reviewed-on: https://cl.tvl.fyi/c/depot/+/7127 Tested-by: BuildkiteCI Reviewed-by: edef --- tvix/proto/castore.proto | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tvix/proto/castore.proto') diff --git a/tvix/proto/castore.proto b/tvix/proto/castore.proto index 14a689ea5ba2..f9cffc3ebed9 100644 --- a/tvix/proto/castore.proto +++ b/tvix/proto/castore.proto @@ -28,13 +28,3 @@ message LinkNode { string name = 1; string target = 2; } - -message Blob { - bytes bao_inline = 3; - repeated Chunk chunks = 4; -} - -message Chunk { - uint64 offset = 1; - uint32 length = 2; -} -- cgit 1.4.1