MyValidator my validator
| 84 | |
| 85 | // MyValidator my validator |
| 86 | type MyValidator struct { |
| 87 | Validate *validator.Validate |
| 88 | Tran ut.Translator |
| 89 | Lang i18n.Language |
| 90 | } |
| 91 | |
| 92 | // FormErrorField indicates the current form error content. which field is error and error message. |
| 93 | type FormErrorField struct { |
nothing calls this directly
no outgoing calls
no test coverage detected