package ocaml-protoc-plugin

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

Module Protobuf.Syntax

The syntax in which a protocol buffer element is defined.

Sourcetype t =
  1. | SYNTAX_PROTO2
    (*

    Syntax proto2.

    *)
  2. | SYNTAX_PROTO3
    (*

    Syntax proto3.

    *)
Sourceval name : unit -> string

Fully qualified protobuf name of this enum