Sha256: 3b4b7a8f01182061613fa957a4b35f194a2b7a239c99bcf1dd019d6d6add1c60

Contents?: true

Size: 752 Bytes

Versions: 261

Compression:

Stored size: 752 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: internal.proto for package 'gitaly'

require 'grpc'
require 'internal_pb'

module Gitaly
  module InternalGitaly
    # InternalGitaly is a gRPC service meant to be served by a Gitaly node, but
    # only reachable by Praefect or other Gitalies
    class Service

      include ::GRPC::GenericService

      self.marshal_class_method = :encode
      self.unmarshal_class_method = :decode
      self.service_name = 'gitaly.InternalGitaly'

      # WalkRepos walks the storage and streams back all known git repos on the
      # requested storage
      rpc :WalkRepos, ::Gitaly::WalkReposRequest, stream(::Gitaly::WalkReposResponse)
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

261 entries across 261 versions & 3 rubygems

Version Path
gitaly-17.6.5 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.7.4 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.8.2 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.6.4 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.7.3 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.8.1 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.8.0 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.7.2 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.8.0.pre.rc42 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.5.5 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.6.3 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.7.1 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.7.0 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.7.0.pre.rc42 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.4.6 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.5.4 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.6.2 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.6.2.pre.rc31 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.6.2.pre.rc30 ruby/proto/gitaly/internal_services_pb.rb
gitaly-17.7.0.pre.rc30 ruby/proto/gitaly/internal_services_pb.rb