Sha256: 7ff2dd791ec68a017025dd237928023c9bf5565a3a49984e0af320ea4db8b474
Contents?: true
Size: 623 Bytes
Versions: 5
Compression:
Stored size: 623 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, PreReceiveHookRequest, PreReceiveHookResponse rpc :PostReceiveHook, PostReceiveHookRequest, PostReceiveHookResponse rpc :UpdateHook, UpdateHookRequest, UpdateHookResponse end Stub = Service.rpc_stub_class end end
Version data entries
5 entries across 5 versions & 1 rubygems