(field reflect.StructField)
| 83 | } |
| 84 | |
| 85 | func getInclude(field reflect.StructField) string { |
| 86 | return getRuleBody(field, "Include(") |
| 87 | } |
| 88 | |
| 89 | func validate(errs binding.Errors, data map[string]any, f Form, l macaron.Locale) binding.Errors { |
| 90 | if errs.Len() == 0 { |
no test coverage detected