seed_core.ml
sihl
sihl.app
sihl.authn
sihl.authz
sihl.cmd
sihl.configuration
sihl.core
sihl.data
sihl.email
sihl.http
sihl.log
sihl.message
sihl.middleware
sihl.queue
sihl.schedule
sihl.seed
sihl.server
sihl.session
sihl.storage
sihl.token
sihl.user
sihl.utils
sihl.web
1 2 3 4 type t = { name : string; description : string; fn : Core.Ctx.t -> unit Lwt.t } [@@deriving fields, make] let show seed = Printf.sprintf "%s - %s" seed.name seed.description
1 2 3 4
type t = { name : string; description : string; fn : Core.Ctx.t -> unit Lwt.t } [@@deriving fields, make] let show seed = Printf.sprintf "%s - %s" seed.name seed.description