A Clojure(Script) library for keeping your secrets under control.
A Clojure(Script) library for keeping your secrets under control.
(get-env key)
(get-env key default)
Returns the value of the environment variable using the specified key.
Returns the value of the environment variable using the specified key.
Secret protocol.
Secret protocol.
(category secret)
Returns the secret category.
Returns the secret category.
(data secret)
Returns the secret data.
Returns the secret data.
(secret? x)
Returns true
if x
is a secret.
Returns `true` if `x` is a secret.
Secret builder protocol.
Secret builder protocol.
(make-secret data)
(make-secret data category)
Makes a secret using the specified category.
Makes a secret using the specified category.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close