Sha256: bdfc8939e1e125acf4914e7acb99a28b782e0e4dbcc180fb4d60faba3c0221e5
Contents?: true
Size: 617 Bytes
Versions: 5
Compression:
Stored size: 617 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 :path, :string, 1 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
5 entries across 5 versions & 1 rubygems