Decoder for the envdir tag which creates a map of the file names and file contents found in a directory.
This can be convenient when loading configuration provided by Kubernetes
Decoder for the envdir tag which creates a map of the file names and file contents found in a directory. This can be convenient when loading configuration provided by Kubernetes
(file-tuple fd)
Given a file, return a tuple of its name as a keyword and its content as a string.
Given a file, return a tuple of its name as a keyword and its content as a string.
(get-envdir path)
Given a path, yield a map of file name to file contents
Given a path, yield a map of file name to file contents
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close