Integrant lifecycle management for the workflow module.
Config keys:
:boundary/workflow-db-schema {:ctx (ig/ref :boundary/db-context)}
:boundary/workflow Minimal config (no side-effects): {:db-ctx (ig/ref :boundary/db-context) :db-schema (ig/ref :boundary/workflow-db-schema)}
Full config (with jobs side-effects): {:db-ctx (ig/ref :boundary/db-context) :db-schema (ig/ref :boundary/workflow-db-schema) :job-queue (ig/ref :boundary/job-queue) :guard-registry {}}
:boundary/workflow-routes {:workflow-service (ig/ref :boundary/workflow) :user-service (ig/ref :boundary/user-service)}
Returns {:api [...] :web [...] :static []} for composition by the HTTP handler.
Integrant lifecycle management for the workflow module.
Config keys:
:boundary/workflow-db-schema
{:ctx (ig/ref :boundary/db-context)}
:boundary/workflow
Minimal config (no side-effects):
{:db-ctx (ig/ref :boundary/db-context)
:db-schema (ig/ref :boundary/workflow-db-schema)}
Full config (with jobs side-effects):
{:db-ctx (ig/ref :boundary/db-context)
:db-schema (ig/ref :boundary/workflow-db-schema)
:job-queue (ig/ref :boundary/job-queue)
:guard-registry {}}
:boundary/workflow-routes
{:workflow-service (ig/ref :boundary/workflow)
:user-service (ig/ref :boundary/user-service)}
Returns {:api [...] :web [...] :static []} for composition
by the HTTP handler.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 |