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/praefect_services_pb.rb')
-rw-r--r--ruby/proto/gitaly/praefect_services_pb.rb22
1 files changed, 22 insertions, 0 deletions
diff --git a/ruby/proto/gitaly/praefect_services_pb.rb b/ruby/proto/gitaly/praefect_services_pb.rb
new file mode 100644
index 000000000..61c8a6ef2
--- /dev/null
+++ b/ruby/proto/gitaly/praefect_services_pb.rb
@@ -0,0 +1,22 @@
+# Generated by the protocol buffer compiler. DO NOT EDIT!
+# Source: praefect.proto for package 'gitaly'
+
+require 'grpc'
+require 'praefect_pb'
+
+module Gitaly
+ module ReplicaService
+ class Service
+
+ include GRPC::GenericService
+
+ self.marshal_class_method = :encode
+ self.unmarshal_class_method = :decode
+ self.service_name = 'gitaly.ReplicaService'
+
+ rpc :RepositoryReplicas, RepositoryReplicasRequest, RepositoryReplicasResponse
+ end
+
+ Stub = Service.rpc_stub_class
+ end
+end