# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
public validator for Request1 will not be generated because of overriding,validator for Age1 will not changed.
public validator for Request2 will be generated and will use ValidateMin10 method for Age2,validator for Age2 will not changed.
public validator for Request3 will be generated and will use validateMin10 func for Age3,validator for Age3 will not changed.
public validator for Request4 will be generated and will use ValidateMin10 method and validateMax128 func for Age4,validator for Age4 will not changed.
Just additional validation of request added.