Sha256: 9754ee184bc352df634a939e157589e70a059075a47f7d7400c8a420dcf78c27

Contents?: true

Size: 772 Bytes

Versions: 1

Compression:

Stored size: 772 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: gitaly.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "gitaly.InfoRefsRequest" do
    optional :repository, :message, 1, "gitaly.Repository"
  end
  add_message "gitaly.InfoRefsResponse" do
    optional :data, :bytes, 1
  end
  add_message "gitaly.Repository" do
    optional :path, :string, 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
  Repository = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.Repository").msgclass
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gitaly-0.2.0 protos/ruby/lib/gitaly/gitaly_pb.rb