package grpc-examples

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Ocaml_protoc_plugin.Service.Rpc with type Request.t = HelloRequest.t and type Response.t = HelloReply.t
val name : string

gRPC service name as defined by the gRPC http2 spec. see https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#appendix-a---grpc-for-protobuf

val package_name : string option

Name of the enclosed package name if any

val service_name : string

Name of the service in which this method is defined

val method_name : string

Name of the method

module Request : sig ... end

Module alias for the request message for this method call

module Response : sig ... end

Module alias for the response message for this method call

OCaml

Innovation. Community. Security.