Liking cljdoc? Tell your friends :D

c3kit.apron.app


appclj


development?clj

(development?)

Return true if env resolves to 'development'

Return true if env resolves to 'development'
raw docstring

envclj


env-keysclj


find-envclj

(find-env)
(find-env env-keys)
(find-env property-name env-name)

Look for the env value in the system properties, OS environment variables, or default to development

Look for the env value in the system properties, OS environment variables, or default to development
raw docstring

production?clj

(production?)

Return true if env resolves to 'production'

Return true if env resolves to 'production'
raw docstring

resolutionclj

(resolution key)

Returns a deref-able pointer to values stored in app, may return nil

Returns a deref-able pointer to values stored in app, may return nil
raw docstring

resolution!clj

(resolution! key)

Returns a deref-able pointer to values stored in app. An exception is throw when app does not have a value for the key.

Returns a deref-able pointer to values stored in app.
An exception is throw when app does not have a value for the key.
raw docstring

serviceclj

(service start-sym stop-sym)

The start and stop symbols must point to functions that:

  1. start/stop the 'service'
  2. add/remove data from app
The start and stop symbols must point to functions that:
1) start/stop the 'service'
2) add/remove data from app
raw docstring

set-env!clj

(set-env! env)

start!clj

(start! services)

start-envclj

(start-env app)
(start-env property-name env-name app)

To be used as in a start service fn.

To be used as in a start service fn.
raw docstring

stop!clj

(stop! services)

stop-envclj

(stop-env app)

To be used as in a stop service fn.

To be used as in a stop service fn.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close