Sha256: 840f772a94c07a8b9ff71b6ca5f92e25fa89a3a836e4dc3f8a297f303395562e
Contents?: true
Size: 727 Bytes
Versions: 23
Compression:
Stored size: 727 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: remote.proto for package 'gitaly' require 'grpc' require 'remote_pb' module Gitaly module RemoteService class Service include GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'gitaly.RemoteService' rpc :AddRemote, AddRemoteRequest, AddRemoteResponse rpc :FetchInternalRemote, FetchInternalRemoteRequest, FetchInternalRemoteResponse rpc :RemoveRemote, RemoveRemoteRequest, RemoveRemoteResponse rpc :UpdateRemoteMirror, stream(UpdateRemoteMirrorRequest), UpdateRemoteMirrorResponse end Stub = Service.rpc_stub_class end end
Version data entries
23 entries across 23 versions & 1 rubygems