Built-in drivers for Commando post-processing.
Extend commando.impl.executing/command-driver multimethod.
Vector DSL: :=> :keyword — driver without params :=> [:driver-name params] — driver with params
Pipeline (first element is a vector): :=> [[:get :address] [:get-in [:location :city]] :uppercase]
Examples: :=> [:get :name] :=> [:get-in [:address :city]] :=> [:select-keys [:name :email]] :=> [:projection [[:user-id :id] [:city [:address :city]]]] :=> [:fn inc] :=> :uppercase :=> [[:get-in [:profile :name]] :uppercase]
Built-in drivers for Commando post-processing. Extend `commando.impl.executing/command-driver` multimethod. Vector DSL: :=> :keyword — driver without params :=> [:driver-name params] — driver with params Pipeline (first element is a vector): :=> [[:get :address] [:get-in [:location :city]] :uppercase] Examples: :=> [:get :name] :=> [:get-in [:address :city]] :=> [:select-keys [:name :email]] :=> [:projection [[:user-id :id] [:city [:address :city]]]] :=> [:fn inc] :=> :uppercase :=> [[:get-in [:profile :name]] :uppercase]
No vars found in this namespace.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |