Liking cljdoc? Tell your friends :D

lambdacd.presentation.pipeline-state

This namespace contains functions useful to convert the internal state of a pipeline into something more easy to use for further processing, e.g. to present it to a user.

Functions taking a map step-id to step-result are usually called with the result of lambdacd.state.core/get-step-results

This namespace contains functions useful to convert the internal state of a pipeline into something more easy to use
for further processing, e.g. to present it to a user.

Functions taking a map step-id to step-result are usually called with the result of `lambdacd.state.core/get-step-results`
raw docstring

lambdacd.presentation.pipeline-structure

This namespace is responsible for converting the pipeline into a nice map-format that we can use to display the pipeline in a UI

This namespace is responsible for converting the pipeline
into a nice map-format that we can use to display the pipeline
in a UI
raw docstring

lambdacd.presentation.unified

This namespace contains functions to convert the current internal state of a pipeline and it's structure into a form that's easier to handle. Unifies the information from lambdacd.presentation.pipeline-state and lambdacd.presentation.pipeline-structure. Used for example to be able to display a pipeline and it's current state in a UI.

This namespace contains functions to convert the current internal state of a pipeline and it's structure
into a form that's easier to handle. Unifies the information from `lambdacd.presentation.pipeline-state` and `lambdacd.presentation.pipeline-structure`.
Used for example to be able to display a pipeline and it's current state in a UI.
raw docstring

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

× close