Liking cljdoc? Tell your friends :D

secret.keeper

A Clojure(Script) library for keeping your secrets under control.

A Clojure(Script) library for keeping your secrets under control.
raw docstring

default-categoryclj/s

source

get-envclj/s

(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.
sourceraw docstring

ISecretclj/sprotocol

Secret protocol.

Secret protocol.

categoryclj/s

(category secret)

Returns the secret category.

Returns the secret category.

dataclj/s

(data secret)

Returns the secret data.

Returns the secret data.

secret?clj/s

(secret? x)

Returns true if x is a secret.

Returns `true` if `x` is a secret.
sourceraw docstring

ISecretBuilderclj/sprotocol

Secret builder protocol.

Secret builder protocol.

make-secretclj/s

(make-secret data)
(make-secret data category)

Makes a secret using the specified category.

Makes a secret using the specified category.
sourceraw docstring

Secretclj/s

source

tagclj/s

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close