(ctx *macaron.Context, errs binding.Errors)
| 15 | } |
| 16 | |
| 17 | func (f *AdminCrateUser) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { |
| 18 | return validate(errs, ctx.Data, f, ctx.Locale) |
| 19 | } |
| 20 | |
| 21 | type AdminEditUser struct { |
| 22 | LoginType string `binding:"Required"` |
nothing calls this directly
no test coverage detected