Sha256: 2068f45e434421f3c41db44eb8a54e2dd1b6d7755f00963629a0335ad82e154e

Contents?: true

Size: 897 Bytes

Versions: 30

Compression:

Stored size: 897 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, CommitDiffRequest, stream(CommitDiffResponse)
      # Return a stream so we can divide the response in chunks of deltas
      rpc :CommitDelta, CommitDeltaRequest, stream(CommitDeltaResponse)
      rpc :RawDiff, RawDiffRequest, stream(RawDiffResponse)
      rpc :RawPatch, RawPatchRequest, stream(RawPatchResponse)
      rpc :DiffStats, DiffStatsRequest, stream(DiffStatsResponse)
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
gitaly-13.3.0.pre.rc3 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.3.0.pre.rc2 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.3.0.pre.rc1 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.2.0.pre.rc2 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.2.0.pre.rc1 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.1.0.pre.rc4 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.1.0.pre.rc3 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.1.0.pre.rc1 ruby/proto/gitaly/diff_services_pb.rb
gitaly-13.0.0.pre.rc1 ruby/proto/gitaly/diff_services_pb.rb
gitaly-12.10.0 ruby/proto/gitaly/diff_services_pb.rb
gitaly-12.9.0.pre.rc4 ruby/proto/gitaly/diff_services_pb.rb
gitaly-1.87.0 ruby/proto/gitaly/diff_services_pb.rb
gitaly-1.86.0 ruby/proto/gitaly/diff_services_pb.rb
gitaly-1.85.0 ruby/proto/gitaly/diff_services_pb.rb
gitaly-1.84.0 ruby/proto/gitaly/diff_services_pb.rb
gitaly-1.83.0 ruby/proto/gitaly/diff_services_pb.rb
gitaly-1.82.0 ruby/proto/gitaly/diff_services_pb.rb
gitaly-1.81.0 ruby/proto/gitaly/diff_services_pb.rb
gitaly-1.80.0 ruby/proto/gitaly/diff_services_pb.rb
gitaly-1.79.0 ruby/proto/gitaly/diff_services_pb.rb