Liking cljdoc? Tell your friends :D

roll.core


default-appendersclj/s

source

get-dependenciesclj/s

(get-dependencies deps cmpt-keys)

Get component keys dependencies

Get component keys dependencies
sourceraw docstring

get-dependentsclj/s

(get-dependents deps cmpt-keys)

Recursively get component keys dependents.

Recursively get component keys dependents.
sourceraw docstring

halt!clj/s

(halt!)
source

initclj/s

(init configs)

Init Integrant using either file path(s) or map(s) configs.

Init Integrant using either file path(s) or map(s) configs.
sourceraw docstring

init-shutdown-hookclj

source

load-configsclj/s

(load-configs configs)

Load Integrant configs. Either file path(s) or map(s).

Load Integrant configs. Either file path(s) or map(s).
sourceraw docstring

prep-configclj/s

(prep-config ig-config)
source

reloadclj/s

(reload paths reload-config)

Check config files and restart changed keys and their dependencies.

Check config files and restart changed keys and their dependencies.
sourceraw docstring

restartclj/s

(restart {:as state :keys [roll config]} & ks)
source

startclj/s

(start ig-config)
(start ig-config & ks)

Start all components or only the specified keys.

Start all components or only the specified keys.
sourceraw docstring

stateclj/s

source

stopclj/s

(stop roll)
(stop roll & ks)

Stop all components or only the specified keys.

Stop all components or only the specified keys.
sourceraw docstring

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

× close