Initial commit, valiwork as framework is ready to use.

This commit is contained in:
2019-12-03 21:21:57 +05:00
commit 169b9499fe
11 changed files with 596 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package validators
// ValidatorFunc represents signature for data validation function.
type ValidatorFunc func(thing interface{}, optional ...interface{}) []interface{}