ocaml-protoc-plugin
Plugin for protoc protobuf compiler to generate ocaml definitions from a .proto file
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ocaml-protoc-plugin
-
ocaml-protoc-plugin
-
ocaml-protoc-plugin.google_types
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library ocaml-protoc-plugin.google_types
type t = {
name : string option; |
input_type : string option; |
output_type : string option; |
options : MethodOptions.t option; |
client_streaming : bool; |
server_streaming : bool; |
}
val make :
?name:string ->
?input_type:string ->
?output_type:string ->
?options:MethodOptions.t ->
?client_streaming:bool ->
?server_streaming:bool ->
unit ->
t
val to_proto : t -> Ocaml_protoc_plugin.Runtime.Runtime'.Writer.t
ON THIS PAGE
No table of contents