Kernel.Seedinclude Core.Container.SERVICEval start : Core__.Core_ctx.t -> Core__.Core_ctx.t Lwt.tval stop : Core__.Core_ctx.t -> unit Lwt.tregister_seed seed adds seed to the already registered seeds. Raises if a seed with the same name already exists.
register_seeds seeds adds seeds to the already registered seeds. Raises if a seed with the same name already exists.
val run_seed : Core.Ctx.t -> string -> unit Lwt.trun_seed ctx name executed the seed with name by using the ctx as request context.