| 123456789101112131415161718192021222324252627 |
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # Source: morus.proto for package 'mint.morus.v1'
- require 'grpc'
- require 'morus_pb'
- module Mint
- module Morus
- module V1
- module Markdown
- # ----------------------------------------------------------------------------
- class Service
- include ::GRPC::GenericService
- self.marshal_class_method = :encode
- self.unmarshal_class_method = :decode
- self.service_name = 'mint.morus.v1.Markdown'
- rpc :ToHtml, ::Mint::Morus::V1::MarkdownToHtmlRequest, ::Mint::Morus::V1::MarkdownToHtmlResponse
- end
- Stub = Service.rpc_stub_class
- end
- end
- end
- end
|