Sha256: e2d40cde4837dcfbb5918cc4f930bc78845278e7cfeaa60e742a0a6c9b8213ef
Contents?: true
Size: 687 Bytes
Versions: 75
Compression:
Stored size: 687 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' # This comment is left unintentionally blank. rpc :ApplyBfgObjectMapStream, stream(::Gitaly::ApplyBfgObjectMapStreamRequest), stream(::Gitaly::ApplyBfgObjectMapStreamResponse) end Stub = Service.rpc_stub_class end end
Version data entries
75 entries across 75 versions & 1 rubygems