(ctx *macaron.Context, errs binding.Errors)
| 80 | } |
| 81 | |
| 82 | func (f *SignIn) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { |
| 83 | return validate(errs, ctx.Data, f, ctx.Locale) |
| 84 | } |
| 85 | |
| 86 | // __________________________________________.___ _______ ________ _________ |
| 87 | // / _____/\_ _____/\__ ___/\__ ___/| |\ \ / _____/ / _____/ |
no test coverage detected