Sha256: eb400a57915a10fa0911f4fd3fc79277bbbb6108d3523d731b57f9bbf0d6fe0d

Contents?: true

Size: 964 Bytes

Versions: 2

Compression:

Stored size: 964 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
      rpc :ListRemotes, ListRemotesRequest, ListRemotesResponse
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gitaly-proto-1.10.0 ruby/lib/gitaly/remote_services_pb.rb
gitaly-proto-1.9.0 ruby/lib/gitaly/remote_services_pb.rb