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

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

require 'google/protobuf'

require 'google/protobuf/timestamp_pb'
require 'lint_pb'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("internal.proto", :syntax => :proto3) do
    add_message "gitaly.WalkReposRequest" do
      optional :storage_name, :string, 1
    end
    add_message "gitaly.WalkReposResponse" do
      optional :relative_path, :string, 1
      optional :modification_time, :message, 2, "google.protobuf.Timestamp"
    end
  end
end

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