(defmacro with-default-identity "Bind the default identity." [path & body] `(binding [*default-identity* ~path] ~@body))
Comments top
No comments for with-default-identity. Log in to add a comment.