(redo! props)
Reapply the last applied operation. This will roll it back first
Reapply the last applied operation. This will roll it back first
(run props args)
A run function designed to be called from an applications -main fn.
Accepts executor params (see below) as well as process argv arguments.
Available arguments are [up, down, next, undo, redo]
.
Executor props
should be provided containing:
A run function designed to be called from an applications -main fn. Accepts executor params (see below) as well as process argv arguments. Available arguments are `[up, down, next, undo, redo]`. Executor `props` should be provided containing: - :context - context map to be passed to executing operations - :store - a DataStore implementation - :operations - a set of operations to be executed
(run-down! props)
Rollback all applied operations
Rollback all applied operations
(run-next! props)
Run the next unapplied operation
Run the next unapplied operation
(run-up! props)
Execute all unapplied operations
Execute all unapplied operations
(undo! props)
Rollback the last applied operation
Rollback the last applied operation
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close