Sha256: 6676b255d5769be4e9bcdce6702628f93439109cb815699c5d1714c3699b8938

Contents?: true

Size: 730 Bytes

Versions: 11

Compression:

Stored size: 730 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, WalkReposRequest, stream(WalkReposResponse)
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
gitaly-13.3.0.pre.rc3 ruby/proto/gitaly/internal_services_pb.rb
gitaly-13.3.0.pre.rc2 ruby/proto/gitaly/internal_services_pb.rb
gitaly-13.3.0.pre.rc1 ruby/proto/gitaly/internal_services_pb.rb
gitaly-13.2.0.pre.rc2 ruby/proto/gitaly/internal_services_pb.rb
gitaly-13.2.0.pre.rc1 ruby/proto/gitaly/internal_services_pb.rb
gitaly-13.1.0.pre.rc4 ruby/proto/gitaly/internal_services_pb.rb
gitaly-13.1.0.pre.rc3 ruby/proto/gitaly/internal_services_pb.rb
gitaly-13.1.0.pre.rc1 ruby/proto/gitaly/internal_services_pb.rb
gitaly-13.0.0.pre.rc1 ruby/proto/gitaly/internal_services_pb.rb
gitaly-12.10.0 ruby/proto/gitaly/internal_services_pb.rb
gitaly-12.9.0.pre.rc4 ruby/proto/gitaly/internal_services_pb.rb