package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val lifecycle : Sihl__.Core_container.Lifecycle.t
val register : Core.Ctx.t -> (Base.string * Sihl__.Data_migration_core.Migration.step Base.list) -> (unit, string) Lwt_result.t
val get_migrations : Core.Ctx.t -> ((Base.string * Sihl__.Data_migration_core.Migration.step Base.list) list, string) Lwt_result.t
val execute : Core.Ctx.t -> (Base.string * Sihl__.Data_migration_core.Migration.step Base.list) list -> (unit, string) Result.t Lwt.t
val run_all : Core.Ctx.t -> (unit, string) Lwt_result.t