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

smarthttp_pb.rb « gitaly « proto « ruby - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d353fdd8f0b0d91f8626833c4c28543c3203b26b (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: smarthttp.proto

require 'google/protobuf'

require 'lint_pb'
require 'shared_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "gitaly.InfoRefsRequest" do
    optional :repository, :message, 1, "gitaly.Repository"
    repeated :git_config_options, :string, 2
    optional :git_protocol, :string, 3
  end
  add_message "gitaly.InfoRefsResponse" do
    optional :data, :bytes, 1
  end
  add_message "gitaly.PostUploadPackRequest" do
    optional :repository, :message, 1, "gitaly.Repository"
    optional :data, :bytes, 2
    repeated :git_config_options, :string, 3
    optional :git_protocol, :string, 4
  end
  add_message "gitaly.PostUploadPackResponse" do
    optional :data, :bytes, 1
  end
  add_message "gitaly.PostReceivePackRequest" do
    optional :repository, :message, 1, "gitaly.Repository"
    optional :data, :bytes, 2
    optional :gl_id, :string, 3
    optional :gl_repository, :string, 4
    optional :gl_username, :string, 5
    optional :git_protocol, :string, 6
    repeated :git_config_options, :string, 7
  end
  add_message "gitaly.PostReceivePackResponse" do
    optional :data, :bytes, 1
  end
end

module Gitaly
  InfoRefsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.InfoRefsRequest").msgclass
  InfoRefsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.InfoRefsResponse").msgclass
  PostUploadPackRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostUploadPackRequest").msgclass
  PostUploadPackResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostUploadPackResponse").msgclass
  PostReceivePackRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostReceivePackRequest").msgclass
  PostReceivePackResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostReceivePackResponse").msgclass
end