(launch pod-config)Launch pod using the supplied config. Config is a map describing pod behavior. Example:
{:pod/namespaces [{:pod/ns "pod.math" :pod/vars [{:var/name "add" :var/fn +} {:var/name "subtract" :var/fn -}]}]}
Launch pod using the supplied config. Config is a map describing pod
behavior. Example:
{:pod/namespaces
[{:pod/ns "pod.math"
:pod/vars [{:var/name "add"
:var/fn +}
{:var/name "subtract"
:var/fn -}]}]}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 |