package ocaml-protoc-plugin

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

Module Ocaml_protoc_plugin.ServiceSource

Sourcemodule type Message = Spec.Message
Sourcemodule type Rpc = sig ... end
Sourceval make_client_functions : ((module Spec.Message with type t = 'req) * (module Spec.Message with type t = 'rep)) -> ('req -> Writer.t) * (Reader.t -> 'rep Result.t)
Sourceval make_service_functions : ((module Spec.Message with type t = 'req) * (module Spec.Message with type t = 'rep)) -> (Reader.t -> 'req Result.t) * ('rep -> Writer.t)
OCaml

Innovation. Community. Security.