# 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