guardian.backend
Guardian_backend.Pools
guardian
exception Exception of string
type connection_type =
| SinglePool of string
| MultiPools of (string * string) list
module type ConfigSig = sig ... end
module DefaultConfig : ConfigSig
module type Sig = sig ... end
module Make (Config : ConfigSig) : sig ... end