package sihl

  1. Overview
  2. Docs
The Sihl web framework

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
md5=3265ccfac470edc97a524259ec98e15b
sha512=0e6b184d5077a444a0583b65e5b99ba69e798321a34bc99bcc121eb82a3555b86ce8d1c7d3fc6afdcadf87d76f2d903702e5e6252b6b06fd7c1311b712298cc9

doc/sihl/Sihl/Cleaner/index.html

Module Sihl.CleanerSource

Use Cleaner to clean persisted service state. This is useful for cleaning the state before running tests.

Sourceval registered_cleaners : (unit -> unit Lwt.t) list ref
Sourceval register_cleaner : (unit -> unit Lwt.t) -> unit
Sourceval register_cleaners : (unit -> unit Lwt.t) list -> unit
Sourceval clean_all : unit -> unit Lwt.t
OCaml

Innovation. Community. Security.