Liking cljdoc? Tell your friends :D

system

Start and stop services in a particular order.

Start and stop services in a particular order.
raw docstring

->mapclj

(->map x)

Convert a SystemMap into a hash map.

Convert a SystemMap into a hash map.
sourceraw docstring

defsystemcljmacro

(defsystem n & args)

Define a system. Takes a sequence of key/value pairs.

Define a system. Takes a sequence of key/value pairs.
sourceraw docstring

pairsclj

(pairs x)

Convert a SystemMap into a vector of vector pairs.

Convert a SystemMap into a vector of vector pairs.
sourceraw docstring

Servicecljprotocol

startclj

(start this config)
(start this config deps)

Start a service with the given config and deps.

Start a service with the given config and deps.

stopclj

(stop this)
(stop this config)

Stop a service, optionally passing a config.

Stop a service, optionally passing a config.
source

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

× close