Liking cljdoc? Tell your friends :D

ch.codesmith.blocks


blocksclj

(blocks {:keys [blocks]})
source

check-base-configclj

source

check-profile-configclj

source

checkerclj

(checker spec)
source

coerce-keywordclj

(coerce-keyword ref)
source

component-keyclj

(component-key components-keys key)
source

componentsclj

(components {:keys [components]})
source

composite-keywordclj

(composite-keyword nameds)

Return a unique keyword that is derived from an ordered collection of named. The function will return the same keyword for the same collection. Cf. [[integrant.core/composite-keyword]]

Return a unique keyword that is derived from an ordered collection of named.
The function will return the same keyword for the same collection.
Cf. [[integrant.core/composite-keyword]]
sourceraw docstring

compute-component-keysclj

(compute-component-keys blocks)
source

deep-mergeclj

(deep-merge & maps)
source

deep-merge-withclj

(deep-merge-with f & maps)
source

dependent-keysclj

(dependent-keys config no-refsets-graph key-comparator keys)
source

envvarclj

(envvar {:keys [envvar coerce]})
source

find-keysclj

(find-keys config no-refsets-graph key-comparator keys f)
source

get-blockclj

(get-block {:keys [system derivations]} key)
source

halt!clj

(halt! {:keys [system]})
source

ignite!clj

(ignite! base+profiles)
(ignite! {:keys [system ig-config derivations no-refsets-graph key-comparator]
          :as state}
         additional-keys)
source

initclj

(init base+profiles)
(init base+profiles keys)
source

init″clj

(init″ config no-refsets-graph key-comparator keys)
source

merge-with-profilesclj

(merge-with-profiles base & profiles)
source

quench!clj

(quench! {:keys [system ig-config no-refsets-graph key-comparator] :as state}
         keys)
source

raw-ig-configclj

(raw-ig-config derivations blocks components)
source

re-ignite!clj

(re-ignite! state
            keys
            &
            {:keys [with-descendents?] :or {with-descendents? true}})
source

refclj

(ref k)
source

resolve-blockclj

(resolve-block {:keys [derivations] :as instance} key)
source

slurp-fileclj

(slurp-file {:keys [file slurp] :or {slurp clojure.core/slurp}})
source

symbolic-refclj

(symbolic-ref ref)

Creates a Symbolic Ref. It is simply a marker for a ref with symbols that can be used to walk a config map when using symbols as a templating mechanism.

Creates a Symbolic Ref. It is simply a marker for a ref with symbols that can
be used to walk a config map when using symbols as a templating mechanism.
sourceraw docstring

with-systemcljmacro

(with-system [var base+profiles] & body)
source

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

× close