Sha256: b3bc92dff1715ec16e33c49b78768c61b382a6bcdac724cfa741b70dbf8c4ad0
Contents?: true
Size: 586 Bytes
Versions: 1
Compression:
Stored size: 586 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: shared.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "gitaly.Repository" do optional :storage_name, :string, 2 optional :relative_path, :string, 3 end add_message "gitaly.ExitStatus" do optional :value, :int32, 1 end end module Gitaly Repository = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.Repository").msgclass ExitStatus = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ExitStatus").msgclass end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitaly-0.9.0 | ruby/lib/gitaly/shared_pb.rb |