package sihl-contract

  1. Overview
  2. Docs
val get : string -> t option Lwt.t
val get_by_label : string -> t option Lwt.t
val create : ?html:string -> label:string -> string -> t Lwt.t
val update : t -> t Lwt.t
val register : unit -> Sihl_core.Container.Service.t