package ocaml-protoc-plugin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Protobuf.Method

Sourceval name' : unit -> string
Sourcetype t = {
  1. name : string;
  2. request_type_url : string;
  3. request_streaming : bool;
  4. response_type_url : string;
  5. response_streaming : bool;
  6. options : Type.Google.Protobuf.Option.t list;
  7. syntax : Type.Google.Protobuf.Syntax.t;
}
Sourceval make : ?name:string -> ?request_type_url:string -> ?request_streaming:bool -> ?response_type_url:string -> ?response_streaming:bool -> ?options:Type.Google.Protobuf.Option.t list -> ?syntax:Type.Google.Protobuf.Syntax.t -> unit -> t
OCaml

Innovation. Community. Security.