Sha256: 6c1b744d50011ca23b4fa426a215a83e0c964bee8098f8e40d342a4d4c316d0e

Contents?: true

Size: 846 Bytes

Versions: 12

Compression:

Stored size: 846 Bytes

Contents

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

require 'grpc'
require 'hook_pb'

module Gitaly
  module HookService
    class Service

      include GRPC::GenericService

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

      rpc :PreReceiveHook, stream(Gitaly::PreReceiveHookRequest), stream(Gitaly::PreReceiveHookResponse)
      rpc :PostReceiveHook, stream(Gitaly::PostReceiveHookRequest), stream(Gitaly::PostReceiveHookResponse)
      rpc :UpdateHook, Gitaly::UpdateHookRequest, stream(Gitaly::UpdateHookResponse)
      rpc :ReferenceTransactionHook, stream(Gitaly::ReferenceTransactionHookRequest), stream(Gitaly::ReferenceTransactionHookResponse)
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
gitaly-13.9.0.pre.rc1 ruby/proto/gitaly/hook_services_pb.rb
gitaly-13.8.0.pre.rc3 ruby/proto/gitaly/hook_services_pb.rb
gitaly-13.8.0.pre.rc2 ruby/proto/gitaly/hook_services_pb.rb
gitaly-13.8.0.pre.rc1 ruby/proto/gitaly/hook_services_pb.rb
gitaly-13.7.0.pre.rc4 ruby/proto/gitaly/hook_services_pb.rb
gitaly-13.7.0.pre.rc1 ruby/proto/gitaly/hook_services_pb.rb
gitaly-13.6.1 ruby/proto/gitaly/hook_services_pb.rb
gitaly-13.5.0.pre.rc2 ruby/proto/gitaly/hook_services_pb.rb
gitaly-13.5.0.pre.rc1 ruby/proto/gitaly/hook_services_pb.rb
gitaly-13.4.0.pre.rc1 ruby/proto/gitaly/hook_services_pb.rb
gitaly-13.3.0.pre.rc5 ruby/proto/gitaly/hook_services_pb.rb
gitaly-13.3.0.pre.rc4 ruby/proto/gitaly/hook_services_pb.rb