Sha256: f4fc754319210ae07b26082fe16a78d561be7da88d373b741b93ac9de2197eda
Contents?: true
Size: 515 Bytes
Versions: 26
Compression:
Stored size: 515 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: cleanup.proto for package 'gitaly' require 'grpc' require 'cleanup_pb' module Gitaly module CleanupService class Service include GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'gitaly.CleanupService' rpc :ApplyBfgObjectMap, stream(ApplyBfgObjectMapRequest), ApplyBfgObjectMapResponse end Stub = Service.rpc_stub_class end end
Version data entries
26 entries across 26 versions & 1 rubygems