Sha256: a57c7e21f394ff92d75bd57ee9b06b37c299b01a0a9705396a0ac5a8866e4128
Contents?: true
Size: 541 Bytes
Versions: 29
Compression:
Stored size: 541 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 :ApplyBfgObjectMapStream, stream(ApplyBfgObjectMapStreamRequest), stream(ApplyBfgObjectMapStreamResponse) end Stub = Service.rpc_stub_class end end
Version data entries
29 entries across 29 versions & 1 rubygems