Liking cljdoc? Tell your friends :D

dda.pallet.commons.session-tools


emit-xml-to-fileclj

(emit-xml-to-file file-name xml)
source

emit-xml-to-stdoutclj

(emit-xml-to-stdout xml)
source

emit-xml-to-stringclj

(emit-xml-to-string xml)
source

explain-plan-xmlclj

(explain-plan-xml plan-fn)

Explains the actions created from a plan-function using a mock without executing the actions.

Explains the actions created from a plan-function using a mock without executing the actions.
sourceraw docstring

explain-session-xmlclj

(explain-session-xml session)

Transform a session result (after pallet.api/lift or pallet.api/converge) into an XML structure. Use emit-xml(-to-string/file) to print the resulting xml file.

Transform a session result (after pallet.api/lift or pallet.api/converge) into an XML structure.
Use emit-xml(-to-string/file) to print the resulting xml file.
sourceraw docstring

filter-for-schemaclj

(filter-for-schema schema value)

Inputs: [schema value]

Inputs: [schema value]
sourceraw docstring

inspect-mock-server-specclj

(inspect-mock-server-spec phase-plan phase)

Inputs: [phase-plan :- ps/PhasePlanSpec phase :- s/Keyword]

inspect a given phase of crate

Inputs: [phase-plan :- ps/PhasePlanSpec phase :- s/Keyword]

inspect a given phase of crate
sourceraw docstring

inspect-planclj

(inspect-plan phase-plan)

Inputs: [phase-plan :- ps/PhasePlanSpec]

inspect a given server-spec

Inputs: [phase-plan :- ps/PhasePlanSpec]

inspect a given server-spec
sourceraw docstring

schema-keysclj

(schema-keys schema)
source

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

× close