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