package sihl

  1. Overview
  2. Docs
module type Sig = sig ... end
type t
val commands : t -> Sihl__.Core_command.t list
val configuration : t -> Sihl__.Core_configuration.t
val create : ?commands:Sihl__.Core_command.t list -> ?configuration:Sihl__.Core_configuration.t -> ?server:bool -> lifecycle -> t
val server : t -> bool
val start : t -> unit Lwt.t
val name : t -> string
OCaml

Innovation. Community. Security.