ruby/proto/gitaly/praefect_services_pb.rb in gitaly-15.0.0.pre.rc2 vs ruby/proto/gitaly/praefect_services_pb.rb in gitaly-15.0.0.pre.rc3

- old
+ new

@@ -4,17 +4,20 @@ require 'grpc' require 'praefect_pb' module Gitaly module PraefectInfoService + # PraefectInfoService is a service which provides RPCs to query and modify + # Praefect-specific parameters. class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'gitaly.PraefectInfoService' + # This comment is left unintentionally blank. rpc :RepositoryReplicas, ::Gitaly::RepositoryReplicasRequest, ::Gitaly::RepositoryReplicasResponse # DatalossCheck checks for unavailable repositories. rpc :DatalossCheck, ::Gitaly::DatalossCheckRequest, ::Gitaly::DatalossCheckResponse # SetAuthoritativeStorage sets the authoritative storage for a repository on a given virtual storage. # This causes the current version of the repository on the authoritative storage to be considered the