Liking cljdoc? Tell your friends :D

dda.pallet.core.infra


dda-app-rolloutcljmultimethod

Multimethod for app-rollout phase of a DdaCrateInfra.

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

dda-configurecljmultimethod

Multimethod for configure phase of a DdaCrateInfra.

Multimethod for configure phase of a DdaCrateInfra.
sourceraw docstring

dda-initcljmultimethod

Multimethod for init phase of a DdaCrateInfra.

Multimethod for init phase of a DdaCrateInfra.
sourceraw docstring

dda-installcljmultimethod

Multimethod for install phase of a DdaCrateInfra.

Multimethod for install phase of a DdaCrateInfra.
sourceraw docstring

dda-settingscljmultimethod

Multimethod for settings phase of a DdaCrateInfra.

Multimethod for settings phase of a DdaCrateInfra.
sourceraw docstring

dda-testcljmultimethod

Multimethod for test phase of a DdaCrateInfra.

Multimethod for test phase of a DdaCrateInfra.
sourceraw docstring

dispatch-by-crate-facilityclj

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

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

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

Inputs: [dda-crate :- DdaCrateInfra 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-crate-infraclj

(make-dda-crate-infra &
                      {:keys [facility infra-schema payload]
                       :or {infra-schema {s/Any s/Any} payload nil}})

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

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

PalletSpecificationcljprotocol

Protocol for pallet-related crate functions

Protocol for pallet-related crate functions

create-infra-planclj

(create-infra-plan dda-crate)

Creates a pallet server-spec from the infra

Creates a pallet server-spec from the infra
sourceraw docstring

PhasesSpecificationcljprotocol

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

strict-map->DdaCrateInfraclj

(strict-map->DdaCrateInfra m25630 & [drop-extra-keys?__15845__auto__])

Factory function for class DdaCrateInfra, 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 DdaCrateInfra, 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