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/transaction_services_pb.rb')
-rw-r--r--ruby/proto/gitaly/transaction_services_pb.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/ruby/proto/gitaly/transaction_services_pb.rb b/ruby/proto/gitaly/transaction_services_pb.rb
index 4e21fc2f6..58c8bfe40 100644
--- a/ruby/proto/gitaly/transaction_services_pb.rb
+++ b/ruby/proto/gitaly/transaction_services_pb.rb
@@ -6,6 +6,11 @@ require 'transaction_pb'
module Gitaly
module RefTransaction
+ # RefTransaction is a service which provides RPCs to interact with reference
+ # transactions. Reference transactions are used in the context of Gitaly
+ # Cluster to ensure that all nodes part of a single transaction perform the
+ # same change: given a set of changes, the changes are hashed and the hash is
+ # then voted on.
class Service
include ::GRPC::GenericService