Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Cleaner.SigSourceinclude Sihl_core.Container.Service.Sigval lifecycle : Sihl_core.Container.Lifecycle.tRegister repository cleaner function.
A cleaner function is used during integration testing to efficiently clean repositories.
Run all registered repository cleaners.
Use this carefully, running clean_all leads to data loss!
val register :
?cleaners:(unit -> unit Lwt.t) list ->
unit ->
Sihl_core.Container.Service.t