Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'proto/blob.proto')
-rw-r--r--proto/blob.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/blob.proto b/proto/blob.proto
index 528615f73..f6ded95b8 100644
--- a/proto/blob.proto
+++ b/proto/blob.proto
@@ -7,6 +7,8 @@ import "shared.proto";
option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
+// BlobService is a service which provides RPCs to retrieve Git blobs from a
+// specific repository.
service BlobService {
// GetBlob returns the contents of a blob object referenced by its object
// ID. We use a stream to return a chunked arbitrarily large binary