Liking cljdoc? Tell your friends :D

monkey.oci.common.utils


base64-decodeclj

(base64-decode s)

Decodes given base64 string back into a string

Decodes given base64 string back into a string
sourceraw docstring

define-endpointsclj

(define-endpoints ns routes endpoint-fn)

Creates a function for each of the defined routes

Creates a function for each of the defined routes
sourceraw docstring

generate-keyclj

(generate-key)

Generates a new private key. Useful for testing.

Generates a new private key.  Useful for testing.
sourceraw docstring

load-privkeyclj

(load-privkey src)

Loads private key from either source file, or string. If src points to an existing file, it's loaded from that file. If it's a string, it must be base64 encoded.

Loads private key from either source file, or string.  If `src` points
to an existing file, it's loaded from that file.  If it's a string, it
must be base64 encoded.
sourceraw docstring

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

× close