Liking cljdoc? Tell your friends :D

dda.pallet.core.dda-crate-1-2


dda-app-rolloutcljmultimethod

Multimethod for app-rollout phase of a DdaCrate.

Multimethod for app-rollout phase of a DdaCrate.
sourceraw docstring

dda-configurecljmultimethod

Multimethod for configure phase of a DdaCrate.

Multimethod for configure phase of a DdaCrate.
sourceraw docstring

dda-initcljmultimethod

Multimethod for init phase of a DdaCrate.

Multimethod for init phase of a DdaCrate.
sourceraw docstring

dda-installcljmultimethod

Multimethod for install phase of a DdaCrate.

Multimethod for install phase of a DdaCrate.
sourceraw docstring

dda-settingscljmultimethod

Multimethod for settings phase of a DdaCrate.

Multimethod for settings phase of a DdaCrate.
sourceraw docstring

dda-testcljmultimethod

Multimethod for test phase of a DdaCrate.

Multimethod for test phase of a DdaCrate.
sourceraw docstring

DdaCratePalletSpecificationcljprotocol

Protocol for pallet-related crate functions

Protocol for pallet-related crate functions

create-server-specclj

(create-server-spec dda-crate)

Creates a pallet server-spec from the dda-crate

Creates a pallet server-spec from the dda-crate
sourceraw docstring

DdaCratePhasesSpecificationcljprotocol

Protocol for pallet-related crate functions

Protocol for pallet-related crate functions

app-rollout-rawclj

(app-rollout-raw dda-crate dda-pallet-runtime)

Raw implementation of app-rollout phase

Raw implementation of app-rollout phase

configure-rawclj

(configure-raw dda-crate dda-pallet-runtime)

Raw implementation of configure phase

Raw implementation of configure phase

init-rawclj

(init-raw dda-crate dda-pallet-runtime)

Raw implementation of configure init

Raw implementation of configure init

install-rawclj

(install-raw dda-crate dda-pallet-runtime)

Raw implementation of install phase

Raw implementation of install phase

settings-rawclj

(settings-raw dda-crate dda-pallet-runtime)

Raw implementation of settings phase

Raw implementation of settings phase

test-rawclj

(test-raw dda-crate dda-pallet-runtime)

Raw implementation of install phase

Raw implementation of install phase
sourceraw docstring

dispatch-by-crate-facilityclj

(dispatch-by-crate-facility dda-crate config)

Inputs: [dda-crate :- DdaCrate config] Returns: s/Keyword

Dispatcher for phase multimethods by facility. Also does a schema validation of arguments.

Inputs: [dda-crate :- DdaCrate config]
Returns: s/Keyword

Dispatcher for phase multimethods by facility. Also does a
 schema validation of arguments.
sourceraw docstring

get-configclj

(get-config facility)

get either the node- or the group-specific additional configuration.

get either the node- or the group-specific additional configuration.
sourceraw docstring

make-dda-crateclj

(make-dda-crate &
                {:keys [facility version config-default config-schema]
                 :or {config-default {} config-schema {s/Any s/Any}}})

Creates a DdaCrate. (Wrapper for ->DdaCrate with validation.)

Creates a DdaCrate. (Wrapper for ->DdaCrate with validation.)
sourceraw docstring

merge-configcljmultimethod

Merges configuration with the crates default configuration

Merges configuration with the crates default configuration
sourceraw docstring

strict-map->DdaCrateclj

(strict-map->DdaCrate m26360 & [drop-extra-keys?__15845__auto__])

Factory function for class DdaCrate, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class DdaCrate, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
sourceraw docstring

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

× close