Package version eg. v9, v10:
v10
Issue, Question or Enhancement:
Hi everyone,
I'm totally new on go-playground/validator.
Is it possible to validate a struct not using tag on each field ?
For instance:
type User struct {
Email string
}
func (i *User) Validate() error {
// HERE Use of validate.Struct( ....) or something else
}
Thanks in advance 👍
Package version eg. v9, v10:
v10
Issue, Question or Enhancement:
Hi everyone,
I'm totally new on go-playground/validator.
Is it possible to validate a struct not using tag on each field ?
For instance:
Thanks in advance 👍