Sha256: 91276c909bd8895c196659b9d07b25b15a3c5d97da272bb1b5de034a40c9a46b
Contents?: true
Size: 943 Bytes
Versions: 10
Compression:
Stored size: 943 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: lint.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "gitaly.OperationMsg" do optional :op, :enum, 1, "gitaly.OperationMsg.Operation" optional :scope_level, :enum, 2, "gitaly.OperationMsg.Scope" end add_enum "gitaly.OperationMsg.Operation" do value :UNKNOWN, 0 value :MUTATOR, 1 value :ACCESSOR, 2 end add_enum "gitaly.OperationMsg.Scope" do value :REPOSITORY, 0 value :SERVER, 1 value :STORAGE, 2 end end module Gitaly OperationMsg = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.OperationMsg").msgclass OperationMsg::Operation = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.OperationMsg.Operation").enummodule OperationMsg::Scope = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.OperationMsg.Scope").enummodule end
Version data entries
10 entries across 10 versions & 1 rubygems