Skip to content

Instantly share code, notes, and snippets.

@pjstadig
Created February 25, 2022 14:25
Show Gist options
  • Save pjstadig/d2acd8efecedc08c38802b7998d3e13c to your computer and use it in GitHub Desktop.
Save pjstadig/d2acd8efecedc08c38802b7998d3e13c to your computer and use it in GitHub Desktop.
Connect example
(defmulti connect (fn [& _] (config :storage :backend)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment