Liking cljdoc? Tell your friends :D

boundary.push.core.notification

Pure push-notification logic: locale resolution and template rendering.

The definition registry and the defpush macro live in the shell (boundary.push.shell.registry) — this namespace holds no mutable state.

Pure push-notification logic: locale resolution and template rendering.

The definition registry and the `defpush` macro live in the shell
(boundary.push.shell.registry) — this namespace holds no mutable state.
raw docstring

build-notificationclj

(build-notification push-def data locale)

Pure: resolve locale + render templates into ready-to-send map.

Pure: resolve locale + render templates into ready-to-send map.
sourceraw docstring

render-templateclj

(render-template template data)

Interpolate {{var}} placeholders with data map values.

Interpolate {{var}} placeholders with data map values.
sourceraw docstring

resolve-contentclj

(resolve-content content locale)

Resolve localized content. Fallback: requested -> :en -> first available.

Resolve localized content. Fallback: requested -> :en -> first available.
sourceraw docstring

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