Initial commit, valiwork as framework is ready to use.
This commit is contained in:
4
validators/validator_signature.go
Normal file
4
validators/validator_signature.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package validators
|
||||
|
||||
// ValidatorFunc represents signature for data validation function.
|
||||
type ValidatorFunc func(thing interface{}, optional ...interface{}) []interface{}
|
Reference in New Issue
Block a user