Sha256: 61e6e2f074d40b36b3887c128ec3c3f1f4986795731bc0791cefa9d2ba69104e
Contents?: true
Size: 499 Bytes
Versions: 7
Compression:
Stored size: 499 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: notifications.proto for package 'gitaly' require 'grpc' require 'notifications_pb' module Gitaly module Notifications class Service include GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'gitaly.Notifications' rpc :PostReceive, PostReceiveRequest, PostReceiveResponse end Stub = Service.rpc_stub_class end end
Version data entries
7 entries across 7 versions & 1 rubygems