Liking cljdoc? Tell your friends :D

wagoe.audience.shell.module-wiring

Integrant lifecycle management for the audience module.

Config keys:

:wagoe/audience {:db-ctx (ig/ref :wagoe/db-context) :cache-service (ig/ref :wagoe/cache) :user-data-source (ig/ref :wagoe/user-data-source)}

Returns {:store <IAudienceRepository> :resolver <IAudienceResolver> :cache <IAudienceCache>}

:wagoe/audience-routes {:audience-service (ig/ref :wagoe/audience)}

Returns {:api [...] :web [...]} for composition by the HTTP handler.

Integrant lifecycle management for the audience module.

Config keys:

:wagoe/audience
  {:db-ctx          (ig/ref :wagoe/db-context)
   :cache-service   (ig/ref :wagoe/cache)
   :user-data-source (ig/ref :wagoe/user-data-source)}

  Returns {:store <IAudienceRepository> :resolver <IAudienceResolver> :cache <IAudienceCache>}

:wagoe/audience-routes
  {:audience-service (ig/ref :wagoe/audience)}

  Returns {:api [...] :web [...]} for composition
  by the HTTP handler.
raw docstring

No vars found in this namespace.

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close