package sihl-core

  1. Overview
  2. Docs

Module Container.ServiceSource

Sourcemodule type Sig = sig ... end
Sourcetype t
Sourceval commands : t -> Command.t list
Sourceval configuration : t -> Configuration.t
Sourceval create : ?commands:Command.t list -> ?configuration:Configuration.t -> ?server:bool -> Lifecycle.t -> t
Sourceval server : t -> bool
Sourceval start : t -> unit Lwt.t
Sourceval name : t -> string