package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module Log : sig ... end

Signature

val lifecycle : Sihl__.Core_container.Lifecycle.t
val register_config : Sihl__.Config_core.Config.t -> unit
val is_testing : unit -> bool
val is_production : unit -> bool
val read_string_default : default:string -> string -> string
val read_string_opt : string -> string option
val read_string : ?default:string -> string -> string
val read_int_opt : string -> int option
val read_int : ?default:int -> string -> int
val read_bool_opt : string -> bool option
val read_bool : ?default:bool -> string -> bool
OCaml

Innovation. Community. Security.