about summary refs log tree commit diff
path: root/tvix/castore-go
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-12-21T15·38+0200
committerclbot <clbot@tvl.fyi>2023-12-21T16·44+0000
commit9627ef15de4a5fae705b6d59a0d3bf59d7ef9296 (patch)
treec3585a9c6e9867983d76015164a1be8a9dea0356 /tvix/castore-go
parent3b274f47af7e34e64fd428ab6f187e3d8d215046 (diff)
docs(tvix/castore/protos): remove reference r/7252
This is not gonna end up as a interlinked docstring.

Change-Id: I2b0ca106aa75bae0156c0b411da5931da60c725d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10406
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: edef <edef@edef.eu>
Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/castore-go')
-rw-r--r--tvix/castore-go/rpc_blobstore_grpc.pb.go4
1 files changed, 2 insertions, 2 deletions
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