Liking cljdoc? Tell your friends :D

com.github.clojure.di.app


bootstrapclj

(bootstrap ns-prefix-or-patterns)
(bootstrap ns-prefix-or-patterns init-ctx)
(bootstrap ns-prefix-or-patterns init-ctx opts)

bootstrap the components in the namespace
args:

  • ns-prefix-or-patterns - a vector of namespace prefix or pattern

opts:

  • :additional-comps - a list of var representing the additional components beside auto scan added
  • :init-roots see execute
bootstrap the components in the namespace  
args:  
  - ns-prefix-or-patterns - a vector of namespace prefix or pattern  

opts:
 - :additional-comps - a list of var representing the additional components beside auto scan added
 - :init-roots see execute
sourceraw docstring

scan-componentsclj

(scan-components the-ns)

scan the namespace, return all the di component defined by defdi in this namespace

scan the namespace, return all the di component defined by defdi in this namespace
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