Liking cljdoc? Tell your friends :D

salmon.validation.interface


allow-refsclj

(allow-refs map-schema)

Transform a map schema to allow entries to match either donut.system/ref? or the original schema.

This produces a schema that can be used to do partial validation against known values before the other values are known.

Transform a map schema to allow entries to match either `donut.system/ref?`
or the original schema.

This produces a schema that can be used to do partial validation against
known values before the other values are known.
sourceraw docstring

refs-resolveable?clj

(refs-resolveable? system x)

Returns true if all refs refer to either started services or constant values.

Returns true if all refs refer to either started services or constant
values.
sourceraw docstring

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

× close