Sha256: 8af8dee88a43d1ffa69f013b675868a685c923566e19319d1786e61e882d9530
Contents?: true
Size: 671 Bytes
Versions: 59
Compression:
Stored size: 671 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 # CleanupService provides RPCs to clean up a repository's contents. class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'gitaly.CleanupService' # ApplyBfgObjectMapStream ... rpc :ApplyBfgObjectMapStream, stream(::Gitaly::ApplyBfgObjectMapStreamRequest), stream(::Gitaly::ApplyBfgObjectMapStreamResponse) end Stub = Service.rpc_stub_class end end
Version data entries
59 entries across 59 versions & 3 rubygems