Liking cljdoc? Tell your friends :D

dda.config.commons.secret


create-custom-resolved-schemaclj

(create-custom-resolved-schema schema-config secret-schema)

Replaces all given secret-schemass within the given schema-config by Str.

Replaces all given secret-schemass within the given schema-config by Str.
sourceraw docstring

create-resolved-schemaclj

(create-resolved-schema schema-config)

Replaces all Secrets within the given schema-config by Str.

Replaces all Secrets within the given schema-config by Str.
sourceraw docstring

dispatch-by-secret-typeclj

(dispatch-by-secret-type secret & _)

Inputs: [secret :- Secret & _] Returns: s/Keyword

Dispatcher for secret resolving. Also does a schema validation of arguments.

Inputs: [secret :- Secret & _]
Returns: s/Keyword

Dispatcher for secret resolving. Also does a
 schema validation of arguments.
sourceraw docstring

resolve-custom-secretsclj

(resolve-custom-secrets config schema secret-schema)

Takes a config, a corresponding schema and a secret-schema. Resolves all secret-schemas within the config

Takes a config, a corresponding schema and a secret-schema.
Resolves all secret-schemas within the config
sourceraw docstring

resolve-secretcljmultimethod

resolves the secret

resolves the secret
sourceraw docstring

resolve-secretsclj

(resolve-secrets config schema)

Takes a config and a corresponding schema. Resolves all Secrets within the config.

Takes a config and a corresponding schema.
Resolves all Secrets within the config.
sourceraw docstring

Secretclj

source

SecretSchemasclj

source

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

× close