Liking cljdoc? Tell your friends :D

dda.config.commons.secret.passwordstore


get-secretclj

(get-secret path)

Inputs: [path :- s/Str] Returns: s/Str

Inputs: [path :- s/Str]
Returns: s/Str
sourceraw docstring

get-secret-recordclj

(get-secret-record record-spec)

Inputs: [record-spec :- PasswordStoreRecordSpec] Returns: s/Str

Inputs: [record-spec :- PasswordStoreRecordSpec]
Returns: s/Str
sourceraw docstring

get-secret-wo-newlineclj

(get-secret-wo-newline path)

Inputs: [path :- s/Str] Returns: s/Str

Inputs: [path :- s/Str]
Returns: s/Str
sourceraw docstring

parse-lineclj

(parse-line input-singleline)

Inputs: [input-singleline :- s/Str] Returns: [s/Str s/Str]

Inputs: [input-singleline :- s/Str]
Returns: [s/Str s/Str]
sourceraw docstring

parse-recordclj

(parse-record input-multiline)

Inputs: [input-multiline :- s/Str] Returns: PasswordStoreRecord

Inputs: [input-multiline :- s/Str]
Returns: PasswordStoreRecord
sourceraw docstring

PasswordStoreclj

source

PasswordStoreRecordclj

source

PasswordStoreRecordSpecclj

source

trimclj

(trim input)

Inputs: [input :- s/Str] Returns: s/Str

Inputs: [input :- s/Str]
Returns: s/Str
sourceraw docstring

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

× close