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/cleanup.proto')
-rw-r--r--proto/cleanup.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/cleanup.proto b/proto/cleanup.proto
index 07e8ad72f..13e575785 100644
--- a/proto/cleanup.proto
+++ b/proto/cleanup.proto
@@ -7,6 +7,7 @@ import "shared.proto";
option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
+// CleanupService provides RPCs to clean up a repository's contents.
service CleanupService {
rpc ApplyBfgObjectMapStream(stream ApplyBfgObjectMapStreamRequest) returns (stream ApplyBfgObjectMapStreamResponse) {
option (op_type) = {