From 9627ef15de4a5fae705b6d59a0d3bf59d7ef9296 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 21 Dec 2023 17:38:40 +0200 Subject: docs(tvix/castore/protos): remove reference This is not gonna end up as a interlinked docstring. Change-Id: I2b0ca106aa75bae0156c0b411da5931da60c725d Reviewed-on: https://cl.tvl.fyi/c/depot/+/10406 Autosubmit: flokli Reviewed-by: edef Tested-by: BuildkiteCI --- tvix/castore-go/rpc_blobstore_grpc.pb.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tvix/castore-go') diff --git a/tvix/castore-go/rpc_blobstore_grpc.pb.go b/tvix/castore-go/rpc_blobstore_grpc.pb.go index e10795bfaf..d63a6cae96 100644 --- a/tvix/castore-go/rpc_blobstore_grpc.pb.go +++ b/tvix/castore-go/rpc_blobstore_grpc.pb.go @@ -35,7 +35,7 @@ type BlobServiceClient interface { // gathering more data about it, like more granular chunking information // or baos. // Server implementations are not required to provide more granular chunking - // information, especially if the digest specified in [StatBlobRequest] is + // information, especially if the digest specified in `StatBlobRequest` is // already a chunk of a blob. Stat(ctx context.Context, in *StatBlobRequest, opts ...grpc.CallOption) (*StatBlobResponse, error) // Read allows reading (all) data of a blob/chunk by the BLAKE3 digest of @@ -147,7 +147,7 @@ type BlobServiceServer interface { // gathering more data about it, like more granular chunking information // or baos. // Server implementations are not required to provide more granular chunking - // information, especially if the digest specified in [StatBlobRequest] is + // information, especially if the digest specified in `StatBlobRequest` is // already a chunk of a blob. Stat(context.Context, *StatBlobRequest) (*StatBlobResponse, error) // Read allows reading (all) data of a blob/chunk by the BLAKE3 digest of -- cgit 1.4.1