Sha256: f387e99a9a2100ba5a0387b714cc724dbe0a16534b86d22a9b62ce519579374c

Contents?: true

Size: 782 Bytes

Versions: 2

Compression:

Stored size: 782 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(PreReceiveHookRequest), stream(PreReceiveHookResponse)
      rpc :PostReceiveHook, stream(PostReceiveHookRequest), stream(PostReceiveHookResponse)
      rpc :UpdateHook, UpdateHookRequest, stream(UpdateHookResponse)
      rpc :ReferenceTransactionHook, stream(ReferenceTransactionHookRequest), stream(ReferenceTransactionHookResponse)
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gitaly-13.3.0.pre.rc3 ruby/proto/gitaly/hook_services_pb.rb
gitaly-13.3.0.pre.rc2 ruby/proto/gitaly/hook_services_pb.rb