Sha256: 6d588c00485b90bff25e5522ef6be5f8f3fb6ce9f91e3272d24365157f1c699c

Contents?: true

Size: 1.13 KB

Versions: 9

Compression:

Stored size: 1.13 KB

Contents

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

require 'grpc'
require 'ssh_pb'

module Gitaly
  module SSHService
    class Service

      include ::GRPC::GenericService

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

      # To forward 'git upload-pack' to Gitaly for SSH sessions
      rpc :SSHUploadPack, stream(::Gitaly::SSHUploadPackRequest), stream(::Gitaly::SSHUploadPackResponse)
      # To forward 'git upload-pack' to Gitaly for SSH sessions, via sidechannels
      rpc :SSHUploadPackWithSidechannel, ::Gitaly::SSHUploadPackWithSidechannelRequest, ::Gitaly::SSHUploadPackWithSidechannelResponse
      # To forward 'git receive-pack' to Gitaly for SSH sessions
      rpc :SSHReceivePack, stream(::Gitaly::SSHReceivePackRequest), stream(::Gitaly::SSHReceivePackResponse)
      # To forward 'git upload-archive' to Gitaly for SSH sessions
      rpc :SSHUploadArchive, stream(::Gitaly::SSHUploadArchiveRequest), stream(::Gitaly::SSHUploadArchiveResponse)
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
gitaly-15.0.0.pre.rc2 ruby/proto/gitaly/ssh_services_pb.rb
gitaly-14.10.0.pre.rc1 ruby/proto/gitaly/ssh_services_pb.rb
gitaly-14.9.0.pre.rc5 ruby/proto/gitaly/ssh_services_pb.rb
gitaly-14.9.0.pre.rc4 ruby/proto/gitaly/ssh_services_pb.rb
gitaly-14.9.0.pre.rc3 ruby/proto/gitaly/ssh_services_pb.rb
gitaly-14.9.0.pre.rc2 ruby/proto/gitaly/ssh_services_pb.rb
gitaly-14.9.0.pre.rc1 ruby/proto/gitaly/ssh_services_pb.rb
gitaly-14.8.0 ruby/proto/gitaly/ssh_services_pb.rb
gitaly-14.8.0.pre.rc1 ruby/proto/gitaly/ssh_services_pb.rb