Sha256: 26661e0314dc2728b7ccd3237883bb7118f196ea357095a0870f8929e57b778c
Contents?: true
Size: 663 Bytes
Versions: 22
Compression:
Stored size: 663 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) end Stub = Service.rpc_stub_class end end
Version data entries
22 entries across 22 versions & 1 rubygems