Liking cljdoc? Tell your friends :D

missinterpret.flows.system.catalog.flow


add!clj

(add! flow & {:keys [insert] :as op})

Upserts a flow to the catalog. If insert is true and the flow already exists an anomaly is thrown.

Upserts a flow to the catalog. If insert is true and the
flow already exists an anomaly is thrown.
raw docstring

catalogclj

(catalog)

idsclj

(ids)

lookupclj

(lookup id & {:keys [throw-missing] :as op})

lookup-inclj

(lookup-in id path & {:keys [throw-missing] :as op})

remove!clj

(remove! id)

Removes a flow from the catalog

Removes a flow from the catalog
raw docstring

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

× close