(add-component config component & {:keys [replace?]})
Adds a component to the configuration.
Adds a component to the configuration.
(resolve-config config)
Returns a map with the keys of config
and the result of applying
resolve-deps
to every component value.
Returns a map with the keys of `config` and the result of applying [[resolve-deps]] to every component value.
(resolve-deps config component)
Resolves dependencies of component
in config
. Returns a sequence of
sequences: For every dependency, a sequence of matching keys.
Resolves dependencies of `component` in `config`. Returns a sequence of sequences: For every dependency, a sequence of matching keys.
(select config selector)
Returns a sequence of map entries from config
with all components
providing selector
.
Returns a sequence of map entries from `config` with all components providing `selector`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close