Liking cljdoc? Tell your friends :D

restql.hooks.core


execute-hookclj/s

(execute-hook hook-name)
(execute-hook hook-name context)

Execute each hook with gived context Returns a merged context from all stage hooks

Execute each hook with gived context
Returns a merged context from all stage hooks
sourceraw docstring

execute-hook-pipelineclj/s

(execute-hook-pipeline hook-name)
(execute-hook-pipeline hook-name initial-value)

Execute each hook with a returned value from before hook Initial value will be used to run first stage hook

Execute each hook with a returned value from before hook
Initial value will be used to run first stage hook
sourceraw docstring

hook-storeclj/s

source

register-hookclj/s

(register-hook hook-name hook-fns)
source

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

× close