Example #1
0
func init() {
	funcs.Register("inject", new(injectableInt64))
}
Example #2
0
func init() {
	funcs.Register("number", new(number))
}
Example #3
0
func init() {
	funcs.Register("integer", new(integer))
}
Example #4
0
func init() {
	funcs.Register("multipleOf", new(multipleOf))
}
Example #5
0
func init() {
	funcs.Register("minLength", new(minLength))
}
Example #6
0
func init() {
	funcs.Register("maxLength", new(maxLength))
}