package ocaml-protoc-plugin

  1. Overview
  2. Docs
val name' : unit -> string
type t = {
  1. name : string option;
  2. input_type : string option;
  3. output_type : string option;
  4. options : MethodOptions.t option;
  5. client_streaming : bool;
  6. server_streaming : bool;
}
OCaml

Innovation. Community. Security.