Sha256: e9ebbce69215ab87d78a1ba03d680ecfd0f23ab2ab2a2fef87a71c35602a4e7b

Contents?: true

Size: 1.13 KB

Versions: 15

Compression:

Stored size: 1.13 KB

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)
      # Return a list of files changed along with the status of each file
      rpc :FindChangedPaths, Gitaly::FindChangedPathsRequest, stream(Gitaly::FindChangedPathsResponse)
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
gitaly-14.4.0.pre.rc43 ruby/proto/gitaly/diff_services_pb.rb
gitaly-14.3.0.pre.rc2 ruby/proto/gitaly/diff_services_pb.rb
gitaly-14.1.0.pre.rc4 ruby/proto/gitaly/diff_services_pb.rb
gitaly-14.1.0.pre.rc3 ruby/proto/gitaly/diff_services_pb.rb
gitaly-14.1.0.pre.rc2 ruby/proto/gitaly/diff_services_pb.rb
gitaly-14.1.0.pre.rc1 ruby/proto/gitaly/diff_services_pb.rb
gitaly-14.0.0.pre.rc2 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.12.0.pre.rc1 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.11.0.pre.rc1 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.9.0.pre.rc1 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.8.0.pre.rc3 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.8.0.pre.rc2 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.8.0.pre.rc1 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.7.0.pre.rc4 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.7.0.pre.rc1 ruby/proto/gitaly/diff_services_pb.rb