Liking cljdoc? Tell your friends :D

workflo.macros.util.macro


component-record-symbolclj

(component-record-symbol name)

Returns the symbol for a component record. E.g. for user, it will return UserComponent.

Returns the symbol for a component record. E.g. for `user`, it
will return `UserComponent`.
sourceraw docstring

definition-symbolclj

(definition-symbol name)

Returns a fully qualified definition symbol for a name. The definition symbol is the name under which the definition of e.g. a service or a command will be stored.

Returns a fully qualified definition symbol for a name.
The definition symbol is the name under which the definition
of e.g. a service or a command will be stored.
sourceraw docstring

record-symbolclj

(record-symbol name)

Returns the symbol for a record. E.g. for user, it will return User.

Returns the symbol for a record. E.g. for `user`, it will
return `User`.
sourceraw docstring

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

× close