Sha256: a56ebfa2540935853957fa7251c3d357036d2e82113ed04519627983575e26e3
Contents?: true
Size: 511 Bytes
Versions: 166
Compression:
Stored size: 511 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 NotificationService class Service include GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'gitaly.NotificationService' rpc :PostReceive, PostReceiveRequest, PostReceiveResponse end Stub = Service.rpc_stub_class end end
Version data entries
166 entries across 166 versions & 6 rubygems