Sha256: 506eb536675966781b6d9ed4ca09f0eed7171a7562b0718301c89731b5478365
Contents?: true
Size: 754 Bytes
Versions: 26
Compression:
Stored size: 754 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' # Deprecated in favour of ApplyBfgObjectMapStream rpc :ApplyBfgObjectMap, stream(ApplyBfgObjectMapRequest), ApplyBfgObjectMapResponse rpc :ApplyBfgObjectMapStream, stream(ApplyBfgObjectMapStreamRequest), stream(ApplyBfgObjectMapStreamResponse) rpc :CloseSession, CloseSessionRequest, CloseSessionResponse end Stub = Service.rpc_stub_class end end
Version data entries
26 entries across 26 versions & 2 rubygems