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

Version Path
gitaly-13.3.0.pre.rc3 ruby/proto/gitaly/lint_pb.rb
gitaly-13.3.0.pre.rc2 ruby/proto/gitaly/lint_pb.rb
gitaly-13.3.0.pre.rc1 ruby/proto/gitaly/lint_pb.rb
gitaly-13.2.0.pre.rc2 ruby/proto/gitaly/lint_pb.rb
gitaly-13.2.0.pre.rc1 ruby/proto/gitaly/lint_pb.rb
gitaly-13.1.0.pre.rc4 ruby/proto/gitaly/lint_pb.rb
gitaly-13.1.0.pre.rc3 ruby/proto/gitaly/lint_pb.rb
gitaly-13.1.0.pre.rc1 ruby/proto/gitaly/lint_pb.rb
gitaly-13.0.0.pre.rc1 ruby/proto/gitaly/lint_pb.rb
gitaly-12.9.0.pre.rc4 ruby/proto/gitaly/lint_pb.rb