# 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 :repo_path, :string, 1 end add_message "gitaly.InfoRefsResponse" 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 end