(ctx *macaron.Context, errs binding.Errors)
| 49 | } |
| 50 | |
| 51 | func (f *MigrateRepo) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { |
| 52 | return validate(errs, ctx.Data, f, ctx.Locale) |
| 53 | } |
| 54 | |
| 55 | type ParseRemoteAddrOptions struct { |
| 56 | CloneAddr string |
nothing calls this directly
no test coverage detected