Sha256: b9bfb9532a1aa92d8273ca73be67272f5d9fbf21af65d8f08424f85956f6bda9

Contents?: true

Size: 900 Bytes

Versions: 22

Compression:

Stored size: 900 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
      rpc :FindRemoteRepository, FindRemoteRepositoryRequest, FindRemoteRepositoryResponse
      rpc :FindRemoteRootRef, FindRemoteRootRefRequest, FindRemoteRootRefResponse
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

22 entries across 22 versions & 3 rubygems

Version Path
gitaly-proto-0.116.0 ruby/lib/gitaly/remote_services_pb.rb
gitaly-proto-0.115.0 ruby/lib/gitaly/remote_services_pb.rb