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