| LOW | validator_instance.go | 201 | // eg. to use the names which have been specified for JSON representations of structs, rather than normal Go field names |
| LOW | validator_instance.go | 381 | |
| LOW | validator_instance.go | 581 | // Var validates a single variable using tag style validation. |
| LOW | validator_instance.go | 601 | // var i int |
| LOW | validator_instance.go | 641 | // allow it; however unforeseen validations will occur if trying to validate a |
| LOW | validator_instance.go | 681 | v.pool.Put(vd) |
| LOW | validator_instance.go | 701 | |
| LOW | struct_level.go | 41 | // It will dive into pointers, customTypes and return you the |
| LOW | struct_level.go | 61 | // relativeNamespace and relativeActualNamespace get appended to the |
| LOW | field_level.go | 41 | // NOTE: when not successful ok will be false, this can happen when a nested struct is nil and so the field |
| LOW | errors.go | 81 | // |
| LOW | errors.go | 101 | // NOTE: this field can be blank when validating a single primitive field |
| LOW | errors.go | 121 | Field() string |
| LOW | errors.go | 201 | |