package ocaml-protoc-plugin

  1. Overview
  2. Docs
module Api : sig ... end

Api is a light-weight descriptor for an API Interface.

module Method : sig ... end

Method represents a method of an API interface.

module Mixin : sig ... end

Declares an API Interface to be included in this interface. The including interface must redeclare all the methods from the included interface, but documentation and options are inherited as follows: