Sha256: 88e591a4813df0341314aa2ca7788d890da8bb7080b4ae113d13d61323803bd2
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
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 add_message "gitaly.PostReceiveRequest" do optional :repository, :message, 1, "gitaly.Repository" end add_message "gitaly.PostReceiveResponse" do 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 PostReceiveRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostReceiveRequest").msgclass PostReceiveResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostReceiveResponse").msgclass end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitaly-0.2.1 | ruby/lib/gitaly/gitaly_pb.rb |