2
0

morus_pb.rb 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # frozen_string_literal: true
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: morus.proto
  4. require 'google/protobuf'
  5. descriptor_data = "\n\x0bmorus.proto\x12\rmint.morus.v1\":\n\x15MarkdownToHtmlRequest\x12\x0f\n\x07payload\x18\x01 \x01(\t\x12\x10\n\x08sanitize\x18\x02 \x01(\x08\")\n\x16MarkdownToHtmlResponse\x12\x0f\n\x07payload\x18\x01 \x01(\t2c\n\x08Markdown\x12W\n\x06ToHtml\x12$.mint.morus.v1.MarkdownToHtmlRequest\x1a%.mint.morus.v1.MarkdownToHtmlResponse\"\x00\x42\x32\n.com.github.iapt_platform.mint.plugins.morus.v1P\x01\x62\x06proto3"
  6. pool = Google::Protobuf::DescriptorPool.generated_pool
  7. begin
  8. pool.add_serialized_file(descriptor_data)
  9. rescue TypeError => e
  10. # Compatibility code: will be removed in the next major version.
  11. require 'google/protobuf/descriptor_pb'
  12. parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
  13. parsed.clear_dependency
  14. serialized = parsed.class.encode(parsed)
  15. file = pool.add_serialized_file(serialized)
  16. warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
  17. imports = [
  18. ]
  19. imports.each do |type_name, expected_filename|
  20. import_file = pool.lookup(type_name).file_descriptor
  21. if import_file.name != expected_filename
  22. warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
  23. end
  24. end
  25. warn "Each proto file must use a consistent fully-qualified name."
  26. warn "This will become an error in the next major version."
  27. end
  28. module Mint
  29. module Morus
  30. module V1
  31. MarkdownToHtmlRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("mint.morus.v1.MarkdownToHtmlRequest").msgclass
  32. MarkdownToHtmlResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("mint.morus.v1.MarkdownToHtmlResponse").msgclass
  33. end
  34. end
  35. end