Sha256: 6e0b82b1f84bb6a93f5cbad2bb9e27e66284316a87ab225fd5b10ab92652d2fd
Contents?: true
Size: 1.07 KB
Versions: 11
Compression:
Stored size: 1.07 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: repository-service.proto for package 'gitaly' require 'grpc' require 'repository-service_pb' module Gitaly module RepositoryService class Service include GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'gitaly.RepositoryService' rpc :RepositoryExists, RepositoryExistsRequest, RepositoryExistsResponse rpc :RepackIncremental, RepackIncrementalRequest, RepackIncrementalResponse rpc :RepackFull, RepackFullRequest, RepackFullResponse rpc :GarbageCollect, GarbageCollectRequest, GarbageCollectResponse rpc :RepositorySize, RepositorySizeRequest, RepositorySizeResponse rpc :ApplyGitattributes, ApplyGitattributesRequest, ApplyGitattributesResponse rpc :FetchRemote, FetchRemoteRequest, FetchRemoteResponse # Deprecated, use the RepositoryExists RPC instead. rpc :Exists, RepositoryExistsRequest, RepositoryExistsResponse end Stub = Service.rpc_stub_class end end
Version data entries
11 entries across 11 versions & 4 rubygems