package guardian

  1. Overview
  2. Docs
Role-based access control for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.4.tar.gz
md5=45ecb4358a2405a3b4cc263f25ad995c
sha512=d070bd79c14123f720bd0c14291ee520bda3bfac5d6ceb58ceb85185c9be4cebbc5c99894ce29b62bf9e2ed4291ae094506d4d176c12945e99ed9d0283f55db8

doc/guardian.backend/Guardian_backend/Pools/index.html

Module Guardian_backend.PoolsSource

Sourceexception Exception of string
Sourcetype connection_type =
  1. | SinglePool of string
  2. | MultiPools of (string * string) list
Sourceval with_log : ?log_level:Logs.level -> ?msg_prefix:string -> [< Caqti_error.t ] -> string
Sourceval get_or_raise : ?log_level:Logs.level -> ?msg_prefix:string -> unit -> ('a, [< Caqti_error.t ]) result -> 'a
Sourceval map_or_raise : ?log_level:Logs.level -> ?msg_prefix:string -> ('a -> 'b) -> ('a, [< Caqti_error.t ]) CCResult.t -> 'b
Sourcemodule type ConfigSig = sig ... end
Sourcemodule Make (Config : ConfigSig) : sig ... end
Sourcemodule type Sig = sig ... end
OCaml

Innovation. Community. Security.