Liking cljdoc? Tell your friends :D

puppetlabs.puppetdb.http.command


command-appclj

(command-app get-shared-globals
             enqueue-fn
             reject-large-commands?
             max-command-size)
source

min-supported-commandsclj

source

remove-nil-paramsclj

(remove-nil-params request)

Removes key-value pairs in the request :params map when value is nil

Removes key-value pairs in the request :params map when value is nil
sourceraw docstring

routesclj

(routes enqueue-fn max-command-size)
source

valid-commands-strclj

source

with-chancljmacro

(with-chan [chan-sym init-chan] & body)

Bind chan-sym to init-chan in the scope of the body, calling async/close! in a finally block.

(with-chan [my-chan (clojure.core.async/chan)] ...)

Bind chan-sym to init-chan in the scope of the body, calling async/close! in
a finally block.

(with-chan [my-chan (clojure.core.async/chan)] ...)
sourceraw docstring

with-subcljmacro

(with-sub {:keys [from topic chan]} & body)

Subscribe chan to the given 'from' pub, in the scope of the body.

Subscribe chan to the given 'from' pub, in the scope of the body.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close