package sihl-queue

  1. Overview
  2. Docs
val register_cleaner : (Core.Ctx.t -> unit Lwt.t) -> unit

Register repository cleaner function.

A cleaner function is used during integration testing to efficiently clean repositories.

val register_cleaners : (Core.Ctx.t -> unit Lwt.t) list -> unit

Register repository cleaner functions.

val clean_all : Core.Ctx.t -> unit Lwt.t

Run all registered repository cleaners.

Use this carefully, running clean_all leads to data loss!

OCaml

Innovation. Community. Security.