Liking cljdoc? Tell your friends :D

roll.core


add-shutdown-hookclj

(add-shutdown-hook state)

default-appendersclj


get-dependenciesclj

(get-dependencies deps cmpt-keys)

Get component keys dependencies

Get component keys dependencies
raw docstring

get-dependentsclj

(get-dependents deps cmpt-keys)

Recursively get component keys dependents.

Recursively get component keys dependents.
raw docstring

halt!clj

(halt!)

initclj

(init configs)

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

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

load-configsclj

(load-configs configs)

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

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

reloadclj

(reload paths reload-config)

Check config files and restart changed keys and their dependencies.

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

restartclj

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

startclj

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

Start all components or only the specified keys.

Start all components or only the specified keys.
raw docstring

stateclj


stopclj

(stop roll)
(stop roll & ks)

Stop all components or only the specified keys.

Stop all components or only the specified keys.
raw docstring

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

× close