package ocaml-protoc-plugin

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

Module Protobuf.Type

Sourceval name' : unit -> string
Sourcetype t = {
  1. name : string;
  2. fields : Field.t list;
  3. oneofs : string list;
  4. options : Option.t list;
  5. source_context : Source_context.Google.Protobuf.SourceContext.t option;
  6. syntax : Syntax.t;
}
Sourceval make : ?name:string -> ?fields:Field.t list -> ?oneofs:string list -> ?options:Option.t list -> ?source_context:Source_context.Google.Protobuf.SourceContext.t -> ?syntax:Syntax.t -> unit -> t
OCaml

Innovation. Community. Security.