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 'ruby/proto/gitaly/internal_services_pb.rb')
-rw-r--r--ruby/proto/gitaly/internal_services_pb.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/proto/gitaly/internal_services_pb.rb b/ruby/proto/gitaly/internal_services_pb.rb
index 07d4b2e12..ca66ef3d2 100644
--- a/ruby/proto/gitaly/internal_services_pb.rb
+++ b/ruby/proto/gitaly/internal_services_pb.rb
@@ -19,6 +19,9 @@ module Gitaly
# WalkRepos walks the storage and streams back all known git repos on the
# requested storage
rpc :WalkRepos, ::Gitaly::WalkReposRequest, stream(::Gitaly::WalkReposResponse)
+ # CleanRepos walks the storage and streams back all known git repos on the
+ # requested storage
+ rpc :CleanRepos, ::Gitaly::CleanReposRequest, ::Gitaly::CleanReposResponse
end
Stub = Service.rpc_stub_class