package guardian

  1. Overview
  2. Docs
exception Exception of string
type connection_type =
  1. | SinglePool of string
  2. | MultiPools of (string * string) list
module type ConfigSig = sig ... end
module type Sig = sig ... end
module Make (Config : ConfigSig) : sig ... end
OCaml

Innovation. Community. Security.