(ctx *macaron.Context, errs binding.Errors)
| 35 | } |
| 36 | |
| 37 | func (f *AdminEditUser) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { |
| 38 | return validate(errs, ctx.Data, f, ctx.Locale) |
| 39 | } |
nothing calls this directly
no test coverage detected