Sha256: 61508e6cf7010433bcdb17cf63281d36f8b04fef9b9afb4ffada19f45a372c5c
Contents?: true
Size: 614 Bytes
Versions: 8
Compression:
Stored size: 614 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: internal.proto require 'google/protobuf' require 'lint_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "gitaly.WalkReposRequest" do optional :storage_name, :string, 1 end add_message "gitaly.WalkReposResponse" do optional :relative_path, :string, 1 end end module Gitaly WalkReposRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WalkReposRequest").msgclass WalkReposResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WalkReposResponse").msgclass end
Version data entries
8 entries across 8 versions & 1 rubygems