Add more validators.

This commit is contained in:
Andrey Antukh 2016-04-13 23:41:54 +03:00
parent 0cb28a2bba
commit 57bba26815
No known key found for this signature in database
GPG Key ID: 4DFEBCB8316A8B95

View File

@ -34,11 +34,12 @@
(def identical-to (def identical-to
(assoc st/identical-to :message "errors.form.identical-to")) (assoc st/identical-to :message "errors.form.identical-to"))
;; (def in-range st/in-range) (def in-range st/in-range)
;; (def uuid-like st/uuid-like) ;; (def uuid-like st/uuid-like)
(def uuid st/uuid) (def uuid st/uuid)
(def keyword st/keyword) (def keyword st/keyword)
;; (def integer-like st/integer-like) (def integer-str st/integer-str)
(def number-str st/number-str)
;; (def boolean-like st/boolean-like) ;; (def boolean-like st/boolean-like)
;; (def email st/email) ;; (def email st/email)
;; (def function st/function) ;; (def function st/function)