(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.
(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.
(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.
(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
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close