(ctx *macaron.Context, errs binding.Errors)
| 186 | } |
| 187 | |
| 188 | func (f *NewWebhook) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { |
| 189 | return validate(errs, ctx.Data, f, ctx.Locale) |
| 190 | } |
| 191 | |
| 192 | type NewSlackHook struct { |
| 193 | PayloadURL string `binding:"Required;Url"` |
nothing calls this directly
no test coverage detected