(add-client! var)
(decrypt secret-key cipher-text)
(defconfig sym config)
(encrypt secret-key plain-obj)
(eval-config config-var {:keys [switches secret-keys override-switches]})
(generate-key)
(parse-switches switches)
(set-defaults! {:keys [switches secret-keys override-switches] :as defaults})
(switch & opts+clauses)
Takes a set of switch/expr clauses, and an optional default value. Returns the configuration from the first active switch, or the default if none are active, or nil.
(n/switch <switch> <expr> <switch-2> <expr-2> ... <default-expr>)
Takes a set of switch/expr clauses, and an optional default value. Returns the configuration from the first active switch, or the default if none are active, or nil. (n/switch <switch> <expr> <switch-2> <expr-2> ... <default-expr>)
(with-config-override {:keys [switches secret-keys override-switches]
:as opts-override}
&
body)
(with-config-override* {:keys [switches secret-keys override-switches]
:as opts-override}
f)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close