Liking cljdoc? Tell your friends :D
Clojure only.

clj-grpc.names

Proto names to Clojure keys: the one derivation shared by the service layer (handler-map keys) and the interceptor call map (:method), so the two agree by construction rather than by two copies of a regex.

Not under clj-grpc.impl on purpose: the native-image config marks that whole package run-time-initialized, and this is required at build time by every generated namespace.

Proto names to Clojure keys: the one derivation shared by the service layer
(handler-map keys) and the interceptor call map (:method), so the two agree
by construction rather than by two copies of a regex.

Not under clj-grpc.impl on purpose: the native-image config marks that whole
package run-time-initialized, and this is required at build time by every
generated namespace.
raw docstring

kebabclj

(kebab s)

"SayHello" -> :say-hello, "INVALID_ARGUMENT" -> :invalid-argument.

"SayHello" -> :say-hello, "INVALID_ARGUMENT" -> :invalid-argument.
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