Sha256: 4d453a436ef98cc5352a859b27f62569026a60ba55ce17ec94df9d7349dcfb56
Contents?: true
Size: 908 Bytes
Versions: 37
Compression:
Stored size: 908 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: partition.proto for package 'gitaly' require 'grpc' require 'partition_pb' module Gitaly module PartitionService # PartitionService is a service providing RPCs accessing partitions as a whole. class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'gitaly.PartitionService' # BackupPartition backs up an entire partition and saves it to # the configured backup sink (filesystem or object storage). rpc :BackupPartition, ::Gitaly::BackupPartitionRequest, ::Gitaly::BackupPartitionResponse # ListPartitions lists partitions present in the storage. rpc :ListPartitions, ::Gitaly::ListPartitionsRequest, ::Gitaly::ListPartitionsResponse end Stub = Service.rpc_stub_class end end
Version data entries
37 entries across 37 versions & 1 rubygems