Welcome to mirror list, hosted at ThFree Co, Russian Federation.

teststream_pb.rb « gitaly « proto « ruby - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d75050f048f6dec7fef0cf5d57e330b17a11b990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: teststream.proto

require 'google/protobuf'

require 'lint_pb'
require 'shared_pb'
require 'google/protobuf/empty_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("teststream.proto", :syntax => :proto3) do
    add_message "gitaly.TestStreamRequest" do
      optional :repository, :message, 1, "gitaly.Repository"
      optional :size, :int64, 2
    end
  end
end

module Gitaly
  TestStreamRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.TestStreamRequest").msgclass
end