Sha256: 1365629e8d6657f47c01e0a4c380723f23ef8123fbdb1ef35293b35dcab4ae23
Contents?: true
Size: 634 Bytes
Versions: 5
Compression:
Stored size: 634 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 end Stub = Service.rpc_stub_class end end
Version data entries
5 entries across 5 versions & 1 rubygems