Liking cljdoc? Tell your friends :D

common-clj.components.config.edn-config


load-ednclj

(load-edn source)

Load edn from an io/reader source (filename or io/resource).

Load edn from an io/reader source (filename or io/resource).
sourceraw docstring

new-configclj

(new-config)
(new-config env)

Inputs: ([] [env :- schemata.config/Env])

Inputs: ([] [env :- schemata.config/Env])
sourceraw docstring

strict-map->EdnConfigclj

(strict-map->EdnConfig m37697 & [drop-extra-keys?__6751__auto__])

Factory function for class EdnConfig, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class EdnConfig, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
sourceraw docstring

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

× close