forgejo/models/webhook
Lunny Xiao f337c32e86
Add index for hook_task table ()
Since `hook_id` and `uuid` will become a search condition column. It's
better to add some index for them.
2022-10-28 13:05:39 +02:00
..
hooktask.go Add index for hook_task table () 2022-10-28 13:05:39 +02:00
main_test.go Use a struct as test options () 2022-04-14 21:58:21 +08:00
webhook.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) () 2022-10-24 20:29:17 +01:00
webhook_test.go Decouple HookTask from Repository () 2022-10-21 18:21:56 +02:00