Liking cljdoc? Tell your friends :D

integrant-extras.core


at-shutdownclj

(at-shutdown system)

Add hook for shutdown system on sigterm.

Add hook for shutdown system on sigterm.
sourceraw docstring

get-configclj

(get-config profile)
(get-config profile config-path)

Return edn config with all variables set.

Return edn config with all variables set.
sourceraw docstring

read-configclj

(read-config profile)
(read-config profile config-path)

Read config file, load namespaces for Integrant component and return config map.

Read config file, load namespaces for Integrant component and return config map.
sourceraw docstring

run-systemclj

(run-system {:keys [profile config-path]})

Run application system.

Run application system.
sourceraw docstring

SYSTEM-CONFIG-PATH-DEFAULTclj

source

validate-schema!clj

(validate-schema! {:keys [component schema data]})

Validate data against schema and throw a humanized error if data is not valid.

Validate data against schema and throw a humanized error if data is not valid.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close