package ocaml-protoc-plugin

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

Module Protobuf.ServiceOptions

Sourceval name' : unit -> string
Sourcetype t = {
  1. deprecated : bool;
  2. uninterpreted_option : UninterpretedOption.t list;
  3. extensions' : Ocaml_protoc_plugin.Extensions.t;
}
Sourceval make : ?deprecated:bool -> ?uninterpreted_option:UninterpretedOption.t list -> ?extensions':Ocaml_protoc_plugin.Extensions.t -> unit -> t
OCaml

Innovation. Community. Security.