Sha256: 909e7a56b2e65978604a2894530eecd67a25d58b7a6a8782f9f1188648f1466d

Contents?: true

Size: 977 Bytes

Versions: 6

Compression:

Stored size: 977 Bytes

Contents

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

require 'grpc'
require 'diff_pb'

module Gitaly
  module DiffService
    class Service

      include GRPC::GenericService

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

      # Returns stream of CommitDiffResponse with patches chunked over messages
      rpc :CommitDiff, Gitaly::CommitDiffRequest, stream(Gitaly::CommitDiffResponse)
      # Return a stream so we can divide the response in chunks of deltas
      rpc :CommitDelta, Gitaly::CommitDeltaRequest, stream(Gitaly::CommitDeltaResponse)
      rpc :RawDiff, Gitaly::RawDiffRequest, stream(Gitaly::RawDiffResponse)
      rpc :RawPatch, Gitaly::RawPatchRequest, stream(Gitaly::RawPatchResponse)
      rpc :DiffStats, Gitaly::DiffStatsRequest, stream(Gitaly::DiffStatsResponse)
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gitaly-13.6.1 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.5.0.pre.rc2 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.5.0.pre.rc1 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.4.0.pre.rc1 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.3.0.pre.rc5 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.3.0.pre.rc4 ruby/proto/gitaly/diff_services_pb.rb