(def PublicSshKey
{:type s/Str
:public-key s/Str
:comment s/Str})
(def PrivateSshKey s/Str)
(def SshKeyPair
{:public-key PublicSshKey
:private-key PrivateSshKey})
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close