Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include Core.Container.Service.Sig
val lifecycle : Core.Container.Lifecycle.t
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!
val configure : Core.Configuration.data -> Core.Container.Service.t